@charset "UTF-8";
body {
	background-image: url(../images/common/bodyBg.jpg);
}

* html #contents {
	behavior: expression(IEPNGFIX.fix(this));
}

#contents {
	background-image: url(../images/common/wrapperBg.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 908px;
}
#contents .sub01 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../images/common/contentsBg.jpg);
	background-repeat: repeat-y;
	background-position: center top;


}

#contents .sub02 {
	background-image: url(../images/index/L01Bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#contents .L01{
	float: left;
	width: 220px;
}
#contents .C01{
	float: left;
	width: 460px;
}


#contents .R01 {
	float: right;
	width: 220px;
}
.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: 80px;
	background-position: bottom;
	background-color: #76716A;
	padding-bottom: 4px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#footer #fNavi   {
	clear: both;
	padding-top: 12px;
	padding-left: 12px;
}
#footer #fNavi li  {
	font-size: 93%;
	background-image: url(../images/common/fNaviBg.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-left: 6px;
	padding-left: 15px;
}
#footer #fNavi li a {
	color: #FFF;
	text-decoration: none;
}
#footer p {
	font-size: 77%;
	color: #FFF;
	text-align: center;
	width: 900px;
	clear: both;
	padding-top: 28px;
	letter-spacing: 1px;
}
img {
	vertical-align: bottom;
}
