body{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	color:#333333;
	line-height:140%;
	background:#ffffff;
	margin:0px;
	paddiing:0px;
	background:url(../img/bg.jpg) repeat rgba(255,255,255,1.00);
/*	text-align:center;*/
}

#contents {  
    width: 950px;  
    margin: 0 auto;
	text-align:left;
} 
 
.hidden{
	display:none;
	font-size:0px;
}

a:link{
	color:#FF6600;
	cursor:pointer;
}

a:visited{
	color:#999999;
	cursor:pointer;
}

a:hover{
	color:#4EAFB6;
	cursor:pointer;
}

#clear{
	clear:both;
}



/* header*/
#header{
	text-align:center;
    margin:10px auto;
    width:953px;
/*	border:1px dotted #ff0099;*/
} 

/* fotter*/
#footter{
	font-size:10px;
	color:#666666;
	text-align:center;
    margin: 0 auto;
/*	border:1px dotted #ff0099;*/
} 