@charset "utf-8";
/* CSS Document */

#saku_top{
	width:750px;
	height:830px;
	background-image:url(sakubun_main.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	text-indent:-99999px;
}

/*募集要項設定ここから*/
#saku_bottom{
	width:800px;
	margin:15px auto 10px;
}
#saku_bottom h3{
	font-size:24px;
	font-weight:normal;
	color:#0e57af;
}
#saku_bottom h4{
	font-size:16px;
	color:#0e57af;
	width:750px;
	margin:15px auto 0;
}
#saku_bottom p{
	width:750px;
	margin:0 auto;
}
#saku_bottom p strong{
	font-size:16px;
	font-weight:normal;
}
/*募集要項テーブル設定*/
table{
	width:750px;
	margin:10px auto;
	line-height:1.8;
}
table tr th{
	width:50px;
	/*text-align:right;*/
	background-color:#6CF;
	color:#fff;
}
table tr td{
	width:200px;
}
table tr td ul li#kome{
	font-size:12px;
}
/*イメージのセンタリング*/
#img_center{
	width:615px;
	margin:10px auto;
}