@charset "utf-8";
div#container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

/* CSS Document */

div#header {
	background: url(../images/bg_header.jpg) repeat-x left top;
	height: 75px;
	position: relative;
}
div#headerInner {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 5px;
	height: 75px;
	padding-right: 40px;
	padding-left: 40px;
}
div#headerInner h1.logo {
	position: absolute;
	top: 5px;
}
div#headerInner p.headermenu {
	position: absolute;
	top: 7px;
	right: 123px;
}
div#headerInner p.inquery {
	position: absolute;
	right: 270px;
	top: 42px;
}
div#headerInner p.tel {
	position: absolute;
	right: 125px;
	top: 40px;
}




div#gnavi {
	background: url(../images/bg_gnaviarea.gif) repeat-x;
	height: 74px;

}
ul#gnaviInner {
	
	height: 74px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
}
ul#gnaviInner li {
	display: inline;

}
div#wrapper {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
}


div#footer {
	background: url(../images/bg_footer.gif) repeat-x;
	height: 121px;
	clear: both;
	font-size: 90%;
}
div#footer p.copyright {
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #BDB5B3;
	padding: 15px 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
}

div#footer ul.footermenu {
	color: #A8B5A9;
	font-size: 90%;
	text-align: center;
	width: 1000px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
}

div#footer ul.footermenu li.normal {
	display: inline;
	list-style: none;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C0C0C0;

}
div#footer ul.footermenu li.last {
	display: inline;
	list-style: none;
	padding-right: 15px;
	padding-left: 15px;
}
div#footer ul.footermenu a:link {
	color: #BDB5A9;
	text-decoration: none;
}
div#footer ul.footermenu a:visited {
	color: #BDB5A9;
	text-decoration: none;
}
div#footer ul.footermenu a:hover {
	color: #333;
	text-decoration: underline;
}
div#footer ul.footermenu a:active {
	color: #333;
	text-decoration: underline;
}



div#footer div.company {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font: 85% Verdana, Geneva, sans-serif;
	position: relative;
	padding: 15px 40px;
}
div#footer div.company p {
	text-align: left;
	position: absolute;
	bottom: -15px;
	right: 120px;
	font-size: 11px;
	color: #BDB5A9;
}
