@charset "utf-8";
/* CSS Document */

/*index.html*******************************************************/
#topicPath{margin-bottom:25px;}
#pageTitle .inner{background:url(../images/pagetitle_bg.jpg) no-repeat center top;}

#information{clear:both;}
#information dt,#information dd{line-height:1.7;}
#information dt{
	background:url(../../common_img/icon_arrow01.gif) no-repeat 0 5px;
	margin-bottom:3px;
	padding-left:10px;
}
#information dt .iconSet{margin-left:5px;}
#information dt img{
	vertical-align:middle;
}
* html #information dt img{margin-bottom:3px;}
#information dd{
	margin-bottom:12px;
	padding-bottom:10px;
	border-bottom:1px #B2B2B2 dotted;
}


#pageMoveTop{
	border-bottom:3px #D9D9D9 solid;
	padding-bottom:10px;
	margin-bottom:25px;
}
#pageMoveBottom{
	border-top:3px #D9D9D9 solid;
	padding-top:10px;
	margin-top:30px;
	padding-bottom:30px;
}
#pageMoveTop .inner,#pageMoveBottom .inner{position:relative;}
#pageMoveTop ul,#pageMoveBottom ul{overflow:hidden;}
* html #pageMoveTop ul,* html #pageMoveBottom ul{zoom:1;}
ul .goPrev{
	width:200px;
	float:left;
	background:url(../images/arrow_prev.gif) no-repeat left center;
	padding-left:15px;
	position:relative;
	z-index:1;
}
ul .goNext{
	text-align:right;
	width:200px;
	float:right;
	background:url(../images/arrow_next.gif) no-repeat right center;
	padding-right:15px;
	position:relative;
	z-index:2;
}
#pageMoveTop ol,#pageMoveBottom ol{
	width:100%;
	clear:both;
	list-style:none;
	text-align:center;
	z-index:0;
}
#pageMoveTop ol,#pageMoveBottom ol{
	position:absolute;
	top:0;
}
#pageMoveTop ol li,#pageMoveBottom ol li{
	margin:0 5px;
	display:inline;
	font-weight:bold;
}
#pageMoveTop ol li a,#pageMoveBottom ol li a{font-weight:100;}