@charset "UTF-8";

/* Shop Info */
/* 2008-08-25T05:11:39+09:00 */

@import url("./common.css");

/* -------------------------------------------------- */
/* main > main-body */
div.main-body{
	width: 680px;
	padding-bottom: 10px;
}

/* main > main-body > flash */
div.flash{
	margin-bottom: 30px;
}

/* main > main-body > section */
div.section{
	width: 680px;
	overflow: hidden;
	margin-bottom: 20px;
}

/* main > main-body > section > section-header */
div.section-header{
	width: 680px;
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: solid 2px #82752e;
}

div.main-body div.section div.section-header h2{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

div.section-header h2,
div.section-header p{
	display: block;
	float: left;
	margin-right: 25px;
}

div.section-header p a{
	display: block;
	width: 100px;
	height: 18px;
	overflow: hidden;
	margin-top: 2px;
	background: transparent url("../shop/image/button_inquiry.gif") no-repeat 0 0;
	text-indent: -999999px;
}

div.section-header p a:hover{
	background-position: 0 -18px;
}

/* main > main-body > section > section-body */
div.section-body{
	width: 680px;
	overflow: hidden;
	margin-bottom: 5px;
}

/* main > main-body > section > section-body > docs */
div.docs{
	width: 360px;
	float: left;
	overflow: hidden;
}

div.docs dl{
	width: 360px;
	overflow: hidden;
	border-bottom: dashed 1px #ccc;
}

div.docs dl dt,
div.docs dl dd{
	padding: 5px 0;
	border-top: dashed 1px #ccc;
}

div.docs dl dt{
	width: 5em;
	float: left;
	color: #666;
}

div.docs dl dt.first,
div.docs dl dd.first{
	border-top: none;
}

div.docs dl dd{
	height: 100%;
	overflow: hidden;
}

div.docs div.parking{
	margin-top: 10px;
	margin-left: 65px;
	color: #777;
}

div.docs div.parking p{
	margin-bottom: 0.5em;
	line-height: 1.2;
}

div.docs div.parking dl{
	width: 300px;
	overflow: hidden;
	margin-bottom: 5px;
	border: none;
}

div.docs div.parking dl dt,
div.docs div.parking dl dd{
	padding: 0 0 2px 0;
	border: none;
}

div.docs div.parking dl dt{
	width: 33px;
	clear: both;
}

div.docs div.parking dl > dd{
	float: left;
	width: 267px;
}

div.docs div.parking dl dd{
	padding-top: 3px;
}

/* main > main-body > section > section-body > map */
div.section-body div.map{
	width: 300px;
	float: right;
	margin-bottom: 10px;
}

/* main > main-body > section > googlemaps */
div.section p.googlemaps{
	width: 680px;
}

div.section p.googlemaps span.note{
	width: 590px;
}

