body{
      background-color: #ffffff;
	font-family:'ＭＳ ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,monospace;
      margin : 0;
      padding : 0;
      color : #333333;
      text-align:center;
      font-size:70%;
      background-image: url();
}

/*
===== リンク =====
*/
a:link, a:visited{
	font-style: normal;
	font-weight: normal;
	color:#333333;
	text-decoration:none;
	border:0;
}
a:hover, a:active{
	font-style: normal;
	font-weight: normal;
	color:#cc6600;
	text-decoration:none;
	border:0;
}


/* レイアウト
------------------------------------------------------------*/
#contenor { margin: 0 auto;
          padding: 0;
          width: 750px;
          background-color: #ffffff;
}

#header{
    width: 750px;
	text-align: left;
    text-size:100%;
	color:#cc6600;
	padding: 50px 0 50px 3px;
}

#header a:link{
	color:#333333;
	text-decoration:none;
}

#header a:visited{
	color:#333333;
	text-decoration:none;
}

#header a:hover, #header a:active{
	color:#cc6600;
	text-decoration:none;
}

#contents {
	   margin: 0px 0px 0 0;
	   width: 750px;
       background-color: #ffffff;
       padding:0 0px 0 0px;
}

#dis{
    color: #666666;
    float:left;
    width: 420px;
}

#dis h1{
	margin:0px 0 20px 0;
    text-size:110%;
    color: #333333;
	font-weight:100;

}

#dis h1 a{
	margin:0px 0 20px 0;
    text-size:110%;
    color: #333333;
	font-weight:100;
}



#info {
	   float:right;
	   width: 260px;
       padding: 10px 0 0px 0px;
       background-color: #ffffff;
}


#leftbar {
	   float:left;
	   width: 230px;
       background-color: #ffffff;
}




/*トピックス
--------------------------------------------------*/
.entry_table{
	      width: 750px;
	      margin: 0px 0px 70px 0px;
}


.entry_title_bar{
	      width: 650px;
	      height: 20px;
	      margin: 0px 0px 15px 0px;
	      padding-bottom: 3px;
	      border-bottom: 1px dotted #663333;
}

.entry_title { 
            float:left;
            width:280px;
            text-align: left;
            padding: 0px 15px 0px 5px;
            font-size: 110%;
            font-weight: bold;
            color: #333333;
}


.entry_day{
            float:right;
            width:120px;
            text-align: right;
            padding: 3px 3px 0px 0px;
            font-size: 90%;
            color: #999999;         
}

.entry_text {
	      font-size: 110%;
          text-align: left;
	      color: #333333;
	      margin: 5px 10px 20px 10px;
          line-height : 130%;
}



/*---エントリー部分---*/

textarea,input,select {
	         font-family : "Osaka","Verdana","Helvetica","Arial",sans-serif;
                 font-size: 100%;
}

img.emoji{
	         vertical-align:middle;
	         border:0;
}

/*フッター
---------------------------------------------------------*/

#footer { 
          text-align : right;
          font-size: 90%;
}

#footer .copy{
          text-align : right;
          font-size: 110%;
}


/* --------------------
各種初期設定
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
    font-size:1em;
    padding: 0;
    line-height: 1.3;
    text-align: left;
    display: block;
    margin: 0;
}
table {
	margin : 0;
	empty-cells: show;
	line-height: 1.5;}
img { border: none; }
li { list-style: none; }


/*-----------------初期設定ここまで-------------------*/