@charset "shift_jis";
/* CSS Document */

body {
	width: 100%;
	min-width: 1000px;
	background: url(../img/header_bg.png) repeat-x 0 0;
	border-bottom: solid #40B240 5px;
}

/**************************************************
header
**************************************************/
header {
	width: 960px;
	height: 104px;
	margin: 0 auto;
	position: relative;
}

header h1 {
	position: absolute;
	top: 26px;
	left: 0px;
}

header p#number {
	position: absolute;
	top: 5px;
	left: 516px;
}

header ul {
	width: 276px;
	position: absolute;
	top: 12px;
	right: 0px;
}

header ul li {
	float: left;
	padding-left: 10px;
}

header p#tel {
	position: absolute;
	top: 76px;
	right: 0px;
}

/**************************************************
nav
**************************************************/

.headerNav {
	background: #40B240;
}

nav ul.menu li {
	float: left;
	width: 126px;
	height: 70px;
}
nav ul.menu li.home {
	width: 78px;
}
nav ul.menu li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	text-decoration: none;
}
nav ul.menu li a:hover {
	color: #390;
}
nav ul.menu li ul.sub {
	width: 126px;
	position: absolute;
}
nav ul.menu li ul.sub li {
	float: none;
	height: 40px;
	float: left;
}
nav ul.menu li ul.sub li a {
	font-size: 13px;
	width: 108px;
	height: 26px;
	line-height: 13px;
	padding: 14px 0 0 16px;
	background: url(../img/dropdown_bg_2.png) no-repeat;
}
nav ul.menu li ul.sub li.L2 a {
	height: 33px;
	line-height: 15px;
	padding: 7px 0 0 16px;
}
nav ul.menu {
	position: relative;
	width: 960px;
	height:70px;
	margin: 0 auto;
	zoom: 1;
	z-index: 100;
}
nav ul.menu:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/**************************************************
wrapper & contents
**************************************************/
div#wrapper {
	width:100%;
	text-align:center;
	background:url(../img/bg_img.png) no-repeat center -40px;
}
div#contents {
	position:relative;
	width: 960px;
	margin: 0 auto;
}

/**************************************************
footer
**************************************************/
p#pagetop {
	width: 960px;
	margin: 10px auto 30px;
	clear: both;
	text-align: right;
}

div#details {
	width: 960px;
	height: 343px;
	margin: 10px auto 110px;
	background: url(../img/footer_map3.png) no-repeat right top;
	text-align: left;
	position: relative;
}

div#forInhabitant {
  width: 960px;
  margin: 0 auto 40px;
  text-align: center;
}

div#details #footMap {
	line-height: 20px;
	position: absolute;
	right: 0;
	bottom: -22px;
}
div#details #footMap a {
	background: url(../img/footer_arrow.png) no-repeat left center;
	height: 16px;
	line-height: 16px;
	padding-left: 15px;
	display: block;
	text-decoration: none;
	color: #40b240;
}
div#details #footMap a:hover {
	color:#CC3;
}

div#details h2 {
	margin-bottom: 15px;
}

div#details p {
	margin-bottom: 10px;
}

div#details li {
	margin-bottom: 12px;
}
div#details li:nth-child(3) {
	margin-bottom: 0;
}

div#details p#location {
	font-size: 15px;
}

div#details p#privacy {
	background: url(../img/footer_arrow.png) no-repeat left center;
	height: 16px;
	line-height: 16px;
	padding-left: 15px;
}

div#details p#privacy a {
	color: #40B240;
	text-decoration: none;
}

div#details p#privacy a:hover {
	color:#CC3;
}

ul#footNavi {
	width: 944px;
	height: 28px;
	line-height: 28px;
	margin: 10px auto;
	padding: 0 8px;
	background: #EEE;
}

ul#footNavi li {
	float: left;
	background: url(../img/footer_arrow.png) no-repeat left center;
	line-height: 28px;
	height: 28px;
	padding-left: 15px;
	padding-right: 10px;
}

ul#footNavi li a {
	color: #40B240;
	text-decoration: none;
}

ul#footNavi li a:hover {
	color:#CC3;
}

footer {
	margin-top: 30px;
}

footer p {
	text-align: center;
	padding: 10px 0;
}
.dkn {
	padding-right:10px;
	padding-bottom:10px;
}
.fb {
	padding-right:10px;
	padding-bottom:10px;
}

.yt {
	clear:both;
}



#ie6update p {
	width: 1000px !important;
}
