@charset "EUC-JP";

/* レイアウトの設定*/
body{
    margin:0;
    padding:0;
    text-align:center;
	font-size:12px;
	line-height:16px;
	letter-spacing:0.1em;
	background:url(http://www.shiba-mokuzai.com/images/index_bg.gif) 0px -3px repeat-x #f8fbe6;
}

#headerimg{
	width:760px;
	clear:both;
	}

#bg2{
	width:760px;
	background:#ffffff;
	}

/* ラッパーの設定*/
#wrap{
	background:url(http://www.shiba-mokuzai.com/images/index_bg2.gif) 0px -3px repeat-x #ffffff;
	width:800px;
	padding:0 0 0 38px;
    position:relative;
    margin:0 auto;
    text-align:left;
}
/* ヘッダーの設定*/
#head{
	margin:0;
    width:760px;
    height:108px;
	text-align:right;
}
/*　中央の設定*/
#main{
	width:760px;
	float:left;
	clear:both;
	}

/* 左側の設定*/
#left{
    width:200px;
    height:550px;
    float:left;
}
#left ul{
	list-style-image:url(http://www.shiba-mokuzai.com/images/list_icon2.gif);
	}
#left ul a{
	color:#993300;
	text-decoration:underline;
	}
#left ul a:hover{
	color:#993300;
	text-decoration:none;
	}
#left li{
	margin:10px 0;
	}
/* 右側の設定*/
#right{
    width:505px;
    height:100%;
    float:right;
	padding:0 25px;
	color:#666666;
}


/* フッターの設定*/
#foot{
    position:relative;
    width:100%;
    height:40px;
    clear:both;
}

.border{
	border:1px solid #cccccc;
	background:url(http://www.shiba-mokuzai.com/images/main_bottom_bg.gif) repeat-x bottom #ffffff;
	padding:10px 0px 10px 8px;
	}
	
/*　ナビ*/
#sub_navi{
	padding:0 15px 10px 0;
	text-align:right;
	}
#sub_navi ul{
	list-style:none;
	}
#sub_navi li{
	background:url(http://www.shiba-mokuzai.com/images/list_icon1.gif) no-repeat center left;
	float:right;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	}
#sub_navi a{
	color:#000000;
	text-decoration:none;
	}
#sub_navi a:hover{
	color:#993300;
	text-decoration:underline;
	}
	
#topics{
	background:url(http://www.shiba-mokuzai.com/images/index_h1.gif) no-repeat top right;
	width:749px;
	}

.topic{
	background:url(http://www.shiba-mokuzai.com/images/index_line.gif) no-repeat bottom right;
	padding:5px;
	}

.topic a{
	color:#000000;
	text-decoration:none;
	}


.topic a:hover{
	color:#993300;
	text-decoration:underline;
	}
.adress{
	text-align:center;
	padding-top:10px;
	}
.adress img{
	border:none;
	}
