@charset "Shift_JIS";

/*各直売所の詳細*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	background:url(bg.gif) repeat-x fixed;
}

ul, ul li {
	list-style-type: none;
}

.clear { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p {
	line-height: 120%;
	margin: 10px 0 0 0;
}

/*リンクに関する設定*/

a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #996600; 
	text-decoration: underline;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}

/*コンテンツ*/

#container {
	width: 640px;
	margin: 0 auto;
	text-align: left;
}

#head {
	width: 640px;
	background-color: #FFFFFF;
}

#contents {
	width: 600px;
	padding: 20px 20px 30px 20px;
	border-top: 5px solid #006666;
	background-color: #FFFFFF;
}

#contents p.subtitle {
	width: 600px;
	margin: 20px 0 0 0;
	color: #4AB74A;
	font-weight: bold;
	font-size: 15px;
}

#contents p.small {
	width: 600px;
	font-size: 11px;
}

#contents dl {
	width: 600px;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #CCCCCC;
}

#contents dl.start {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	border-top: none;
}

#contents dl dt {
	width: 92px;
	float: left;
	padding: 0 0 0 8px;
	background-image: url(../map/img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #4AB74A;
	font-weight: bold;
}

#contents dl dd {
	width: 490px;
	float: right;
	margin: 0;
	line-height: 140%;
}

#contents div.left {
	width: 170px;
	float: left;
	margin: 20px 0 0 0;
}

#contents div.left p {
	width: 170px;
	margin: 5px 0 0 0;
	line-height: 140%;
}

#contents div.left p.message {
	width: 170px;
	color: #4AB74A;
	font-weight: bold;
}

#contents div.right {
	width: 410px;
	float: right;
	margin: 20px 0 0 0;
}

#contents div.right dl {
	width: 410px;
}

#contents div.right dl.start {
	margin: 0 0 0 0;
}

#contents div.right dl dd {
	width: 310px;
}

#contents div#Gmaps {
	width: 600px;
	height: 300px;
	margin: 10px 0 0 0;
	border:1px solid #999999;

}

#Gmaps h6 {
	margin: 0 0 5px 0;
	padding: 0;
}

div.balloonInfo {
	width: 250px;
	height: 30px;
}

div.balloonInfo p {
	margin: 0;
	padding: 0;
	}

.balloonInfo h6 {
	border:0;
	background: transparent url(gmap/balloonInfo_h6.png) no-repeat 0 0;
	margin: 0;
	padding: 0;
	height: 23px;
	width: 127px;
	text-indent: -9999px;
}

div.balloonInfo strong {
	font-size: 133%;
	font-weight: bold;
	margin: 0 10px 0 0;
}

#contents div.button {
	width: 600px;
	margin: 20px 0 0 0;
	text-align: center;
}

#contents div.button a {
	margin: 0 10px 0 10px;
}

#contents div.button a img {
	border: none;
}

#foot {
	width: 640px;
	height: 32px;
	background-image: url(footer_green.gif);
}

.Copyright{
	font-size: 10px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka";
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	text-align: center;
}

