@charset "utf-8";
/* CSS Document */


#map{
	width:570px;
	margin: 20px 10px;
	font-size: 90%;
}

#map-left{
	width:270px;
	float:left;
}

#map-right{
	margin-top: 60px;
	width:270px;
	float:left;
	margin-left:30px;
	_margin-left:15px;
}

#map ul{
	margin-bottom: 30px;
}

.map-bg01{
	width:270px;
	height:30px;
	line-height: 27px;
	padding-left: 30px;
	_padding-left: 35px;
	background:url(../images/bg_01.jpg) no-repeat;
	color: #999;
}

.map-bg02{
	width:270px;
	height:30px;
	line-height: 27px;
	padding-left: 40px;
	_padding-left: 45px;	
	background:url(../images/bg_02.jpg) no-repeat;
}

.map-bg03{
	width:270px;
	height:30px;
	line-height: 27px;
	padding-left: 40px;
	_padding-left: 45px;	
	background:url(../images/bg_03.jpg) no-repeat;
}

#map a:visited{
	color: #666;
}

#map a:hover{
	color: #009;
}

#map a:active {
	color: #333;
}

#map a{
	text-decoration : none;
}