@charset "UTF-8";
body {
	text-align: center;
	background-image: url(../../images/common/backwall.jpg);
	background-repeat: repeat;
	background-position: center 60px;
	line-height: 1.3;
}
#page {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F4C9B9;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#header {
	width: 750px;
}
#header #headerMainArea {
	height: 100px;
	width: 750px;
	padding-top: 0px;
	position: relative;
}
#header h1#logo {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
#header ul#gNav {
	height: 30px;
	width: 750px;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #231816;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #231816;
	background-image: url(../../images/common/navi/navi_back.jpg);
}
#header ul#gNav li {
	float: left;
}
#contentsArea {
	padding: 20px;
	width: 710px;
}
#footer {
	width: 750px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	background-color: #D8D8D8;
	font-size: 83.3%;
	color: #A3A3A3;
	padding-right: 0px;
	margin-right: 0px;
}
#footer ul#textNav {
	margin-bottom: 4px;
	padding-right: 5px;
}
#footer ul#textNav li { display: inline; }
#footer ul#textNav li a {
color: #A3A3A3;
text-decoration: none;
}
#footer ul#textNav li a:hover {
color: #0A3359;
text-decoration: underline;
}
#footer #copyright {
	padding-right: 5px;
}

