﻿@charset "utf-8";
/* =========================================================
CSS information

 更新者：松尾
 更新日：20091126

 file name  : report.css
 style info : プロに学ぶ婚活用のスタイル
============================================================ */

/* feature.cssの読み込み 
----------------------------------------------------------- */
@import url("../../../css/feature.css");


/* タイトル周り
----------------------------------------------------*/
#title {
	width: 560px;
	background: url(../images/bg_title.png) no-repeat;
	border-top: 5px solid #C11920;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#title p.title {
	padding-top: 12px;
}

#title a {
	background: url(../../../../images/share/i_arrow_r.png) 0em 0.6em no-repeat;
	display: block;
	margin: 10px 0px;
	padding-left: 15px;
	text-decoration: underline;
}

#leadText { /*#titleタグの外*/
	width: 560px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 15px;
	font-size: 92%;
}



/* ナビ
----------------------------------------------------*/
ul#navi {
	width: 590px;
	height: 37px;
	border-bottom: 5px solid #8A1217;
	margin: 0px;
	padding: 0px;
}

ul#navi li {
	padding-right: 3px;
	float: left;
}

ul#navi li.nm {
	padding: 0px;
}


/* レポート
----------------------------------------------------*/
#report {
	width: 560px;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	clear: both;
}

#report h1 {
	font-size: 135%;
	color: #C11920;
}

#report p {
	margin-top: 1.5em;
	line-height: 2;
}

#report p span.bold {
	font-size: 125%;
	font-weight: normal;
	color: #C11920;
}

#report p.img span {
	width: 180px;
	display: block;
	background: url(../images/bg_img.png);
	margin: 0px;
	padding: 5px 10px;
	line-height: 1.3;
	font-size: 85%;
}

#report p.img.left {
	margin-bottom: 15px;
	margin-right: 25px;
	float: left;
}

#report p.img.right {
	margin-bottom: 15px;
	margin-left: 15px;
	float: right;
}

#report ul.photo {
	margin: 30px 90px;
}

#report ul.photo li {
	width: 170px;
	margin-right: 20px;
	float: left;
}

#report ul.photo li span {
	width: 150px;
	display: block;
	margin: 0px;
	padding: 0px 10px;
	line-height: 1.3;
	font-size: 85%;
}



/* 回遊ボタン
----------------------------------------------------*/
#subnavi {
	width: 590px;
	border-top: 1px dashed #A9A9A9;
	margin-top: 30px;
	margin-bottom: 65px;
}

#subnavi span.subnavi01 a {
	background: url(../images/subnavi01.png) 0em 1.3em no-repeat;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 70px;
}

#subnavi span.subnavi02 a {
	background: url(../images/subnavi02.png) 0em 1.3em no-repeat;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 70px;
}

#subnavi span.subnavi03 a {
	background: url(../images/subnavi03.png) 0em 1.3em no-repeat;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 70px;
}


/* 広告テキストリンク
----------------------------------------------------*/
.textLink a {
	text-decoration: underline;
	text-align: center;
}

/* 広告バナー
----------------------------------------------------*/
.adBanner {
	margin-top: 75px;
	text-align: center;
	
}


/* カウンセラー紹介
----------------------------------------------------*/
#counseller {
	width: 560px;
	background: url(../images/bgt_counseller.png) top no-repeat;
	margin-top: 30px;
	padding-top: 10px;
}

#counseller dl {
	width: 560px;
	background: url(../images/bgb_counseller.png) bottom no-repeat;
}

#counseller dl dt {
	width: 360px;
	padding-top: 15px;
	padding-left: 170px;
}

#counseller dl dd.name {
	width: 360px;
	padding-top: 15px;
	padding-left: 170px;
}

#counseller dl dd.text {
	width: 360px;
	padding-bottom: 15px;
	padding-left: 170px;
}
