@charset "utf-8";

/******************** grids ********************/

/***** center the page *****/
body {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/***** width of the page "900px" *****/
/* width + padding + border */
#wrapper {
	width: 870px;
	min-width: 870px;
	margin: auto;
	padding: 0 15px;
	text-align: left;
}

/***** 2 columns for seo *****/
/* show main contents first absolutely */
#contents_sl,
#contents_sr {
	width: 100%;
	margin: auto;
	text-align: left;
}

#main {
	width: 100%;
}

/*for IE6*/
* html #contents_sl,
* html #contents_sr,
* html #main,
* html #pnavi,
* html #footer {
	width: 870px;
}

#contents_sl #main .block,
#contents_sr #main .block {
	position: static;
	float: none;
	width: auto;
}

.block {
	position: relative;
}

/*for IE6*/
* html .block {
	position: static;
}

/*** 2 columns side left "221px" ***/
#contents_sl #main {
	float: right;
	margin-left: -221px;
}

#contents_sl .block {
	float: left;
	width: 221px;
}

#contents_sl #main .block {
	margin-left: 221px;
}

#under,
#eco_house,
#catalog,
#sitemap {/*590px*/
	padding: 0 20px 0 39px;
}

/*** 2 columns side right "207px" ***/
#contents_sr #main {
	float: left;
	margin-right: -207px;
}

#contents_sr .block {
	float: right;
	width: 207px;
}

#contents_sr #main .block {
	margin-right: 207px;
}

#top {/*600px*/
	padding: 0 43px 0 20px;
}

/***** clearfix *****/
#header ul:after,
#contents_sl:after,
#contents_sr:after,
#footer ul:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

/*for IE6*/
#header ul,
#contents_sl,
#contents_sr,
#footer ul {
	height: 1%;/*for IE6 hasLayout*/
}


/******************** design ********************/

#wrapper {
	background-color: #FFF;
}


#header {
	position: relative;
	width: 870px;
	height: auto;
	margin-bottom: 10px;
	padding-top: 10px;
}

#header div {
	position: absolute;
	top: 7px;
	right: 5px;
	text-align: right;
}

#header div img {
	margin-bottom: 3px;
}

#header ul {
	height: 63px;
}

#header li {
	float: left;
}

#contents_sl,
#contents_sr {
	margin-top: 30px;
}

#footer {
	margin-top: 50px;
	padding-bottom: 15px;
}

#footer ul {
	margin: 0 10px;
}

#footer li {
	float: left;
	padding: 0 0 3px;
	font-size: 93%;/*12px*/
}

#footer h3 {/*height: 19px*/
	clear: both;
	height: 19px;
	margin: 0;
	padding: 0 15px;
	background: url(../img/TopDesign_70.gif) no-repeat;
	color: #FFF;
	font-size: 93%;/*12px*/
	font-weight: normal;
}

#pnavi {/*height: 27px*/
	height: 23px;
	padding: 4px 15px 0;
	background: url(../img/COMMON_03.gif) no-repeat;
	font-size: 93%;/*12px*/
}

/*for IE6*/
* html #pnavi {
	height: 27px;
}

#side h3 {
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
}

#side ul {
	padding: 3px 8px 8px;
	background: url(../img/COMMON_27.gif);
	font-size: 93%;/*12px*/
}

#side li {
	width: 205px;
	height: 55px;
	margin-bottom: 2px;
}

#side li a {/*width: 205px*/
	display: table-cell;
	width: 188px;
	height: 55px;
	padding-left: 17px;
	background: url(../img/COMMON_15.gif) no-repeat;
	vertical-align: middle;
}

#side li a:hover {
	display: table-cell;
	width: 188px;
	height: 55px;
	background: url(../img/COMMON_15_on.gif) no-repeat;
	vertical-align: middle;
}

#side li.active span {/*width: 205px*/
	display: table-cell;
	width: 188px;
	height: 55px;
	padding-left: 17px;
	background: url(../img/COMMON_21.gif) no-repeat;
	vertical-align: middle;
}

/*for IE6*/
* html #side li a,
* html #side li a:hover,
* html #side li.active span {
	display: block;
	width: 205px;
	padding-top: 8px;
}

* html #side li a.a-line,
* html #side li a:hover.a-line,
* html #side li.active span.a-line {
	padding-top: 17px;
}

/*for IE7*/
*:first-child+html #side li a,
*:first-child+html #side li a:hover,
*:first-child+html #side li.active span {
	display: block;
	padding-top: 8px;
}

*:first-child+html #side li a.a-line,
*:first-child+html #side li a:hover.a-line,
*:first-child+html #side li.active span.a-line {
	padding-top: 17px;
}

/*for Mac IE5*/
/*\*//*/
* html #side li a,
* html #side li a:hover,
* html #side li.active span {
	display: inline-block;
}
/**/


/***** test-page *****/

#side dl {
	padding: 3px 0 8px;
	background: url(../img/COMMON_27.gif);
}

#side dt {
	position: relative;
	width: 205px;
	height: 55px;
	margin: 0 0 2px 8px;
}

#side dd {
	display: inline;
	position: absolute;
	z-index: 1;
	margin: -48px 0 0 28px;
}

#side dd.a-line {
	display: inline;
	position: absolute;
	z-index: 1;
	margin: -38px 0 0 28px;
}

/***** banner *****/

ul#banner {
	margin: 30px 0;
	padding: 0;
	background: none;
	text-align: center;
}

ul#banner li {
	width: auto;
	height: auto;
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
}

ul#banner li a {
	display: inline;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
	vertical-align: bottom;
}

ul#banner li a:hover {
	display: inline;
	width: auto;
	height: auto;
	background: none;
	vertical-align: bottom;
}

ul#banner li a img {
	vertical-align: bottom;
}

/*for IE7*/
*:first-child+html ul#banner li a,
*:first-child+html ul#banner li a:hover {
	display: inline;
	padding-top: 0;
}


