@charset "Shift-JIS";

div#main{
	margin:0 10px;
}


/* 本文
-------------------------------------*/
div.pgh{
	margin-bottom:30px;
}
div.pgh h3{
	margin-bottom:10px;
}
div.pgh p{
	line-height:1.6;
}
div.pgh dl{
	font-size:12px;
	line-height:1.2;
	color:#666666;
}

/* 写真2枚
-------------------------------------*/
div.pgh div.box1{
}
div.pgh div.box1 div.text{
	float:left;
	width:510px;
}
div.pgh div.box1 div.pict{
	float:right;
	width:272px;
	margin-left:15px;
}
div.pgh div.box1 div.pict dl{
	margin-bottom:15px;
}

/* 写真3枚
-------------------------------------*/
div.pgh div.box2{
}
div.pgh div.box2 div.text{
	margin-bottom:15px;
	float: left;
	width: 510px;
}
div.pgh div.box2 div.pict{
}
div.pgh div.box2 div.pict dl{
	width:272px;
	float:left;
	margin-right:12px;
}
div.pgh div.box2 div.pict dl.last{
	margin-right:0;
}



/* recommend
-------------------------------------*/
div.recommend{
	margin:20px 0;
	padding:10px 20px 10px 20px;
	border-top:solid 1px #dddddd;
	border-bottom:solid 1px #dddddd;
	background:#f7f2e5;
}

div.recommend h4{
	margin:0 0 8px 0;
	font-weight:bolder;
	font-size:12px;
	color:#333333;
}

div.recommend li{
	margin:0 0 5px 0;
}

div.recommend li.last{
	margin:15px 0 5px 0;
}



p.note{
	font-size:12px;
	line-height:1.2;
}

/* 書籍 */

div#book {
	margin: 40px 35px;
	width: 790px;
}

div#book div#bookInner {
	padding: 10px 0;
	border-left:3px solid #E1E1E1;
	border-right:3px solid #E1E1E1;
	border-bottom:3px solid #E1E1E1;
}

div#book div.bookLeft {
	float: left;
}

div#book div.bookRight {
	float: left;
}

div#book div.bookInnerLeft {
	width: 96px;
	padding: 5px 10px 0 50px;
	text-align:center;
}

div#book div.bookInnerRight {
	width: 230px;
	margin: 10px 0 0 0;
}

div#book div.bookInnerRight p {
	margin-bottom: 10px;
	font-size: 14px;
	color:#333333;
	font-weight:bold;
}

div#book div.bookInnerRight ul {
	font-size: 12px;
	color:#333333;
}
