@charset "utf-8";
/* 各コンテンツ共通 */
/* header */
body {
	background: #000000;
	}
#wrapper{
	background: url(../images/sub_bk.jpg) no-repeat;
	background-position: top center;
	}
	
#contents {
	width: 980px;
	margin:0 auto 0 auto;
	}
#nav {
	width: 970px;
}
#nav li{
	float: left;
}
#subNav {
	width: 950px;	
	padding:4px 0 0 10px;
}
#subNav li{
	float: left;
	padding:0 0 0 16px;
}
#head{
	position: relative;
	height: 72px;
}
#snLink {
	position: absolute;
	top: 11px;
	right: 10px;
	}
#snLink li{
	float: left;
	padding:0 0 0 4px;
	}
#head h2 {
	position: absolute;
	top: 30px;
	right: 0px;
}
/* /header */
/* contents */
#mainCnt {
	background: url(../images/sub_wrp_bk.gif) 0px 200px no-repeat;
	width: 974px;
	margin: 0px auto 0px auto;
	padding:0 0 0 0;
	position: relative;
	}
#mainCnt h3 {
	padding:16px 0 0 20px;
	margin:0 0 0 0;
	}
#cntWrp {
	background: url(../images/sub_wrp_bottom.gif) 0px 350px no-repeat;
	background-position: bottom;
	width: 934px;
	margin: 0px auto 0px auto;
	padding: 12px 20px 24px 20px;
	margin: 0px 0px 0px 0px;
	}
p#pageTop{
	float: right;
	padding:0 22px 0 0;
}
#footIcon {
	position: absolute;
	bottom: -26px;
	right: -66px;
}
/* /contents */
/* footer */
#footer {
	border-top: 1px solid #7b6700;
	margin: 13px 0 0 0;
	}
#footer p{
	width:426px;
	margin:8px auto 0 auto;
	}
/* footer */
/* story+guest */
#bkNum {
	position: absolute;
	top:24px;
	right: 60px;
}
#bkNum h4 {
	float: right;
	padding:0 0 2px 0;
}
#bkNum ul {
	float: right;
	}
#bkNum li {
	float:left;
	}
/* /story+guest */