@charset "Shift_JIS";

/*__________________________________________________

  breadCrumb (パンくずナビ)
  __________________________________________________*/

#breadCrumb {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0 0 0 5px;
	text-align: left;
	border-bottom: 2px dotted #666;
	}

/*__________________________________________________

  mainContents (メインコンテンツ)
  __________________________________________________*/

#mainContents {
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	width: 500px;
	line-height:1.6em;
	color: #666666;
	text-align: left;
	background-color: #fff;
	}

#mainContentsMap {
	margin: 15px 0 0 0;
	padding: 0;
	width: 750px;
	line-height:1.6em;
	color: #666666;
	text-align: left;
	background-color: #fff;
	}

#mainContentsOpinion {
	margin: 15px 0 0 0;
	padding: 0;
	width: 750px;
	line-height:1.6em;
	color: #666666;
	text-align: left;
	background-color: #fff;
	}

#LContentsMap {
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	width: 500px;
	line-height:1.6em;
	color: #666666;
	text-align: left;
	background-color: #fff;
	}

#RContentsMap {
	float: left;
	margin: 15px 0 15px 10px;
	padding: 0;
	width: 237px;
	line-height:1.6em;
	color: #666666;
	text-align: left;
	background-color: #fff;
	border: 1px solid #8CC919;
	}

#mapsearch {
	margin: 5px 0 5px 0;
	padding:0;
	}

#mapBox {
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;
	width: 750px;
	height: 300px;
	line-height:1.6em;
	color: #666666;
	text-align: left;
	background-color: #fff;
	}

#mainContents .box01 {
	margin: 10px 0 20px 0;
	width: 500px;
	height: 100%;
	background: #fff;
	}

#mainContents .box02 {
	margin: 10px 0 20px 0;
	width: 500px;
	height: 270px;
	background: #fff;
	}

#mainContents .box01 .title {
	margin: 10px 0 10px 0;
	padding: 5px;
	border: 1px solid #BEAB79;
	background: #BEAB79;
	color: #fff;
	font-weight: bold;
	text-align: left;
	}

#mainContents .box02 .title {
	margin: 10px 0 10px 0;
	padding: 5px;
	border: 1px solid #BEAB79;
	background: #BEAB79;
	color: #fff;
	font-weight: bold;
	text-align: left;
	}

#mainContents .box01 ul {
	margin: 0;
	padding: 0;
	}

#mainContents .box01 ul li {
	list-style: none;
	margin: 5px;
	}

#mainContents .boxf {
	clear: both;
	margin: 0;
	width: 500px;
	}

#mainContents .shop {
	clear: both;
	margin: 10px 0 20px 0;
	width: 500px;
	height: 160px;
	background: #fff;
	}

#mainContents p.textL {
	float: left;
	margin: 5px 0 0 0;
	padding: 5px;
	width: 270px;
	color: #666;
	}

#mainContents p.textR {
	float: right;
	margin: 5px 0 0 0;
	padding: 5px;
	width: 208px;
	height: 156px;
	color: #666;
	}

#mainContents p.textL2 {
	float: left;
	margin: 5px 0 0 0;
	padding: 5px;
	width: 208px;
	height: 156px;
	color: #666;
	}

#mainContents p.textR2 {
	float: right;
	margin: 5px 0 0 0;
	padding: 5px;
	width: 270px;
	color: #666;
	}

#mainContents p.textLb {
	float: left;
	margin: 5px 0 0 0;
	padding: 5px;
	width: 270px;
	color: #666;
	}

#mainContents p.textRb {
	float: right;
	margin: 5px 0 0 0;
	padding: 5px;
	width: 208px;
	height: 230px;
	color: #666;
	}

#mainContents p.textd {
	float: left;
	background-color: #fff;
	margin: 0 0 10px 0;
	padding: 3px 0 10px 0;
	width: 200px;
	height: 100%;
	color: #666;
	}

#mainContents p.texte {
	float: right;
	background-color: #fff;
	margin: 0 0 10px 0;
	padding: 3px 0 10px 0;
	width: 300px;
	height: 100%;
	color: #666;
	}

#mainContents p.textarea {
	background-color: #fff;
	margin: 0 0 40px; 0;
	padding: 3px 0 10px 0;
	width: 400px;
	height: 50px;
	color: #666;
	overflow: auto;
	border: 1px solid #666;
	}

#mainContents p.return {
	clear: both;
	width: 500px;
	text-align: right;
	font-size: 12px;
	}

/*__________________________________________________

  Contents table (コンテンツテープル)
  __________________________________________________*/
	
#mainContents table {
	clear: both;
	margin-top:10px;
	margin-bottom:10px;
	font-size:12px;
	line-height:1.4em;
	background:#999;
	text-align: left;
}

#mainContents table td,
#mainContents table th{
	padding:0.5em;
}

#mainContents table td{
	background:#E6F5B1;
	color:#555;
}

#mainContents table th{
	background:#E6F5B1;
	color:#303A53;
	font-weight:normal;
}

#mainContents table th.title{
	background:#DBDBD2;
	color:#333;
	font-size:12px;
}

#mainContents table strong {
	color: #F06700;
	font-size: 11px;
	}

/*__________________________________________________

  SiteMap (サイトマップ)
  __________________________________________________*/

#mainContents .sitemap {
	margin-top: 10px;
	margin-left: 10px;
	}


/*__________________________________________________

  FAQ (FAQ)
  __________________________________________________*/

#mainContents ul.faq {
	margin: 0;
	padding: 20px 0 20px 20px;
	list-style: disc;
	}
	
#mainContents li.faq {
	padding: 0;
	margin: 0 0 4px 0;
	line-height: 1.4em;
	font-size: 12px;
	}

#mainContents div.question {
	width: 530px;
	padding: 10px 0 10px 20px;
	border-top: 1px solid #4A8C14;
	border-bottom: 1px solid #4A8C14;
	background:url(../img/faq/icn_q.gif) no-repeat;
	background-position:0 50%;
	}

#mainContents p.answer {
	width: 530px;
	padding: 10px 0 10px 20px;
	background:url(../img/faq/icn_a.gif) no-repeat;
	background-position:0 11px;
	}

/*__________________________________________________

  RightArea (ライトエリア)
  __________________________________________________*/

#RightArea {
	float: right;
	width: 220px;
	margin: 5px 0 0 0;
	color: #666666;
	text-align: left;
	line-height:1.6em;
	vertical-align: middle;
	background-color: #fff;
	display: inline;	/*float関連のIEバグ対策*/
	}

#RightArea .box {
	margin-bottom: 10px;
	padding: 5px;
	width: 208px;
	height: 100%;
	border: 1px solid #99D022;
	}

#RightArea .box ul {
	margin: 0;
	padding: 0;
	}

#RightArea .box ul li {
	list-style: none;
	margin: 5px;
	}

#RightArea .title {
	margin: 10px 0 0 0;
	padding: 5px;
	width: 208px;
	height: 100%;
	border: 1px solid #99D022;
	background: #99D022;
	color: #fff;
	font-weight: bold;
	}
