@charset "UTF-8";
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../images/common/head_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	width:906px;
	margin-right: auto;
	margin-left: auto;
}
#header #mainMenu {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header #mainMenu li {
	float: left;
}
#main {
	clear: both;
	width: 900px;
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#main .L {
	float: left;
	width: 244px;
}
#main .R {
	float: left;
	width: 643px;
	margin-left: 13px;
}
#footer {
	clear: both;
	background-image: url(../../images/common/footerLine.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#footerLink {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top: 50px;
	background-image: url(../../images/common/footerCara.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#footerLink li {
	float: left;
}
#footerLink .L {
	float: left;
}
#footerLink .R {
	float: right;
}
#copyright {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}
#copyright .L {
	font-size: 77%;
	color: #666666;
	float: left;
	width: 600px;
}
#copyright .R {
	font-size: 77%;
	color: #666666;
	float: right;
	width: 300px;
	text-align: right;
}
