@charset "UTF-8";
body {
	text-align: center;
	background-color: #D8D8D8;
	background-image: url(../images/page_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center 60px;
	line-height: 1.3;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#page {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
}
#header {
	width: 700px;
}
#header  ul#utility {
	width: 660px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: right;
	font-size: 100%;
	font-weight: normal;
	background-color: #EEEEEE;
}
#header #utility li {
	margin-left: 590px;
	background-image: url(../images/arrowhead.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#header   ul#utility    li a  {
	color: #A3A3A3;
	text-decoration: none;
}
#header   ul#utility    li a:hover  {
	color: #0A3359;
	text-decoration: underline;
}
#header #headerMainArea {
	width: 700px;
	height: 196px;
}
#header     #mainhead {
	float: left;
	height: 140px;
	width: 680px;
	padding-left: 20px;
	padding-top: 15px;
}
#header ul#mainhead li#logo {
	float: left;
}
#header ul#mainhead li#title {
	float: left;
	padding-top: 45px;
	padding-left: 10px;
}
#header #gNav li {
	float: left;
}
#header ul#gNav {
	height: 40px;
	width: 700px;
}
#header ul#gNav li#nav01 {
	width: 118px;
	height: 40px;
}
#header ul#gNav li#nav02 {
	width: 118px;
}
#header ul#gNav li#nav03 {
	width: 119px;
}
#header ul#gNav li#nav04 {
	width: 117px;
}
#header ul#gNav li#nav05 {
	width: 118px;
}
#header ul#gNav li#nav06 {
	width: 110px;
}
#footer {
	clear: both;
	background-color: #D8D8D8;
	width: 660px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-right: 20px;
	font-size: 83.3%;
}

