@charset "utf-8";
/* =========================================================
CSS information

 更新者：松尾
 更新日：20090825

 file name  : report.css
 style info : 『あな婿』体験レポート用のスタイル
============================================================ */

/* feature.cssの読み込み
----------------------------------------------------------- */
@import url("../../../css/feature.css");


/* タイトル周り
----------------------------------------------------*/
#titleArea {
	width: 590px;
	background: url(../images/bg_titleb.png) bottom no-repeat;
	margin-bottom: 20px;
	padding-bottom: 23px;
	text-align: center;
}

#titleArea p.mainTitle {
	background: url(../images/bg_titlet.png) top no-repeat;
	padding-top: 13px;
}

#titleArea p.mainLead {
	padding-top: 10px;
	padding-right: 33px;
	padding-bottom: 10px;
	padding-left: 31px;
	text-align: left;
	line-height: 1.5;
}

#titleArea p.mainLead span {
	font-weight: bold;
	color: #E50002;
}

#titleArea #lecture {
	width: 526px;
	background: #FFFFFF;
	margin-right: 23px;
	margin-left: 21px;
	padding: 10px;
}

#titleArea #lecture p.title {
	margin-bottom: 20px;
}

#titleArea #lecture p.lead {
	margin-bottom: 10px;
}

/* ナビ */
#titleArea #lecture ul {
	width: 413px;
	height: 79px;
	background: url(../images/bg_navi.png) no-repeat;
	padding-top: 14px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 105px;
}

#titleArea #lecture ul li.navi01,
#titleArea #lecture ul li.navi03 {
	width: 205px;
	clear: both;
	float: left;
}

#titleArea #lecture ul li.navi02,
#titleArea #lecture ul li.navi04 {
	width: 205px;
	margin-left: 208px;
}

*html #titleArea #lecture ul li.navi02,
*html #titleArea #lecture ul li.navi04 {
	margin-left: 200px;
}


/* あな婿宣伝 */
#titleArea #movieAd {
	width: 526px;
	background: #FFFFFF;
	margin-right: 23px;
	margin-left: 21px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	position: relative;
}

#titleArea #movieAd p.btnMovie {
	width: 301px;
	position: absolute;
	right: 55px;
	bottom: 45px;
}

#titleArea #movieAd p.copyrights {
	font-size: 9px;
	color: #666666;
}

#titleArea #movieAd p.copyrights a {
	color: #333333;
	text-decoration: underline;
}


/* レポート
----------------------------------------------------*/
#report h1 {
	width: 520px;
	height: 62px;
	margin-bottom: 5px;
	padding-top: 0.65em;
	padding-left: 70px;
	font-size: 160%;
	font-weight: normal;
}

#report h1 span{
	color: #E50002;
}

#report h1.report01 {
	background: url(../images/title01.png) no-repeat;
}

#report h1.report02 {
	background: url(../images/title02.png) no-repeat;
}

#report h1.report03 {
	background: url(../images/title03.png) no-repeat;
}

#report h1.report04 {
	background: url(../images/title04.png) no-repeat;
}

#report p {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
	line-height: 2;
}

#report p span.bold {
	font-weight: bold;
	color: #E50002;
}

#report p span.point {
	background: url(../images/i_point.png) 5px 0px no-repeat;
	padding-left: 35px;
	font-size: 160%;
	color: #E50002;
}

*html #report p span.point {
	background: url(../images/i_point.png) 5px 0px no-repeat;
	padding-top: 5px;
	padding-left: 35px;
	font-size: 160%;
	color: #E50002;
}

#report p a {
	font-weight: bold;
	color: #E50002;
	text-decoration: underline;
}

#report p.img span {
	width: 180px;
	background: #FFF6CD;
	display: block;
	padding: 5px 10px;
	font-size: 88%;
	line-height: 1.2;
}

#report p.img.left {
	width: 200px;
	margin-bottom: 15px;
	margin-right: 25px;
	float: left;
}

#report p.img.right {
	width: 200px;
	margin-bottom: 15px;
	margin-left: 15px;
	float: right;
}

/* 回遊ボタン
----------------------------------------------------*/
#subnavi {
	border-top: 1px dotted #DBC6A8;
	margin-top: 30px;
	margin-bottom: 30px;
}

#subnavi span.subnavi01,
#subnavi span.subnavi02,
#subnavi span.subnavi03,
#subnavi span.subnavi04 {
	display: inline;
	margin-top: 10px;
	text-align: right;
}

#subnavi span a {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 70px;
	color: #E50002;
	text-decoration: underline;
}

#subnavi span a:hover {
	color: #000000;
}

#subnavi span.subnavi01 a {
	background: url(../images/subnavi01.png) center left no-repeat;
}

#subnavi span.subnavi02 a {
	background: url(../images/subnavi02.png) center left no-repeat;
}

#subnavi span.subnavi03 a {
	background: url(../images/subnavi03.png) center left no-repeat;
}

#subnavi span.subnavi04 a {
	background: url(../images/subnavi04.png) center left no-repeat;
}


/* バナー
----------------------------------------------------*/
.banner {
	text-align: center;
}