@charaset "UTF-8";
div#main{position:relative;}
a#to_what_new{position:absolute;right:5px;top:95px;font-size:12px;text-decoration:none;color:red;}
a.to_top{display:block;width:100%;text-align:right;font-size:12px;}

h1{
	font-size:32px;font-size:3.2rem;	margin-top:30px;
	font-weight:normal;
	margin-bottom:12px;
	line-height:1.4;
	color:#554738;

}
h1:after {
	content: "";
	display: block;
	height: 3px;
	width: 100%;
}

h1:after{
/* Old browsers */
	background:olivedrab;
/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right bottom, from(olivedrab), to(#f8fbf8));
 /* FF3.6-15 */
	background: -moz-linear-gradient(left, olivedrab,#f8fbf8);
	background: linear-gradient(left,olivedrab,#f8fbf8);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: linear-gradient(to right, olivedrab 0%,#f8fbf8 100%); 
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='olivedrab', endColorstr='#f8fbf8',GradientType=1 ); 
}
h2{font-size:13px;font-size:1.3rem;	color:#a58f86;
	font-weight:normal;
	margin-bottom:18px;
}
h3{
	position:relative;
	color:firebrick;
	font-size:18px;font-size:1.8rem;	font-weight:normal;
	margin:30px 0px 20px 0px;
	background-image:url(../img3/lst/tree.png);
	background-repeat:no-repeat;
	background-position:8px center;
	padding-left:35px;
	line-height:35px;
	background-color:#efefef;
	height:34px;
	webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	_behavior: url(http://www.jawic.or.jp/css/border-radius.htc);   /
	* IE */	behavior: url(http://www.jawic.or.jp/css/PIE.htc);   /* IE */
}


/*---------------------
　img_box_c
---------------------*/
.img_box_c{
	margin:10px auto;
}
.img_box_c p{
	margin:0px;
	font-size:14px;font-size:1.4rem;	line-height:1.5;
}

/*---------------------
　img_box_r
---------------------*/
.img_box_r{
	margin:5px 0px 3px 10px;/*topの5pxは右のpとのバランス*/
	float:right;
/*画像サイズにあわせて書きかえ*/
/*width:auto;にするとIE6 7で回り込みしない。各ページで上書き指定する*/
}
.img_box_r img{
	margin:0 0 3px 0;
	display:block;
}

.img_box_r p{
	font-size:12px;font-size:1.2rem;	color:#666;
	line-height:1.5;
}
/*---------------------
　img_box_l
---------------------*/
.img_box_l{
	margin:5px 10px 3px 0px;/*topの5pxは右のpとのバランス*/
	float:left;
/*画像サイズにあわせて書きかえ*/
/*width:auto;にするとIE6 7で回り込みしない。各ページで上書き指定する*/
}
.img_box_l img{
	margin:0px auto;
}

.img_box_l p{
	text-align:center;
	font-size:12px;font-size:1.2rem;	color:#666;
	line-height:1.5;
}

li{font-size:15px;font-size:1.5rem;line-height:2.0}
table th,table td{font-size:15px;font-size:1.5rem;}
#main > p,section > p,article p{font-size:15px;font-size:1.5rem;line-height:1.8;}

article#what_new ul{
	height:600px;
	overflow-x:hidden;
}
div.nen_bar{
	width:520px;overflow:hidden;
	margin:10px 0px 10px 0px;
	height:20px;color:#039;
	font-size:16px;
}
ul.lnks li a{
	padding-left:20px;
	background-image:url(../img3/lst/yabox.png);
	background-repeat:no-repeat;
	background-position:left center;
}

div#etc_links a {
	color: #fff;
	font-size: 10px;
	display:block;
	line-height:1.5;
}


#sch{margin-left:110px;}

/*---------------
　木材情報検索
---------------*/
#moku_sch{margin-top:18px;}

#moku_sch dl:after{
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}
#moku_sch dt{
	background: url(../img3/moku_sch/cat.png) no-repeat left top;
	width: 102px;
	height: 22px;
	float: left;
	text-align: center;
	color: #fff;
	padding:0px;
	font-size:13px;font-size:1.3rem;	margin-right: -112px;
	margin: 5px 0;
	font-weight: bold;
	line-height:1.8;
}
#moku_sch dd{
	line-height: 150%;
	margin: 0;
	width: auto;
	padding-left: 10px;
	margin-left: 112px;
}
#moku_sch dd a{
	display: block;
	float: left;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #c0bdb5;
	margin: 4px 5px 3px 0;
	padding: 4px 8px;
	text-decoration: none;
	color: #494c59;
	white-space: nowrap;
	font-size:14px;font-size:1.4rem;	cursor: pointer;
}
#moku_sch dd a:hover{background-color:#808ab2;color:#fff;}

article#what_new li{font-size:14px;font-size:1.4rem;}
span.ymd{font-size:10px;font-size:1rem; color:#999;}




