
/* 共通スタイル
******************************************************************************************** */


body {  
	margin:0;  
	padding:0; 
	text-align:center;
	}
	
div#wrapper{
	width:778px;
	height:auto;
	background:#ffffff url(img/back-yellow.jpg) repeat-y;
	margin:0 auto;
	}

div#contents{
	margin:0 auto;
	width:753px;
	height:auto;
	}	
div#footer a:link {color:#ffffff; decoration:none;}
div#fotter a:hover { color:#ffffff; background-color:#FF9900;}
div#fotter a:visited { color:#ffffff; }
div#fotter a:active { color:#ffffff; }


	div#back { width:713px; margin:0px; margin-bottom:5px; text-align:right; 
}

span.red{color:#f00;}

div#sch{
text-align:center;
width:706px;
border:2px solid #999;
}
div#sch ul li{
list-style:none;
}
div#sch ul li.sch_bt{
padding:15px 0 0 0;
}
div#sch ul li.sch_text{
padding:0 0 15px 0;
}
div#sch ul li.sch_end{
padding:15px 0;
}