@charset "utf-8";
/***********************
	06.
************************/
div#contentsArea{
}

div#pageImgArea {
}

/* ================================================================================
	06 共通設定
================================================================================ */
div#shopInfo {
	margin-bottom:20px;
	background-image:url(../../img/global/contentsFooterImg.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}
div#shopInfo img {
	float:left;
}
div#shopInfo ul {
	float:left;
	border-left: 3px solid #999999;
	padding-left:20px;
	margin-left:20px;
}
div#shopInfo ul li {
	margin-bottom: 5px;
}

/* ================================================================================
	06-01 設定
================================================================================ */
div#tabArea {
	padding-bottom:1px;
	border-bottom:1px solid #3c3c3c;
	margin-bottom: 20px;
}
div#tabArea p,
div#tabArea h2 {
	float: left;
	margin-right: 1px;
}

div#tabArea p {
}
div#tabArea h2 {
}
div#tabArea img {
}


div#gmapArea {
	margin-bottom:20px;
	text-align:right;
}
div#gmapArea div#gmap {
	height:450px;
	margin-bottom:10px;
	margin-top:10px;
	width:710px;
}
div#gmapArea img {
}


div#trainInfo {
}

div#carInfo {
}

/*routeArea*/
.routeArea {
	margin-bottom: 20px;
}
.routeArea h2 {
	margin-bottom:10px;
}
.routeArea h3 {
	font-size:16px;
	color:#947200;
	border-bottom: 1px solid #666666;
	padding-bottom:5px;
	margin-bottom:10px;
}
.routeArea ul li {
	margin-bottom:20px;
}

p.etc {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* ================================================================================
	06-02 設定
================================================================================ */
/*List設定*/
ul.spotList {
	margin-left: -20px;
}
ul.spotList li {
	margin-bottom: 20px;
	width: 345px;
	margin-left: 20px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
}
ul.spotList li > div {
	width:345px;
	display:block;
}
/*ie7以下用CSShack*/
html ul.spotList li {
	/display: inline;
	/zoom:1;
}

/*style設定*/
.spotList h3 {
	font-size:14px;
	padding-top:0.3em;
	padding-bottom:0.3em;
	margin-bottom:5px;
	background-image:url(../../img/global/postTitleBg.gif);
	background-repeat:repeat-y;
	padding-left:6px;
}
.spotList h3 span {
	background-image:url(../../img/global/postTitleEye.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:10px;
	display:block;
}
ul.spotList li p {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.5;
	text-align:justify;
	color: #CCC;
}
ul.spotList li dl {
	background-color: #111;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 1px;
	border: 1px solid #222;
}
ul.spotList li dl dt,
ul.spotList li dl dd {
}
ul.spotList li dl dt {
}
ul.spotList li dl dd {
	margin-bottom: 5px;
	color: #999;
}
ul.spotList li dl dd a {
	color: #AE7413;
	background-image: url(../../img/global/markArrowR.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}
ul.spotList li dl dd a:hover {
	color: #754D04;
	background-image: url(../../img/global/markArrowRh.gif);
}
