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

 更新者：松尾
 更新日：20091201

 file name  : onet.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;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#title h1 {
	padding-top: 15px;
}

#title p {
	padding-top: 18px;
	padding-bottom: 13px;
}


/* ナビ
----------------------------------------------------*/
ul#navi {
	width: 590px;
	height: 38px;
	margin: 0px;
	padding: 0px;
}

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

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


/* レポート
----------------------------------------------------*/
#report {
	width: 538px;
	border: 1px solid #A9A9A9;
	margin: 0px;
	padding: 15px 25px;
	clear: both;
}

#report h2 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	font-size: 145%;
	color: #C11920;
}

#report h2.report01 {
	background: url(../images/report01.png) center left no-repeat;
}

#report h2.report02 {
	background: url(../images/report02.png) center left no-repeat;
}

#report h2.report03 {
	background: url(../images/report03.png) center left no-repeat;
}

#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.5;
	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 p.textLink a {
	text-decoration: underline;
	clear: both;
}


/* 回遊ボタン
----------------------------------------------------*/
#report #subnavi {
	border-top: 1px dashed #DBC6A8;
	margin-top: 50px;
	margin-bottom: 65px;
}

#report #subnavi span.subnavi01,
#report #subnavi span.subnavi02,
#report #subnavi span.subnavi03 {
	display: block;
	margin-top: 10px;
}

#report #subnavi span.subnavi01 a {
	background: url(../images/subnavi01.png) center left no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 70px;
}

#report #subnavi span.subnavi01 a:hover {
	background: url(../images/subnavi01_on.png) center left no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 70px;
}

#report #subnavi span.subnavi02 a {
	background: url(../images/subnavi02.png) center left no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 70px;
}

#report #subnavi span.subnavi02 a:hover {
	background: url(../images/subnavi02_on.png) center left no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 70px;
}

#report #subnavi span.subnavi03 a {
	background: url(../images/subnavi03.png) center left no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 70px;
}

#report #subnavi span.subnavi03 a:hover {
	background: url(../images/subnavi03_on.png) center left no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 70px;
}

/* バナー
----------------------------------------------------*/
#report .banner {
	margin-bottom: 15px;
}

/* アドバイザー紹介
----------------------------------------------------*/
#adviserKishino {
	width: 590px;
	background: url(../images/bgb_profile.png) bottom no-repeat;
	margin-top: 30px;
}

#adviserKishino dl {
	width: 540px;
	background: url(../images/bgt_profile.png) top left no-repeat;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}

#adviserKishino dl dt {
	width: 415px;
	padding-top: 80px;
	text-align: right;
	float: left;
}

#adviserKishino dl dd.photo {
	float: right;
}

#adviserKishino dl dd.profile {
	width: 520px;
	padding: 5px 10px;
	clear: both;
}
