@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	background-color: #F4F1F2;
}
#page {
	line-height: 1.3;
	color: #FFF;
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #6C6768;
}
#headerArea {
background: #FFF url(../images/header_bg.jpg) repeat-x center bottom;
width: 860px;
padding-right: 20px;
padding-left: 20px;
position: relative;
}
#headerArea #headerBlock {
width: 740px;
margin-bottom: 20px;
overflow: hidden;
}
#headerArea #headerBlock #logo {
float: left;
width: 369px;
margin-top: 26px;
}
#headerArea #headerBlock #utility {
text-align: right;
float: right;
width: 370px;
margin-top: 10px;
}
#headerArea #headerBlock #utility li {
background: url(../images/bullet.gif) no-repeat left center;
display: inline;
margin-left: 10px;
padding-left: 15px;
}
#headerArea #headerBlock #utility li a {
	font-size: 83.3%;
	color: #333;
	text-decoration: none;
}
#headerArea #gNav { width: 675px; }
#headerArea #gNav li {
line-height: 0;
float: left;
width: 130px;
margin-right: 5px;
font-size: 1%;/*IE6*/
}
#headerArea #character {
position: absolute;
top: 10px;
right: 13px;
}
#contentsArea {
padding: 20px;
width: 860px;
}
#footerArea {
font-size: 83.3%;
background: url(../images/dividing_line.jpg) no-repeat center top;
text-align: center;
padding: 18px 20px 10px;
width: 860px;
}
#footerArea #textNav { margin-bottom: 5px; }
#footerArea #textNav li { display: inline; }
#footerArea #textNav li a {
color: #FFF;
text-decoration: none;
}
#footerArea #copyright { font-family: Arial, Helvetica, sans-serif; }
