@charset "shift_jis";

html {
filter: expression(document.execCommand("BackgroundImageCache", false, true));
	overflow-y: scroll;
}
body {
	line-height: 1.3;
	background: url(../images/background.gif) repeat;
	color: #444444;
}
a {
	text-decoration: none;
}
h2 {
	font-weight: bold;
}
#wrapperBg01 {
	background: url(../images/wrapperBg01.gif) repeat-y;
	width: 786px;
	margin-right: auto;
	margin-left: auto;
}
#wrapperBg02 {
	background: url(../images/wrapperBg02.gif) no-repeat;
	width: 786px;
	height: 6px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	background: url(../images/wrapper.gif) repeat-y;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background: url(../images/header.jpg) no-repeat;
	width: 780px;
	height: 93px;
}
#header h1 {
	float: left;
	width: 296px;
	padding-top: 25px;
}
.logo {
	float: left;
	padding-top: 20px;
	padding-left: 10px;
	width: 126px;
}
#navBox {
	float: left;
	width: 183px;
	background: url(../images/navBg.jpg) no-repeat bottom;
	margin-left: 5px;
	margin-top: 7px;
	display: inline;
	margin-bottom: 16px;
}
.gNav {
	/*	height: 467px;*/
	width: 183px;
}
.gNav li a {
	display: block;
	height: 36px;
	width: 183px;
	background-image: url(../images/navbtn.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFFFFF;
	line-height: 36px;
	text-align: center;
	font-size: 13.2px;
	text-decoration: none;
}
.gNav li a:hover {
	background-image: url(../images/navbtn_ov.jpg);
	background-repeat: no-repeat;
}
.banner {
	margin-top: 10px;
	margin-left: 7px;
	padding-bottom: 20px;
}
#mainContents {
	float: right;
	width: 580px;
	padding-top: 7px;
	margin-bottom: 16px;
}

#footer {
	clear: both;
	background: url(../images/footer.gif) no-repeat;
	width: 720px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}
#footer li {
	display: inline;
}
.copyright {
	font: x-small Arial, Helvetica, sans-serif;
	text-align: right;
}
.sNav {
	float: left;
}
.snavLine {
	border-right: 1px solid #000000;
	padding-right: 15px;
	margin-right: 15px;
}
