@charset "utf-8";
#contents #main H3 {
	background-image: url(img/h3.png);
}
#contents #main .storylist UL {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}

#contents #main .storylist UL LI {
	width: 260px;
	height: 300px;
	font-size: 12px;
	line-height: 15px;
	display: block;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	float: left;
}
#contents #main .storylist UL LI A IMG {
	margin-bottom: 5px;
}
#contents #main .storylist UL LI A SPAN {
	display: block;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #933;
	height: 30px;
	padding-left: 10px;
	margin-left: 5px;
}
#contents #main .storylist UL LI A:hover SPAN {
	border-left-color: #F90;
}
#contents #main #storybox {
	margin-top: -70px;
}

#contents #main #storybox H5 {
	font-size: 32px;
	text-align: right;
	margin-bottom: 30px;
	line-height: 32px;
	height: 32px;
	padding-top: 7px;
	font-weight: lighter;
	padding-left: 20px;
	margin-left: 30px;
}
#contents #main #storybox H6 {
	font-size: 32px;
	text-align: left;
	margin-bottom: 30px;
	float: left;
	width: 560px;
	line-height: 32px;
	height: 32px;
	background-image: url(img/tit_tit.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 15px;
	font-weight: lighter;
	padding-left: 20px;
	margin-right: 30px;
}

#contents #main #storybox .txt {
	font-size: 14px;
	line-height: 20px;
	width: 480px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 15px;
	background-image: url(img/tit_story.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	margin-bottom: 30px;
	float: right;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
	padding-right: 50px;
}
#contents #main #storybox DL {
	width: 250px;
	background-image: url(img/tit_staff.png);
	padding-top: 15px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-right: 0px;
	padding-left: 20px;
	float: left;
	padding-bottom: 0px;
	margin-bottom: 27px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 12px;
}
#contents #main #storybox DL DT {
	display: block;
	float: left;
	width: 80px;
	padding-left: 10px;
}
#contents #main #storybox DL DD {
	padding-left: 90px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#contents #main #storybox .storymenu {
	background-image: url(img/tit_navi.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	padding-top: 15px;
	padding-left: 20px;
	width: 195px;
	height: 40px;
	margin-left: 30px;
}
#contents #main #storybox .storymenu LI {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	width: 60px;
	float: left;
	margin-right: 5px;
	display: block;
	text-align: left;
	text-indent: -9999px;
}
#contents #main #storybox .storymenu LI A {
	background-repeat: no-repeat;
	background-position: 0px -40px;
	display: block;
	height: 100%;
	width: 100%;
}
#contents #main #storybox .storymenu LI A:hover {
	background-position: 0px -80px;
}
#contents #main #storybox .storymenu LI.back, #contents #main #storybox .storymenu LI.back A {
	background-image: url(img/storynavi_back.png);
}
#contents #main #storybox .storymenu LI.home, #contents #main #storybox .storymenu LI.home A {
	background-image: url(img/storynavi_home.png);
}
#contents #main #storybox .storymenu LI.next, #contents #main #storybox .storymenu LI.next A {
	background-image: url(img/storynavi_next.png);
}
#contents #main #storybox H5 SPAN {
	font-size: 24px;
}
