@charset "utf-8";
html{
	overflow-y:scroll;
}
*{
	margin:0;
	padding:0;
	border:none;
}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,b,th{font-size:1em;font-weight:normal;font-style:normal;}
ul,ol{list-style:none;}
fieldset,img{border:none;}
caption,th{text-align:left;}
table{border-collapse:collapse;border-spacing:0;}
body{
	margin:0 auto;
	text-align:center;
	font-size:12px;
	color:#333;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'MS PGothic', 'ＭＳ Ｐゴシック',sans-serif;
}
a{
	color:#666;
	text-decoration:none;
}
a:hover{
	color:#bbb;
	text-decoration:underline;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	-ms-filter:"alpha(opacity=80)";
}
p{
	line-height:20px;
}
.clear{
	clear:both;
}

/* --------------------------------
#wrapper
-------------------------------- */

#wrapper{
	width:100%;
	margin:0;
	padding:0;
}
.inner{
	width:960px;
	margin:0 auto;
	clear:both;
	text-align:left;
	overflow:hidden;
}
/* --------------------------------
#head
-------------------------------- */

#head{
	width:100%;
	margin:0;
	background:url("../img/head_b.gif") repeat-x;
	height:112px;
	overflow:hidden;
}
#head h1{
	margin-top:40px;
}
#head .inner{
	background:url("../img/jgrouplogo.gif") center right no-repeat;
	height:112px;
}
#content{
	width:100%;
	margin:20px 0;
	overflow:hidden;
}
a#wood_btn{
	float:left;
}
a#rc_btn{
	float:right;
}
#news{
/*	width:640px;
	float:left;
*/	margin-top:20px;
}
#news h2{
	border-bottom:1px solid #ccc;
}
#news ul{
	padding:10px 0;
}
#news ul li{
	border-bottom:1px dashed #ccc;
	background:url("../img/arrow.gif") center left no-repeat;
	padding-left:20px;
	line-height:30px;
}
#bnr{
	width:270px;
	padding:15px;
	background:url("../img/pattern.gif");
	float:right;
	margin-top:20px;
}
#bnr strong{
	font-size:14px;
	font-weight:bold;
}
#foot{
	width:100%;
	margin:0;
	background:url("../img/foot_b.gif") repeat-x;
	height:50px;
	overflow:hidden;
}
#foot ul{
	float:left;
}
#foot ul li{
	float:left;
	margin-right:20px;
	line-height:50px;
}
#foot a#foot_logo{
	float:right;
	margin:15px 0;
}
address{
	width:960px;
	margin:10px auto 0;
	text-align:left;
}
