@charset "Shift_JIS";

/*teach.css*/

/*------------------------------------------------------------w850px コンテンツ*/
#contents{
	width:670px;
	background:url(../../teach/img/bg_contents.gif) repeat-y center;
	margin:0 0 0 7px;
}
#contents_top{
	width:670px;
	height:5px;
	background:url(../../teach/img/bg_contents_top.gif) no-repeat 0 0;
}
#contents_bottom{
	width:670px;
	height:5px;
	background:url(../../teach/img/bg_contents_bottom.gif) no-repeat 0 0;
}


#contents h2{
	font-weight:bold;
	font-size:16px;
	color:#876e5c;
	margin:20px 30px 10px 30px;
}
#contents p{
	margin:0px 30px 20px 30px;
}
#contents .line{
	border-bottom:1px solid #8f0000;
	margin:0 30px 20px;
}
#contents table{
	margin:0 0 0 90px;
	width:520px;
}
#contents table th{
	width:160px;
}
#contents table td{
	width:360px;
}
#contents table p{
	font-size:14px;
	color:#8F0000;
	margin:0 0 20px 0;
}
.textcenter{
	margin:0 0 15px 0;
}