/*
Theme Name: WoodWorld_090731
Theme URI: http://www.woodworld.jp/
Description: リーベIST ウッドワールド
*/


/* ========================================
                  Common
 ======================================== */
/* reset */
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align: center;
}

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* header */
h1 {
	font-size: 10px;
	color: #ccc;
}

div#header {
	width: 950px;
	height: 230px;
	margin: 0 auto;
	text-align: left;
	background: url(images/bg_header.jpg) top left no-repeat;
	position: relative;
}

div#header h2 {
	background: url(images/wooddeckworld.jpg) top left no-repeat;
	width: 343px;
	height: 115px;
	position: absolute;
	top: 60px;
	left: 574px;
	text-indent: -9999px;
}

div#header h2 a {
	width: 343px;
	height: 115px;
	display: block;
	text-decoration: none;
	overflow: hidden;
}

/* link */
ul#navi {
	width: 950px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 10px;
}

ul#navi li {
	width: 135px;
	height: 40px;
	display: inline;
}

ul#navi li a {
	width: 135px;
	height: 40px;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}

/* MouseOFF */
ul#navi li a#top { background: url(images/navi.jpg) 0 -40px no-repeat; width: 136px;}
ul#navi li a#guide { background: url(images/navi.jpg) -136px -40px no-repeat; width: 136px;}
ul#navi li a#bag { background: url(images/navi.jpg) -272px -40px no-repeat; width: 136px;}
ul#navi li a#voice { background: url(images/navi.jpg) -408px -40px no-repeat;}
ul#navi li a#company { background: url(images/navi.jpg) -544px -40px no-repeat;}
ul#navi li a#qa { background: url(images/navi.jpg) -680px -40px no-repeat; width: 136px;}
ul#navi li a#contact { background: url(images/navi.jpg) -814px -40px no-repeat; width: 136px;}

/* MouseON */
ul#navi li a#top:hover { background: url(images/navi.jpg) top left no-repeat; width: 136px;}
ul#navi li a#guide:hover { background: url(images/navi.jpg) -136px 0 no-repeat; width: 136px;}
ul#navi li a#bag:hover { background: url(images/navi.jpg) -272px 0 no-repeat; width: 136px;}
ul#navi li a#voice:hover { background: url(images/navi.jpg) -408px 0 no-repeat;}
ul#navi li a#company:hover { background: url(images/navi.jpg) -544px 0 no-repeat;}
ul#navi li a#qa:hover { background: url(images/navi.jpg) -680px 0 no-repeat; width: 136px;}
ul#navi li a#contact:hover { background: url(images/navi.jpg) -814px 0 no-repeat; width: 136px;}

a:link { color: #333333; text-decoration: underline;}
a:visited { color: #553c06; text-decoration: underline;}
a:hover { color: #553c06; text-decoration: none;}
a:active { color: #553c06; text-decoration: none;}


/* layout */
div#wrap {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	color: #553c06;
}


div#contents {
	float: left;
	width: 760px;
	margin-bottom: 20px;
}

div#right_box {
	float: right;
	width: 170px;
	margin-left: 20px;
}

div#main_box {
	float: right;
	width: 570px;
}

div#left_box {
	float: left;
	margin-right: 20px;
	width: 170px;
}

div#footer {
	clear: both;
	height: 30px;
	background: url(images/bg_footer.jpg) top left repeat-x;
	color: #FFF;
	text-align: center;
}

/* footer */
div#footer p {
	padding-top: 10px;
}

/* etc */
ul {
	list-style: none;
}

img {
	border: none;
}

ul.listbace {
	margin-top: 10px;
}

ul.listbace li {
	background: url(images/list_point.jpg) center left no-repeat;
	margin-left: 10px;
	margin-bottom: 15px;
	padding-left: 15px;
}


h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 10px;
}

p {
	line-height: 1.3;
}

.import {
	color: #F00;
	font-weight: bold;
}



/* ========================================
                 LeftBox
 ======================================== */
#left_box h2 {
	margin-top: 20px;
}

#left_box input#s {
	width: 110px;
	height: 18px;
	margin-left: 10px;
}

/* ========================================
                 RightBox
 ======================================== */
#right_box img {
	margin-bottom: 20px;
}

#right_box h2 img {
	margin-bottom: 0;
}


/* ========================================
                 TopPage
 ======================================== */
#main_box img.bn_price {
	display: block;
	margin: 0 auto;
}

#main_box h3.h3_top{
	font-size: 16px;
	font-weight: bold;
	color: #895b3a;
	margin-top: 10px;
}

#main_box p {
	/*color: #895b3a;*/
	color: #553c06;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 10px;
}

/* Ranking */
#main_box ul#ul_ranking {
	margin: 20px auto 10px;
}

#main_box ul#ul_ranking li {
	border: #553c06 solid 2px;
	padding: 8px;
	width: 156px;
	text-align: center;
	line-height: 1.3;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

#main_box ul#ul_ranking h4 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: #553c06 solid 2px;
	text-align: left;
	padding: 3px 0 3px 25px;
}

#main_box ul#ul_ranking img {
	display: block;
	margin: 10px auto;
}

#main_box ul#ul_ranking h4.rank1 { background: url(images/rank1.jpg) top left no-repeat;}
#main_box ul#ul_ranking h4.rank2 { background: url(images/rank2.jpg) top left no-repeat;}
#main_box ul#ul_ranking h4.rank3 { background: url(images/rank3.jpg) top left no-repeat;}

/* 3PointBunner */
#main_box p img.recom {
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

/* LineUp */
#main_box h3.h3_lineup {
	background: url(images/ic_point.jpg) center left no-repeat;
	padding: 3px 0 3px 22px;
}

#main_box ul#lineup {
	margin: 10px 0 10px 22px;
}

#main_box ul#lineup li {
	width: 168px;
	float: left;
	margin: 0 10px 10px 0;
}


/* ========================================
                 GuidePage
 ======================================== */
#guide h3 {
	margin: 15px 0;
	font-size: 16px;
}

#guide h4 {
	background-color: #e7f0d3;
	border-left: #4b6513 5px solid;
	padding: 10px 5px;
	margin-bottom: 10px;
	font-size: 12px;
}

#guide p {
	margin-left: 10px;
}

#guide p.right {
	text-align: right;
}

#guide img.bt_20 {
	margin-bottom: 20px;
}

#guide ul {
	margin-bottom: 10px;
	margin-left: 30px;
}

#guide li {
	line-height: 1.5;
	margin-bottom: 5px;
	list-style-type: disc;
}

ul#guide_menu {
	margin: 10px 0 0 0;
	display: block;
}

ul#guide_menu li {
	padding: 5px;
	margin: 0;
	width: 176px;
	border-top: #CCC 1px solid;
	border-left: #CCC 1px solid;
	display: inline;
	float: left;
	list-style-type: none;
}

ul#guide_menu li.b_right,ul#directsd li.b_right {
	border-right: #CCC 1px solid;
}

ul#guide_menu li.b_bottom,ul#directsd li.b_bottom {
	border-bottom: #CCC 1px solid;
}

#guide .import_b {
	width: 530px;
	color: #C00;
	font-weight: bold;
	background-color: #ffffcc;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 auto;
	line-height: 1.5;
}

#guide p.ques {
	color: #135865;
	font-weight: bold;
}

#guide .star {
	color: #C00;
}

#guide ul#directsd {
	display: block;
	margin: 0px 76px;
}

#guide ul#directsd li {
	padding: 5px;
	margin: 0;
	border-top: #CCC 1px solid;
	border-left: #CCC 1px solid;
	display: inline;
	float: left;
	width: 195px;
	text-align: center;
	list-style-type: none;
}

#guide p.returned {
	margin-bottom: 20px;
	text-align: center;
}

#guide p.returned a {
	font-size: 12px;
	font-weight: bold;
	color: #C00;
}

#guide table {
	margin-left: 20px;
	text-align: center;
	border-collapse: collapse;
}

#guide table th {
	background-color: #e7f0d3;
	border: 1px solid #999;
	padding: 10px;
}

#guide table td {
	border: 1px solid #999;
	padding: 10px;
}


/* ========================================
                CompanyPage
 ======================================== */
#main_box dl {
	width: 490px;
	background-color: #e7f0d3;
	border-top: none;
	border-bottom: #999 solid 1px;
	border-left: #999 solid 1px;
	border-right: #999 solid 1px;
	margin-left: auto;
	margin-right: auto;
}

#main_box dt {
	float: left;
	clear: both;
	border-top: #999 1px solid;
	font-weight: bold;
	padding: 5px;
	width: 80px;
	white-space: nowrap;
}

#main_box dd {
	padding: 5px;
	width: 390px;
	border-top: #999 solid 1px;
	border-left: #999 solid 1px;
	border-right: #999 solid 1px;
	margin-left: 90px;
	background-color: #fff;
}

#main_box p.step {
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	background-color: #e7f0d3;
	line-height: 1.3;
}

#main_box h5.map_h5 {
	font-weight: bold;
	font-size: 12px;
	margin: 20px 0 0;
	text-align: center;
}

#main_box  p.map_p {
	text-align: center;
	margin-top: 5px;
}

#main_box p.map {
	text-align: center;
}


/* ========================================
                 Q&APage
 ======================================== */
#main_box div.post p.ques {
	color: #135865;
	font-weight: bold;
}


/* ========================================
                EcoDeckPage
 ======================================== */
#main_box ul.ecodeck {
	margin: 0 auto;
	text-align: center;
}

#main_box ul.ecodeck li{
	margin-left: 20px;
	float: left;
}

/* charm(S) */
#main_box h4.ch1 {
	background: url(images/ecodeck/ch01.jpg) top left no-repeat;
	font-size: 14px;
	padding: 14px 0 6px 37px;
}
#main_box h4.ch2 {
	background: url(images/ecodeck/ch02.jpg) top left no-repeat;
	margin-top: 10px;
	font-size: 14px;
	padding: 14px 0 6px 37px;
}
#main_box h4.ch3 {
	background: url(images/ecodeck/ch03.jpg) top left no-repeat;
	margin-top: 10px;
	font-size: 14px;
	padding: 14px 0 6px 37px;
}
#main_box h4.ch4 {
	background: url(images/ecodeck/ch04.jpg) top left no-repeat;
	margin-top: 10px;
	font-size: 14px;
	padding: 14px 0 6px 37px;
}
#main_box h4.ch5 {
	background: url(images/ecodeck/ch05.jpg) top left no-repeat;
	margin-top: 10px;
	font-size: 14px;
	padding: 14px 0 6px 37px;
}
#main_box h4.ch6 {
	background: url(images/ecodeck/ch06.jpg) top left no-repeat;
	margin-top: 10px;
	font-size: 14px;
	padding: 14px 0 6px 37px;
}
#main_box h4.ch7 {
	background: url(images/ecodeck/ch07.jpg) top left no-repeat;
	margin-top: 10px;
	font-size: 14px;
	padding: 14px 0 6px 37px;
}
#main_box h4.ch8 {
	background: url(images/ecodeck/ch08.jpg) top left no-repeat;
	margin-top: 10px;
	font-size: 14px;
	padding: 14px 0 6px 37px;
}
#main_box h4.ch9 {
	background: url(images/ecodeck/ch09.jpg) top left no-repeat;
	margin-top: 10px;
	font-size: 14px;
	padding: 14px 0 6px 37px;
}
#main_box h4.ch10 {
	background: url(images/ecodeck/ch10.jpg) top left no-repeat;
	margin-top: 10px;
	font-size: 14px;
	padding: 14px 0 6px 37px;
}
/* charm(E) */

/* compa_table(S) */
#main_box table#compa_table {
	border-collapse: collapse;
}

#main_box table#compa_table, #main_box table#compa_table th, #main_box table#compa_table td {
	border: 1px #999 solid;
	text-align: center;
}

#main_box table#compa_table th {
	background-color: #e7f0d3;
	padding: 5px;
}

#main_box table#compa_table td {
	line-height: 1.5;
	padding: 10px 10px 5px;
}

#main_box table#compa_table td ul li {
	text-align: left;
	margin-bottom: 5px;
}

#main_box table#compa_table tr.blue th, #main_box table#compa_table tr.blue td {
	background-color: #d7ecf1;
}
/* compa_table(E) */


/* ========================================
               LowPricePage
 ======================================== */
#main_box img.img_low {
	margin-top: 20px;
}

#main_box .imp_low {
	color: #C00;
	font-weight: bold;
	font-size: 14px;
	margin: 20px 0 0;
	display: block;
}

#main_box ul#lowprice {
	margin-left: 30px;
	list-style-type: disc;
}

#main_box ul#lowprice li {
	line-height: 1.5;
}



/* ========================================
              革新ウッドPage
 ======================================== */
#main_box ul.example {
	margin: 0 auto;
}

#main_box ul.example li {
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
}

#main_box p#oteire {
	 width: 100%;
	 background-color: #666666;
	 color: #FFFFFF;
	 font-weight: bold;
	 font-size: 14px;
	 text-align: center;
	 margin: 20px 0 10px;
}

#main_box p.point_t {
	background: url(images/resin/icon-point.gif) top left no-repeat;
	color: #900;
	font-weight: bold;
	padding: 14px 10px 14px 70px;
}

#main_box p.point_t1 {
	background: url(images/resin/icon-point.gif) top left no-repeat;
	color: #900;
	font-weight: bold;
	padding: 22px 10px 22px 70px;
}


/* FlowChart */
#main_box ul.flowchart li {
	float: left;
}

#main_box ul.chart_txt li {
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-type: disc;
	line-height: 1.5;
}
