@charset "UTF-8";
body {
	background-image: url(../../images/common/body_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#header {
	width:910px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../images/common/wrapper_l.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 7px;
}
#header #tag {
	text-align: right;
	padding-right: 55px;
}
#header #title {
	padding-right: 5px;
	padding-left: 5px;
	height: 70px;
	padding-top: 10px;
	padding-bottom: 15px;
}
#header   #title   h1 {
	float: left;
	width: 529px;
}
#header #title ul {
	float: left;
}
#header #title li {
	float: left;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../../images/common/wrapper_bg.gif);
	background-repeat: repeat-y;
}
#wrapperSub {
	background-image: url(../../images/common/wrapper_side.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#main {
	background-image: url(../../images/common/main_r_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 848px;
}
.mainMenu {
	width: 848px;
}
.mainMenu li {
	float:left;
}
#main .L {
	float: left;
	width: 590px;
	padding: 15px;
}
#main .R {
	float: left;
	width: 197px;
	padding: 15px;
}
#footer {
	clear: both;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CB9C81;
}
#footer #copy {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer #copy h2 {
	font-size: 100%;
	color: #333333;
	line-height: 180%;
	font-weight: bold;
}
#footer   #copy   p {
	font-size: 85%;
	color: #666666;
}
#footer .R {
	display: block;
	float: right;
}
