@charset "utf-8";
/*------------------------------------------------------------------------------*/
/*	▼　メイン　▼																*/
/*------------------------------------------------------------------------------*/

.body_name_outer {
	 width: 100%;
	 height: 40px;
	 line-height: 26px;
	 margin: 0px;
	 text-align: center;
}
.body_name_inner {
	 width: 300px;
	 height: 24px;
	 background: url(../images/material/title_dojin.png);
	 font-size: 16px;
	 font-weight: bold;
	 line-height: 26px;
	 margin: 0px auto;
	 text-align: center;
}
.body_date { font-size: 18px;}
.body_main_01 {
	 width: 580px;
	 height: 20px;
	 line-height: 25px;
	 text-align: center;
}
.body_main_02 {
	 padding: 0px 45px 15px;
	 text-align: center;
}
.main_left {
	 width: 170px;
	 height: 200px;
	 text-align: left;
	 float: left;
}
.main_right {
	 width: 310px;
	 height: 200px;
	 text-align: left;
	 float: left;
}
.book_title		{ font-size: 16px; line-height: 20px;}
.book_line {
	 width: 480px;
	 height: 15px;
	 background: url(../images/material/bg_line_03.png) repeat-x;
	 clear: both;
}
