@charset "shift_jis";

.reset {
	clear: both;
}
.reset hr {
	display: none;
}

body {
	font-size: 0.9em;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
	margin: 0;
	line-height:1.3em;
	background: #cec2bb;
}

h1,h2,h3,h4,h5,h6,p,div,ul,li {
	padding: 0;
	margin: 0;
}
ul {
	list-style-type:none;
} 
a:link,a:visited {
	color: #993333;
	text-decoration: none;
}

a:hover {
	color: #cc6666;
}

img {
	line-height: 0px;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
}

#north {
	position: relative;
	height: 300px;
	width: 1000px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-image: url(../images/bg.gif);
	background-position: center;
}

#north h1 {
	color: #993333;
	font-size: 1.6em;
	display: block;
	padding-top: 55px;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 1.2em;
	font-weight: bold;
}

.northens {
	position: absolute;
	line-height: 1.2em;
	font-size: 0.9em;
	bottom:40px;
	left:40px;
	right:40px;
}
.northens p {
	padding: 10px;
}

#island {
	background: #cec2bb;
	text-align: left;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#city {
	float: left;
	width: 820px;
}

#centralcity {
	float: right;
	width: 470px;
	padding: 0 25px;
}

.righttown ul {
	margin: 10px 0px;
}

.righttown ul li {
	list-style-type: none;
	display: block;
	margin: 0 0 6px;
}

.righttown ul li a {
	padding: 5px 0 5px 22px;
	display: block;
	line-height: 1.1em;
	background-image : url(../images/menu.gif) ;
	background-repeat: no-repeat;
	background-position: left center;
}

.righttown ul li a:hover {
	text-decoration: none;
}

#centralcity h2 {
	clear: both;
	background-image: url(../images/h2.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 25px 0 15px;
	padding: 10px 20px;
	font-size: 1.2em;
	line-height: 1.2em;
}

#centralcity p {
	margin-top: 0.0em;
	margin-bottom: 1.5em;
}


.linetown {
	background-color: #fff;
	border:solid 3px #993333;
	padding: 15px 20px;
	line-height: 1.5em;
	margin: 0 0 25px;
}
.linetown img {
	margin: 3px;
	padding: 3px;
}

#leftcity {
	float: right;
	width: 300px;
}
#rightcity {
	float: right;
	width: 180px;
}

#leftcity h3, #rightcityr h3 {
	background-image: url(../images/h3.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 15px;
	font-size: 1em;
	line-height: 1.2em;
	margin: 0 0 3px;
}

#leftcity ul, #rightcity ul {
	margin: 0;
	padding: 0;
}
#leftcity ul li, #rightcity ul li {
	display: block;
	margin: 0 0 3px;
	padding: 0;
	text-decoration: none;

}
#leftcity ul li a, #rightcity ul li a {
	background-image : url(../images/menu.gif) ;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	display: block;
	padding: 5px 10px 5px 27px;
	text-decoration: none;
	line-height: 1.2em;
	margin-bottom: 5px;
}

#leftcity ul li a:hover,#rightcity ul li a:hover {
}

#south {
	color: #fff;
	background: #333;
	width: 100%;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	padding: 60px 0;
}

#southan {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#southan h3 {
	background-image: url(../images/h3.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 15px 55px;
	color: #fff;
	line-height: 1.2em;
	clear: both;
	margin-bottom: 6px;
}

.southaned ul {
	margin: 0 50px 20px;
	padding: 0;
	color: #fff;
}

.southaned a {
	color: #fff;
	text-decoration: none;
	background-image : url(../images/menu.gif) ;
	background-repeat: no-repeat;
	background-position: left 5px;
	display: block;
	width:270px;
	float:left;
	padding: 5px 0 0 20px;
	margin: 0 5px 5px;
}

.southaned a:hover {
	color: #ccc;
}

.sout {
	text-align: center;
	padding: 5px 8px;
	font-size: 0.8em;
	color: #fff;
	background-color: #333;
}

.renorth {
	z-index:1;
	position: fixed;
	right:10px;
	bottom:10px;
	text-align: right;
	color: #fff;
}

.renorth a {
	padding: 5px 8px;
	background-color: #666;
	color: #fff;
}
.renorth a:hover {
	background-color: #ccc;
	color: #333;
}