@charset "UTF-8";
body {
	background-image: url(../images/common/bodyBg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#contents {
	background-image: url(../images/common/contentsBg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#contents .L01{
	float: left;
	width: 158px;
}
#contents .C01{
	float: left;
	width: 570px;
	background-image: url(../images/common/contentsCBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contents .R01 {
	float: right;
	width: 144px;
}
.fMenu {
	font-size: 85%;
	line-height: 120%;
	text-align: center;
	color: #666;
}
.fMenu a   {
	color: #393F8C;
	text-decoration: none;
}
.fMenu a:hover {
	color: #F60;
	text-decoration: underline;
}
#footer {
	background-image: url(../images/common/footerBg.jpg);
	background-repeat: repeat-x;
	height: 90px;
	background-position: center top;
}
#footer p {
	font-size: 61.5%;
	color: #FFF;
	text-align: right;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
}
img {
	vertical-align: bottom;
}

