@charset "UTF-8";
body {
	line-height: 1.3;
	color: #333;
	background-color: #D8D8D8;
	text-align: center;
	padding-top:5px;
	background-image: url(../images/page_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center 60px;
}
#container {
	position: relative;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#content {
	position:relative;
	background-image: url(../images/page_orange.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #666;
	padding-bottom: 120px;
}
#content h2 {
	border-bottom-style: solid;
	border-bottom-color: #BFE10E;
	border-bottom-width: 2px;
	color: #F6851d;
	font-size:16px;
	font-weight: bold;
	width: 600px;
	margin-top: 30px;
	margin-left: 50px;
}

#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 760px;
}


ul#gNav {
	background-image: url(../images/gnav_bg.jpg);
	background-repeat: repeat-x;
	height: 40px;
	width: 760px;
}
ul#gNav li {
	float:left;
}
ul#gNav li#nav01 {
	width:101;
}
ul#gNav li#nav02 {
	width:87;
}
ul#gNav li#nav03 {
	width:123;
}
ul#gNav li#nav04 {
	width:95;
}
ul#gNav li#nav05 {
	width:80;
}

#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	left: -37px;
	width: 390px;
	height: 128px;
	text-indent: -9999px;
}
#footer {
	/*width: 695px;*/
	width: 755px;
	padding-top: 5px;
	background-color: #D8D8D8;
	padding-bottom: 15px;
	color: #A3A3A3;
	font-size: 83.3%;
	text-align: right;
	padding-right: 5px;
}


#catchCopy {
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #FFF;
	top: 20px;
	left: 428px;
	position: absolute;
	font-weight: bold;
}

#footer ul#footer_menu {
	margin-bottom: 4px;
}
#footer ul#footer_menu li {
	display: inline;
}
#footer ul#footer_menu li a {
	color: #A3A3A3;
	text-decoration: none;
}
#footer ul#footer_menu li a:hover {
	color: #0A3359;
	text-decoration: underline;
}
