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

/* index==========================

	1.for book common style
	2.for index
	
*/


/* 1.for book common style ====================================================*/
div.book div.section h4{
	margin-bottom:15px;
}
div#bookLast{
	margin-bottom:0;
	padding-bottom:20px;
	background:url("../../common/image/m_bgf.gif") no-repeat bottom;
}

/* 2.for index ====================================================*/
div.bookBox p{
	margin:0 30px 10px 30px;
}
div.bookBox table{
	margin-bottom:30px;
	margin-left:30px;
	width:500px;
	border-top:solid 1px #CCC;
	border-right:solid 1px #CCC;
}
div.bookBox th{
	padding:5px 0;
	background:#FFF5E9;
	border-left:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
}
div.bookBox td{
	padding:10px 5px;
	vertical-align:top;
	border-left:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
}

#get{
	margin-left:30px;
	margin-bottom:0px;
	}
#get img{
	float:left;
	margin-right:5px
	}

