@charset "utf-8";
/* ===================================================================
 style info : ファイル読み込み
=================================================================== */

/* default style - リセット・共通
----------------------------------------------------------- */
@import url("../../commons/styles/default.css");
@import url("../../commons/styles/module.css");
/* ===================================================================
 style info : 個別用
=================================================================== */
#mainCnt {
	position: relative;
}
#cntWrp{
	margin:0 30px 0 30px;
}
#storyTitle {
	position: relative;
	padding: 44px 0px 0px 0px;
}
#storyTitle h2 {
	width: 420px;
	padding: 12px 0px 4px 50px;
	margin: 0px 0px 0px 12px;
	background: url(../img/dot_line.gif) repeat-x;
	background-position: bottom;
	font-size: 153%;
	font-weight: bold;
}
p#text {
	padding: 20px 0px 0px 0px;
	line-height: 1.5;
	
}
p#num {
	position: absolute;
	top: 40px;
	left: 4px;
}
#movie {
	background: url(../img/movie_bk.gif) no-repeat;
	margin:30px 0px 20px 20px;
	padding:7px 0 0 7px;
	width: 357px;
	height:205px;
	float: right;
}
#backNum {
	position: absolute;
	top: 46px;
	right: 30px;
	background: url(../img/back_num_bk.png) no-repeat;
	width: 450px;
	height: 56px;
}
#backNum ul {
	padding:20px 0 0 12px;
}
#backNum li {
	float: left;
	padding:0 0 0 3px;
}

#guestArea01 {
	margin:28px 0 0 40px;
	width: 300px;
}
#guestArea02 {
	margin:28px 0 0 40px;
	width: 557px;
}
#guestArea02 #guest {
	background: url(../../story/img/guest_body02.png) repeat-y;
	padding:20px 0 20px 30px;
}


#guestArea01 #guest {
	background: url(../../story/img/guest_body01.png) repeat-y;
	padding:20px 0 20px 30px;
}
#guestArea {
	margin:28px auto 0 auto;
	width: 817px;
}
.section {
	width: 175px;
	margin: 0px 35px 12px 35px;
	float: left;
}
#guestArea #guest {
	background: url(../../story/img/guest_body.png) repeat-y;
	padding:20px 0 20px 38px;
}
p.guestText {
	width: 165px;
	height: 48px;
	text-align: center;
	padding:2px 8px 0 8px;
	line-height: 1.3;
	background: url(../../story/img/guest_name.png) no-repeat;
	color: #FFF;
}
p.guestText span {
	color: #f25c66;
	font-size: 133%;
}
p.guestDate {
	width: 165px;
	text-align: center;
	padding:2px 8px 0 8px;
	text-align:center;
	line-height: 1.3;
}











