@charset "utf-8";

/* Reset of Default Style
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
img{
	border-style: none;
	vertical-align: bottom;
} 

h1, h2, h3, h4, h5, h6, p, address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
}
ul {
	list-style-type: none;
}

/* Text Link
--------------------------------------------------------- */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* Base Layout
--------------------------------------------------------- */
body {
	text-align: center;
	margin: 0px;
	background-color: #FEF9DB;
	font-size: 12px;
	line-height: 130%;
	letter-spacing: 0.1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
* html body {
	font-size: 75%;
}
em {
	visibility: hidden;
}
#wrapper {
	width: 790px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 110px;
	position: relative;
	width: 790px;
}
#header h1 {
	font-size: 86%;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 4px;
	height: 16px;
}
#header h2 {
	overflow: hidden;
	clear: both;
}

#header h2#logo {
	height: 90px;
	width: 480px;
	float: left;
}
#header #logo a {
	display: block;
	height: 90px;
	text-indent: -9999px;
}

#header p {
	height: 90px;
	width: 310px;
	float: right;
	visibility: hidden;
}
#header h2#nav_btn1 {
	width: 198px;
	position: absolute;
	top: 110px;
	left: 0px;
}
#header h2#nav_btn2 {
	width: 197px;
	left: 198px;
	position: absolute;
	top: 110px;
}
#header h2#nav_btn3 {
	width: 197px;
	left: 395px;
	position: absolute;
	top: 110px;
}
#header h2#nav_btn4 {
	width: 198px;
	position: absolute;
	left: 592px;
	top: 110px;
}
#header h2 a {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 40px;
	text-indent: -9999px;
}
#header #nav_btn1 a {
	background-image: url(../images/header_nav_01.gif);
}
#header #nav_btn1 a:hover {
	background-image: url(../images/header_nav_ovr_01.gif);
}

#header #nav_btn2 a {
	background-image: url(../images/header_nav_02.gif);
}
#header #nav_btn2 a:hover {
	background-image: url(../images/header_nav_ovr_02.gif);
}

#header #nav_btn3 a {
	background-image: url(../images/header_nav_03.gif);
}
#header #nav_btn3 a:hover {
	background-image: url(../images/header_nav_ovr_03.gif);
}

#header #nav_btn4 a {
	background-image: url(../images/header_nav_04.gif);
}
#header #nav_btn4 a:hover {
	background-image: url(../images/header_nav_ovr_04.gif);
}

#footer {
	clear: both;
	background-image: url(../images/footer_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 776px;
	margin-right: -5px;
	margin-left: -5px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 20px;
}
#footer h6#adress {
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C5B985;
	color: #666666;
	padding-top: 15px;
	line-height: 130%;
}
#footer p {
	color: #666666;
	line-height: 130%;
}


#footer h6#banner {
	float: right;
	margin-top: -45px;
	margin-right: 10px;
}

#footer h6#kumiai {
	float: right;
	margin-top: -45px;
}

strong {
	font-weight: normal;
}

