@import "fonts.css";
@import "reset.css";
* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));}

/* CSS Document */
/*clearfix初期指定：floatをしている内容がはみ出さないように、外の要素を調整*/

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
/*clearfix：ここまで*/



/*CLASS初期指定*/
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span { display: none; }
.hidden {
   display: none;
   visibility: hidden;
}
.alignright {
   float: right;
}
.alignleft {
   float: left;
}
.clear {
   clear: both;
}
#wrapper {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	position: relative;
	padding-top: 50px;
	width: 830px;
}
#headarea{
	padding-right: 60px;
	padding-left: 60px;
}
#wrapper h1 {
	background-image: url(../img/title.gif);
	background-repeat: no-repeat;
	height: 195px;
	width: 720px;
}
.badge {
	position: absolute;
	left:780px;;
}
#box{
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-right: 60px;
	padding-left: 60px;
}
#left{
	width: 525px;
	padding-top: 35px;
}
#read{
	font-size: 123.5%;
	line-height: 1.8em;
	font-weight: bold;
	color: #454545;
	margin-bottom: 25px;
}
#read span{
	float: right;
}
.page1,.page2,.page3,.page4,.page5,.page6,.page7{
	background-repeat: no-repeat;
	height: 36px;
	width: 525px;
	margin-bottom: 15px;
}
.page1 { background-image: url(../img/tit1.gif); }
.page2 { background-image: url(../img/tit2.gif); }
.page3 { background-image: url(../img/tit3.gif); }
.page4 { background-image: url(../img/tit4.gif); }
.page5 { background-image: url(../img/tit5.gif); }
.page6 { background-image: url(../img/tit6.gif); }
.page7 { background-image: url(../img/tit7.gif); }

#textarea{
	font-size: 108%;
	line-height: 1.8em;
	font-weight: normal;
	color: #333333;
}
#textarea strong{
	font-weight: bold;
	color: #63b700;
}
#textarea p{
	margin-bottom: 15px;
}

#right{
	width: 148px;
	position: relative;
	padding-top: 35px;
}
#right li{
	width: 148px;
	height: 35px;
	margin-bottom: 5px;
}
*+html #right li{ margin-bottom: 3px; }
*html #right li{ margin-bottom: 3px; }

#right li a{
	width: 148px;
	height: 35px;
	display: block;
}
.nav1{ background-image: url(../img/btn/1.gif); }
.nav2{ background-image: url(../img/btn/2.gif); }
.nav3{ background-image: url(../img/btn/3.gif); }
.nav4{ background-image: url(../img/btn/4.gif); }
.nav5{ background-image: url(../img/btn/5.gif); }
.nav6{ background-image: url(../img/btn/6.gif); }
.nav7{ background-image: url(../img/btn/7.gif); }
.nav8{ background-image: url(../img/btn/8.gif); }
.nav1,.nav2,.nav3,.nav4,.nav5,.nav6,.nav7{ background-position: 0px -35px; }
.nav1 span,.nav2 span,.nav3 span,.nav4 span,.nav5 span,.nav6 span,.nav7 span{ display:none; }

.nav1 a{ background-image: url(../img/btn/1.gif); }
.nav2 a{ background-image: url(../img/btn/2.gif); }
.nav3 a{ background-image: url(../img/btn/3.gif); }
.nav4 a{ background-image: url(../img/btn/4.gif); }
.nav5 a{ background-image: url(../img/btn/5.gif); }
.nav6 a{ background-image: url(../img/btn/6.gif); }
.nav7 a{ background-image: url(../img/btn/7.gif); }
.nav8 a{ background-image: url(../img/btn/8.gif); }
#right li a:hover{ background-position: 0px -35px; }
#right li a span{ display: none; }

#bottom {
	width: 830px;
	position:relative;
	background-image: url(../img/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 25px;
	padding-top: 40px;
	margin-bottom: 50px;
}
*+html #bottom {
	background-position: 0 -20px;
	padding-bottom: 0px;
}
*html #bottom {
	background-position: 0 -20px;
	padding-bottom: 0px;
}
#bottom #book{
	width: 160px;
	height: 297px;
	position:absolute;
	left: 614px;
}
#bottom h1{
	background-image: url(../img/book_title.gif);
	background-repeat: no-repeat;
	width: 490px;
	height: 78px;
	margin-bottom: 50px;
}
#bottom h1 a{
	width: 490px;
	height: 78px;
	display: block;
}
#bookdata{
	float: left;
	width: 524px;
}
#bottom h4{
	background-image: url(../img/read.gif);
	background-repeat: no-repeat;
	width: 524px;
	height: 53px;
	margin-left: 60px;
}
#bottom p{
	font-size: 93%;
	line-height: 1.8em;
	font-weight: normal;
	color: #454545;
	width: 524px;
	margin: 15px 0px 10px 60px;
}
#bottom ul{
	width: 524px;
	margin-left: 60px;
}
#bottom ul .data{
	float:left;
	font-size: 77%;
	text-align: right;
	line-height: 1.4em;
	padding-right: 20px;
	margin-top: 6px;
}
#bottom ul a:link{ color: #454545; text-decoration: underline; }
#bottom ul a:visited{ color: #454545; text-decoration: underline; }
#bottom ul a:hover{ color: #63b700; text-decoration: none; }
#bottom ul a:active{ color: #999999; text-decoration: none; }
#bottom ul .btn{
	float:left;
	width: 183px;
	height: 40px;
}
#bottom ul .btn a{
	background-image: url(../img/btn-detail.gif);
	background-repeat: no-repeat;
	width: 183px;
	height: 40px;
	display: block;
}
#bottom ul .btn a:hover{ background-position: 0px -40px; }
#bottom ul .btn span{ display: none; }
