@charset "utf-8";


/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

html, body, form, fieldset, p, pre, blockquote, ul, ol, dl, address ,hr {
	margin:0;
	padding:0;
}


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

img{
	border:0;
	margin: 0;
	vertical-align: top;
}


body{
	text-align: center;
	font-size: 0.8em;
	color: #000000;
	font-family: Verdana, Arial,"Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 1.4;
}

/* link */

a:link{
	text-decoration:underline;
	color: #000000;
	font-weight: bold;
}

a:visited{
	text-decoration:underline;
	color: #000000;
	font-weight: bold;

}

a:hover{
	text-decoration:underline;
	color: #5B5B5B;
	font-weight: bold;

}


/* imghack */

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
}

/* Hides from IE-mac \*/
*html.clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */


#gMap {
	width: 790px;
	margin: 20px auto 20px auto;
	height: 528px;
	background-color: #F7F5E8;
	border: 1px solid #CFC576;
}

#gMap #map {
	float: left;
	width: 498px;
	border-right: 1px solid #CFC576;
}

#gMap #spotList {
	background-color: #F7F5E8;
	float: right;
	font-size: 12px;
	margin-top: 0;
	width: 288px;

}

#gMap #spotList ul {
	line-height: 1.2;
	list-style-type: none;
/*	margin: 10px;
*/	padding: 0;
}

#gMap #spotList ul li {
	margin: 20px 10px 0 20px;
	padding: 0;
	text-align: left;
}

.spotA {
	background: url(../../img/map_a.gif) left top no-repeat;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-top: 2px;
	font-size:15px;
	font-weight:bold;
}

.spotB {
	background: url(../../img/map_b.gif) left top no-repeat;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-top: 2px;
	font-size:15px;
	font-weight:bold;
}

.spotC {
	background: url(../../img/map_c.gif) left top no-repeat;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-top: 2px;
	font-size:15px;
	font-weight:bold;
}

#gMap #spotList ul li p{
	color: #666600;
	line-height: 1.5;
}


