@charset "utf-8";
/* CSS Document */

/*details.html*******************************************************/
#topicPath{margin-bottom:25px;}
#pageTitle .inner{background:url(../images/pagetitle_bg.jpg) no-repeat center top;}

#titleSet{
	background:url(../images/detail_title_bg.gif) no-repeat left bottom;
	padding:0 0 8px 50px;
	margin-bottom:25px;
}
#titleSet p,#titleSet h3{line-height:1.7;}
#titleSet h3{
	font-size:115%;
	margin-top:5px;
}

#category{
	overflow:hidden;
	margin-bottom:20px;
	width:756px;
}
* html #category{zoom:1;}
#category dt{
	font-weight:bold;
	width:4.5em;
	clear:both;
	float:left;
	margin-right:-4.5em;
}
#category dt,#category dd{
	line-height:1.7;
	margin-bottom:3px\9;
}
#category dd{
	padding-left:4.5em;
	padding-top:3px\9;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 #category dt,#category dd{margin-bottom:3px;}
 #category dd{padding-top:3px;}
}

#detail{
	position:relative;
	padding-bottom:30px;
}
#detail p{
	line-height:1.7;
	margin-bottom:15px;
}


.photos{
	width:910px;
	overflow:hidden;
	margin:20px -10px 20px 0;
}
* html #photos{zoom:1;}
.photos p{
	width:172px;
	float:left;
	margin:0 10px 10px 0;
	text-align:center;
}
.photos p span{
	display:block;
	text-align:left;
	line-height:1.4;
}
.photos p img{border:3px #E6E6E6 solid;margin-bottom:5px;}
.photos p a:hover img{border:3px #FBB03B solid;}

#relationFiles{
	background-color:#F2EFE5;
	padding:20px;
	margin-bottom:20px;
}
#relationFiles h4{
	margin-bottom:12px;
	font-size:110%;
	color:#754C24;
}
#relationFiles ul li{
	line-height:1.9;
	background:url(../images/arrow_relation.gif) no-repeat 0 8px;
	padding-left:17px;
}



#goAll,#goBack{clear:both;}

#goAll{padding-top:30px;}
#goAll li{display:inline;}
#goAll li a{
	width:186px;
	height:43px;
	margin:0 auto;
	display:block;
	background:url(../images/detail_golist.gif) no-repeat left top;
}
#goAll li a:hover{background-position:left bottom;}
#goAll li a span,#goBack li a span{display:none;}

#goBack{
	width:124px;
	position:absolute;
	top:0;
	right:0;
}
#goBack li{display:inline;}
#goBack li a{
	width:124px;
	height:13px;
	display:block;
	background:url(../images/detail_goback.gif) no-repeat left top;
}
#goBack li a:hover{background-position:left bottom;}