@charset "UTF-8";


#slideArea{
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
	position:relative
}

#slideArea #requestImg{
	position: absolute;
	width: 100%;
	height: 63px;
	bottom: 0px;
	text-align: center;
	z-index: 100;
	background-image: url(../img/request_bg.png);
}

#slideArea #requestImg img { padding-top:13px;}

#btnArea{
	width:100%;
	background:url(../common/img/bg_indexBtnArea.gif) bottom repeat-x;
	height:102px;
	padding-top:7px;
}

#btnArea p{
	width:960px;
	margin:0 auto;
	position:relative;	
	}
	
#btnArea .fl{margin-left:190px; margin-top:5px;}

#btnArea #book{
	position:absolute;
	top:-20px;
	left:-10px;
	z-index:150;
}

#nav { z-index:500 !important;}

#index #article{width:960px; margin:0 auto; background:none; padding-top:0;}

#info{
	/*background:url(../img/index_info.gif) no-repeat left 63px;*/
	background:url(../img/index_info.gif) no-repeat 17px 73px;
	padding-left:170px;
	font-size:12px;
	padding-top:60px;
	margin-bottom:20px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#news { padding: 0.5em 0; }
}

#info #news span{
	border-left:solid 1px #bcbcbc;
	padding-left:2em;
	padding-bottom:2em;
}

#info dt{
	font-weight:bold;
	/*border-left:solid 1px #bcbcbc;*/
	padding-left:2em;
	float:left;
	clear:left;
}

#info dd{
	border-left:solid 1px #bcbcbc;
	padding-left:10em;
	color:#241109;
	padding-bottom:0.5em;
}

.tGray{margin-bottom:25px;}

.cap{
	margin-bottom: 25px;
	color: #666;
}

.cap li{
	line-height:120%;
	padding-bottom:0px;
	margin-bottom:0px;
}


#slideArea li{
	width: 100%;
	height: 709px;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
}

#slideArea .slide01{background-image:url(../img/slide01.jpg);}
#slideArea .slide02{background-image:url(../img/slide02.jpg);}
#slideArea .slide03{background-image:url(../img/slide03.jpg);}
#slideArea .slide04{background-image:url(../img/slide04.jpg);}

p.attention {
	text-align: right;
	padding-bottom: 50px;
}
p.attention a{
	color:#C03;
	text-decoration: underline;
}