@charset "utf-8";
/* CSS Document */

@import "common.css";


/*-------------------------------------------------
Wrapper　index用の黒グラデ背景
-------------------------------------------------*/

#wrapper_index {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

#left {
	float: left;
}
#left ul {
	list-style-type:none;
	width: 240px;
}
#left ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990100;
	background-image: url(../mytown/img/ten.jpg);
	background-repeat: no-repeat;
	background-position: left 9px;
	padding-left: 26px;
}

#left ul li a {
	text-decoration: none;
}
#right {
	width: 570px;
	float: right;
}
#map {
	margin-bottom:14px;
	clear: none;
	float: none;
}
h2 {
margin-top:14px;
}#right p {
	padding-top: 14px;
}

