/* ページ基本設定 */
body{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 9pt;
	line-height:13pt;
	position: absolute;
	color : black;
	background-color : #FAFAFA;
	margin : 0;
	padding-left: 8px;
  }
  
   /* リンクの設定 */
a{text-decoration:none;}
a:link {COLOR:#FF9900;}
a:visited {COLOR:#FF9900;}
a:active {COLOR:#FF9900;}
a:hover{COLOR:#FF0000;}
a:hover{text-decoration:underline;} 

/* スクロールバー設定 */  
html{
  scrollbar-face-color : #e6e6e6;
  scrollbar-track-color : #f5f5f5;
  scrollbar-highlight-color : #f5f5f5;
  scrollbar-shadow-color : #000000;
  scrollbar-3dlight-color : #e6e6e6;
  scrollbar-darkshadow-color : #e6e6e6;
  scrollbar-arrow-color : #FF0000;
}

/* テーブル設定 */
TABLE{
  font-size : 9pt;
  font-family : "ＭＳ Ｐゴシック";
  color : black;
  background-color : #F5F5F5;
  cellpadding : 2px 0 0 2px ;
  
}

/* テーブル見出し設定 */
 CAPTION{
  font-size : 12pt;
  font-weight :bold;
  text-align : center;
  color :#f5f5f5;
  background :#666666;
  padding : 2 0 0 0 ;
}

/* 水平線設定 */
HR{
	width : 60% ;
	}
	
/* 日時見出し設定 */
 h1{
	font-size:14pt;
	font-weight:bold;
	color:#f5f5f5;
	background:#333333;
	width:90%;
	height:25px;
	padding:5px 3 2 0px;
	margin-top: 7px;
	margin-left: -8px;
	text-align: right;
	}
	
/* 表題見出し設定 */
 h2{
	font-size:11pt;
	font-weight:bold;
	width:400px;
	background:#F0F0F0;
	border-left-width:5px;
	border-left-color:#666666;
	border-left-style:solid;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#666666;
	background-image : url(http://www.319ch.com/ro/h2.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-attachment: fixed;
	margin-top: 10px;
	margin-left: -6px;
	padding-bottom: 2px;
	padding-left: 5px;
 	}
	
 h3{
	font-size:11pt;
	font-weight:bold;
	width:400px;
	background:#F0F0F0;
	border-left-width:5px;
	border-left-color:#666666;
	border-left-style:solid;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#666666;
	background-image : url(http://www.319ch.com/ro/h3.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-attachment: fixed;
	margin-top: 10px;
	margin-left: -6px;
	padding-bottom: 2px;
	padding-left: 5px;
	}
	
/* 表示領域設定 */
#wrapper{
    margin-left : auto;
    margin-right : auto;
    width : 700px;
    border-right : 2px solid #666666;
    border-left : 2px solid #666666;
    background-color : #FAFAFA;
}

/* エントリータイトル */
.entry-header {
    margin: 10px 5px 10px 0px;
    color: #444444;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px #808080 solid ;
}