body {
text-align: center;
margin: 0;
padding: 0;
font-family: "ヒラギノ角ゴ ProW3","ＭＳ Ｐゴシック",Osaka,"HiraKakuPro-W3",Verdana,"MS PGothic",sans-serif;
background-image: url(../img/bg_board.gif);
background-color: #A0A5AD;
	}
	

/* ****************************************
	ヘッダ
*******************************************/
#container {
width:900px;
margin-left: auto;
margin-right: auto;
	}

	
	
/* ****************************************
	テキスト
*******************************************/

.basic {
text-align:left; 
font-size: 12px; 
line-height: 160%; 
color: #ffffff;
	}






/* ****************************************
	リンク
*******************************************/
h1, h2, h3, h4 {
font-size:16pt;
text-indent: -9999px;
display: none;
}

	

 a:link
{
color: #ff3300;
text-decoration: underline;
}

a:visited
 {
color: #003366;
text-decoration: underline;
}

a:hover
{
color: #00CCFF;
text-decoration: underline;
	}