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

/* book */


#book #contents {
	background: url(../../images/check_red.gif);
	padding-top: 10px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
#book #main {
	background: url(../../images/page_bg.png) repeat-y;
	padding-top: 20px;
	text-align: left;
	padding-right: 80px;
	padding-left: 80px;
}
#book h2 {
	background: url(images/title.gif) no-repeat center top;
	text-indent: -9999px;
	display: block;
	height: 175px;
}
#book #main p {
	padding-bottom: 15px;
}
#book #main p.midashi {
	font-size: 123.1%;
	padding-bottom: 30px;
	line-height: 160%;
	background: url(images/book.gif) no-repeat 70px top;
	padding-left: 280px;
	min-height: 270px;
	height: auto !important;
  height: 270px;
}

#book #main .leftArea {
	float: left;
	width: 378px;
	background: #F1F1F1;
	margin-bottom: 30px;
}
#book #main .leftArea h3 {
	background: url(images/head.gif) no-repeat center top;
	height: 40px;
	text-indent: -9999px;
	display: block;
}
#book #main .leftArea p {
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#book #main .rightArea {
	float: right;
	width: 350px;
}
#book #main .rightArea h3 {
	background: url(images/icon.gif) no-repeat left top;
	padding-left: 25px;
	font-size: 123.1%;
	font-weight: bold;
	color: #D40100;
	padding-bottom: 10px;
}
#book #main .rightArea .list01 {
	height: 40px;
}
#book #main .rightArea .list01 a {
	font-size: 8px;
	background: url(images/btn_1.gif) no-repeat;
	height: 29px;
	width: 267px;
	text-indent: -9999px;
	display: block;
}
#book #main .rightArea .list01 a:hover { background: url(images/btn_1.gif) no-repeat 0px -29px; }
#book #main .rightArea .list02 a {
	font-size: 8px;
	background: url(images/btn_2.gif) no-repeat;
	height: 29px;
	width: 267px;
	text-indent: -9999px;
	display: block;
}
#book #main .rightArea .list02 a:hover { background: url(images/btn_2.gif) no-repeat 0px -29px; }




#book #main #banners {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #CC0000;
	margin-top: 30px;
}
#book #banners .returnTop {
	float: left;
	height: 29px;
	width: 127px;
}
#book #banners .returnTop a {
	background: url(../../images/btn_return_red.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 29px;
	width: 127px;
}
#book #banners .returnTop a:hover {
	background: url(../../images/btn_return_red.gif) no-repeat 0px -29px;
	text-indent: -9999px;
	display: block;
	height: 29px;
	width: 127px;
}
