@chaeset "UTF-8";
body {
	text-align: center;
	background-color: #0d0d0d;
	line-height: 1.7;
	color: #ffffff;
}
#page {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0D0D0D;
	text-align: left;
}
#header {
	width: 700px;
}
#header #headerMainArea {
	height: 200px;
	width: 700px;
	padding-top: 170px;
	background-image: url(../../images/header_home.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -170px;
}

#header ul#gNav {
	height: 30px;
	width: 700px;
	background-image: url(../../images/gnav_bg1.jpg);
	background-repeat: repeat-x;
}
#header ul#gNav li {
	float: left;
	font-size: 1%;
}

#header ul#gNav li#nav01 {
	width: 132px;
}
#header ul#gNav li#nav02 {
	width: 130px;
}
#header ul#gNav li#nav03 {
	width: 131px;
}
#header ul#gNav li#nav04 {
	width: 152px;
}
#header ul#gNav li#nav05 {
	width: 155px;
}

#contentsArea {
	padding: 20px;
	width: 660px;
	margin-top: 20px;
}
#footer {
	width: 700px;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: right;
	background-color: #0d0d0d;
	font-size: 83.3%;
	color: #fffff0;
}
#footer ul#textNav {
	margin-bottom: 4px;
}
#footer ul#textNav li {
	display: inline;
}
#footer ul#textNav li a {
	color: #c1c1c1;
	text-decoration: none;
}
#footer ul#textNav li a:hover {
	color: #af0101;
	text-decoration: underline;
}