/* ペ?ジの基本?イン用CSS */
body {
	background-color:#d8c95f;
	font-size:14px;
	line-height:19px;
	color: #555555;
	margin:0px;
	padding:0px;
	text-align:center;
}

a {
	text-decoration: line;
}

.textSmall {
	font-size:10px;
}

.textMiddle {
	font-size:12px;
}

.textYellow {
	color:#9f930e;
}

#mainTable {
	background-image: url("../images/main_bg.gif");
	background-repeat: repeat-x;
	background-position: center top;
}

#contentsBg {
	width:920px;
	background-image: url("../images/contents_bg.gif");
	background-repeat: repeat-x;
	background-position: center top;
}

#contents {
	width:900px;
	margin:auto;
	background-color:#ffffff;
	padding:0px;
}

#naviBar {
	width:850px;
	height:49px;
	margin:0px;
	padding:0px;
}

#naviBar h2 {
	margin:0px;
	padding:0px;
	float:left;
}

#contentsMain {
	width:900px;
	background-image: url("../images/main_line.gif");
	background-repeat: repeat-y;
	margin:0px;
	padding:0px;
}

h1{
	width:900px;
	height:105px;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.pageTop {
	text-align:right;
	margin:15px 50px 0 0;
}

#mainBottom{
	margin: 0px;
	padding: 0px;
}

#cornerBannerBg {
	width:900px;
	background-image: url("../images/contents_bg.gif");
	background-repeat: repeat-x;
	background-position: center top;
	clear: both;
}

#contentsBottom {
	width:920px;
	margin:0 0 8px 0;
}

#footerTable {
	background-image: url("../images/footer_shadow.gif");
	background-repeat: repeat-x;
	background-position: center top;
}

#footer {
	width:920px;
	height:145px;
	background-image: url("../images/footer_bg.gif");
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 11px;
	font-style: normal;
	color:#454027;
	padding:0px;
	margin:5px 0 0 0;
	clear: both;
}

/* トップ?ージ */
.topNews {
	font-size:12px;
	line-height:21px;
	color:#9f930e;
	padding:10px 10px 5px 0;
}
.topNews a {
	color:#9f930e;
}
#cornerBanner {
	float:right;
	margin:10px 13px 10px 0;
}

/* header */
#headerBanner {
	float:right;
	margin:33px 22px 0 0;
}


/* concept */
.conceptTxt {
	text-align:left;
	margin:0 0 6px 50px;
}

/* product */
#productRedHead {
	background-image: url("../images/product_r_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	text-align:left;
	padding:44px 0 0 50px;
}

#productWhiteHead {
	background-image: url("../images/product_w_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	text-align:left;
	padding:44px 0 0 50px;
}

.productLine {
	background-color:#c2a653;
}

/* spec */
#spectRedHead {
	background-image: url("../images/product_r_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	text-align:left;
	padding:91px 0 0 111px;
}

#specWhiteHead {
	background-image: url("../images/product_w_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	text-align:left;
	padding:91px 0 0 111px;
}
