/* ページ基本設定 */
body{
  font-family: "ＭＳ Ｐゴシック", "Osaka";
  font-size: 9pt;
  
  text-align: center;
  position: absolute;
  color : black;
  background-color : #a0a0aa;
  }
  
/* リンクの設定 */
a:link { text-decoration:none; color:#ffffff ;}
a:visited { text-decoration:none; color:#ffffff ;}
a:active { text-decoration:none; color:#cccccc ;}
a:hover { text-decoration:none; color:#cccccc ;}
  
/* スクロールバー設定 */
html{
  scrollbar-face-color : #e6e6e6;
  scrollbar-track-color : #a0a0aa;
  scrollbar-highlight-color : #a0a0aa;
  scrollbar-shadow-color : #000000;
  scrollbar-3dlight-color : #e6e6e6;
  scrollbar-darkshadow-color : #e6e6e6;
  scrollbar-arrow-color : #FF0000;
  }
  
/* テーブル設定 */
TABLE{
  font-size : 9pt;
  font-weight : normal;
}

/* 見出し設定 */
 h1{
 	font-size:10pt;
 	text-align : center;
    color:#f5f5f5;
	background:#666666;
	width:500px;
    height:20px;
	padding:3px 0 0 0px;
}

/* ギルドページ用見出し設定 */
 h2{
	font-size:9pt;
	color:#f5f5f5;
	background:#666666;
	width:45%;
	height:18px;
}

/* テーブル見出し設定 */
 CAPTION{
	font-size : 12pt;
	font-weight :bold;
	text-align : center;
	color :#f5f5f5;
	background :#666666;
	padding-top: 2px;
}