@chaeset "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: #0A3359;
}
#page {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	text-align: left;
	color: #0A3359;
}
#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: 83.3%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAA29C;
}
#header ul#utility li {
	margin-left: 572px;
	padding-left: 22px;
	background-image: url(../images/mail_icon.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 {
	background-image: url(../images/header_bg.jpg);
	height: 139px;
	width: 700px;
	padding-top: 40px;
	background-repeat: no-repeat;
	position: relative;
}
#header #logo {
	margin-bottom: 45px;
	margin-left: 19px;
}
#header ul#gNav {
	background-image: url(../images/gnav_bg.jpg);
	background-repeat: repeat-x;
	height: 40px;
	width: 510px;
}
#header ul#gNav li {
	float: left;
}
#header ul#gNav li#nav01,
#header ul#gNav li#nav02,
#header ul#gNav li#nav04{
	width: 96px;
}
#header ul#gNav li#nav03 {
	width: 95px;
}

#header ul#gNav li#nav05 {
	width: 98px;
}
#contentsArea {
	padding: 20px;
	width: 660px;
}
#footer {
	font-size: 83.3%;
	color: #A3A3A3;
	background-color: #D8D8D8;
	text-align: right;
	width: 700px;
	padding-top: 5px;
	padding-bottom: 15px;
	clear: both;
}
#footer ul#textNav {
	padding: 4px;
}
#footer ul#textNav li {
	display: inline;
}
#footer ul#textNav li a {
	color: #0A3359;
}
#footer ul#textNav li a:hover {
	color: #0A3359;
	text-decoration: underline;
}


.floatL {float:left;}
.floatR {float:right;}

.left {float:left;
width:40%;
padding:8px;
font-size:10px;
line-height:1.8em}


.right {float:left;
width:40%;
padding:8px;
font-size:10px;
line-height:1.8em}

