/*■サイトナビ■*/
@import url(sidenavi.css);
/*===========================================================================*/
/*■基本設定■*/
body {
	margin: 0;
	padding: 0;
	background:#F0E2D0 url(../_img/_parts/bg_body.jpg) repeat-y center top fixed;
	color: #333333;
	text-align: center;  /*--IE6)Centerにしないと#wrapperセンタリングされない--*/
 	font-size: 12px;
	line-height: 1.3;
}


/*===========================================================================*/
/*■全体囲み枠■*/
#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 868px;
	height: auto;
	text-align: left;
}
/*===========================================================================*/
/*■全体囲み枠＞ヘッダ枠■*/
#header {
	margin: 0;		/*--下マージン--*/
	padding: 0;
	border-style: none;
	height: 160px;
	background: url(../_img/_parts/header.jpg) no-repeat;
}
/*◇ヘッダ枠＞タイトルロゴ◇*/
#header h2 {
	margin: 0;
	padding: 0;
}
#header img{
	margin: 0;
	padding: 0;
	border-style: none;
	width: 590px;
	/*float: left;*/			/*--IE6)位置がズレるためコメントアウト--*/
}
/*===========================================================================*/
/*■全体囲み枠＞パンくずリスト■*/
#pagepath {
	margin: 8px 0 8px 10px;	/*--上下:8px(折畳)＆左:10px--*/
	padding: 0;
	clear: both;			/*--ロゴで指定された回り込み解除--*/
	font-size: 12px;
}
/*◇パンくずリスト｜大見出し◇*/
#pagepath h1 {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 12px;
	font-weight: normal;
}
/*===========================================================================*/
/*■全体囲み枠＞コンテンツ枠■*/
#contents {
	margin: 3px 0 0;
	padding: 5px 0 20px;
	background: url(../_img/_parts/bg_contents.gif) repeat-y center top fixed;
}
/*===========================================================================*/
/*■コンテンツ枠＞ページ本文枠■*/
#main {
	margin: 0;
	padding: 0;
	height: auto;
	width: 592px;
	float: left
}
/*◇ページ本文枠｜強調文字◇*/
#main em {
	border-bottom: 1px dashed #666666;
	font-style: normal;
}
/*===========================================================================*/
/*■ページ本文枠＞ヘッドライン枠■*/
#headline {
	margin: 0 auto 5px;
	padding: 0;
}
/*◇ヘッドライン枠｜見出し◇*/
#headline h2 {
	position: relative;
	margin: 0 0 5px;			/*--下:5px--*/
	padding: 4px 5px;			/*--上下:3px＆左:10px--*/
	border: solid 1px #D5ACA6;
	color: #333333;
	background: #8f82bc;
	line-height: normal;
	font-size: 14px;
	font-weight: bold;
}
/*◇ヘッドライン枠｜見出し.副題◇*/
#headline h2 .rubi {
	display: none;
}
#headline h2 .subtitle {
	position: absolute;
	right: 0;
	/*float: right;*/
	padding: 2px 7px 0 0;
	font-size: 12px;
	font-weight: normal;
}
#headline h2 .delim {
	display: none;
}
/*◇ヘッドライン枠｜画像◇*/
#headline img {
	margin: 0 auto 5px;
	padding: 0;
	border: solid 1px #C0C0C0;
}
/*◇ヘッドライン枠｜説明文◇*/
#headline p {
	margin: 0 5px 7px;
}
/*===========================================================================*/
/*■ページ本文枠＞本文枠■*/
#pagebody {
	margin: 0 auto 10px;
	padding: 0;
	height: auto;
	width: 592px;
	border-bottom: 2px dotted #666666;
}
#pagebody span.linkguide {
	color: #000000;
}

/*◇本文枠.セクション｜画像◇*/
#pagebody img.item {	/*--左浮動化--*/
	float: left;
	margin: 0 7px 5px 0;
	border: solid 1px #c7ddf2;
	background: url(../_img/_parts/no-image.gif) center top no-repeat;
}

/*◇本文枠.セクション◇*/
#pagebody .section {
	clear: both;
	position: relative;
	width: 590px;
	margin: 0 0 15px;
	padding: 0;
	border-top: 1px solid #FFFFFF;
	border-right:0;
}
/*◇本文枠.セクション｜見出し◇*/
#pagebody .section h3 {
	margin: 0 0 8px;
	padding: 2px 0 2px 5px;
	border: 0;
	font-size: 14px;
	font-weight: bold;
}
/*◇本文枠.セクション｜見出し.副題◇*/
#pagebody .section h3 .rubi {
	display: none;
}
#pagebody .section h3 .subtitle {
	position: absolute;
	top: 5px;
	right: 7px;
	font-size: 12px;
	font-weight: normal;
}
#pagebody .section h3 .delim {
	display: none;
}
/*◇本文枠.セクション.タイトル◇*/
#pagebody .section .title {
	display: block;
	margin: 0 5px 5px 10px;
	font-weight: bold;
}
/*◇本文枠.セクション｜段落◇*/
#pagebody .section p {
	margin: 0;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
}
/*◇本文枠.セクション｜リスト◇*/
#pagebody .section ul {
	margin: 0;
	padding: 0 0 2px;
	clear: both;
	list-style: none;
}

#pagebody .section li{
	float: right;
	margin: 0;
	padding: 3px 20px 3px 0;
	background-position: right center;
	background-repeat: no-repeat;
}


#pagebody .section li.detailNavi a {
color:#1D60AD;
	margin: 0;
	padding: 3px 20px 3px 0;
	text-decoration: none;
	background-image: url(../_img/_parts/li_more.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#pagebody .section li.detailNavi a:hover {
color:#084178;
	background-image: url(../_img/_parts/li_more_hover.gif);
	font-weight: normal;
}
#pagebody .section li.nolink {
	background: none;
}
#pagebody .section li.nolink a {
	visibility: hidden;
}
/*◇本文枠.戻り先◇*/
.gotolink {
	clear: both;
	margin-top: 20px;
	padding: 3px 5px 4px 0;
	font-size: 12px;
	text-align: right;
	border-top: dotted 1px;
}

.gotolink a {
color:#333333;
	text-decoration: underline;
}
.gotolink a:hover {
	font-weight: nomal;
	color:#1E997F;
	text-decoration: underline;
}

/*===========================================================================*/
/*■コンテンツ枠＞免責ブロック■*/
#exemption {
	margin:10px 0 0;
	padding: 0;
	clear: both;
	width: 482px;
	font-size: 12px;
}
/*◇免責ブロック｜見出し◇*/
#exemption h5 {
	margin: 0 0 10px;
	padding: 0 0 0 5px;
	font-size: 12px;
	color: #404773;
	font-weight: bold;
	border-bottom:2px solid #D5ACA6;
}
/*◇免責ブロック｜リスト◇*/
#exemption ul {
	margin: 5px;
	padding: 0;
	clear: both;
	list-style: none;
	color: #404773;
}
#exemption li {
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	background: url(../_img/_parts/li_exemption.gif) left top no-repeat;
}
/*===========================================================================*/
/*■コンテンツ枠＞右ボックス■*/
#rightbox {
	margin: 0 0 -100px;
	padding: 0;
	height: auto;
	width: 257px;
	float: right;
}
/*===========================================================================*/
/*■全体囲み枠＞フッタ枠■*/
#footer {
	clear: both;
	margin: 0 0 10px;
	padding: 5px;
	color: #333333;
	border-top: 2px solid #D5ACA6;
	font-size: 12px;
	text-align: center;
}
#footer address {
	margin: 0;
	padding: 3px 0 0;
	font-style: normal;
}


#footer a {
color:#333333;
	text-decoration: underline;
}
#footer a:hover {
	font-weight: nomal;
	color:#1E997F;
	text-decoration: underline;
}

/*===========================================================================*/
/*■レヴュー■*/
.review {
	margin: 10px 0 10px;
	padding: 5px;
}
.review .summary {
	font-weight: bold;
}
/*===========================================================================*/