/*
Theme Name:kozai01
Theme URI:http://www.www.www
Description:Theme for kozai.net
Auther: r.yanagida
*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
　　　　　　all.cssより転載
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* clearFix
-------------------------*/
.clearFix:after { content: "."; display:block; height:0; clear:both; visibility:hidden; }
.clearFix { display: inline-table; min-height: 1%; }
/* Hide from mac IE5 \*/
* html .clearFix { height: 1%; }
.clearFix { display:block; }
/* End Hide from mac IE5 */
.clearfix{
display:block;
content:".";
visibility:hidden;
min-height:1%;
clear:both;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■   基本設定　　 ■■■■■■■■■■■*/

/*■タグ初期化*/
html{ 
	font-size:12px !important; 
	*font-size:75% !important;/*forIE6IE7*/ 
	}

/*font-family for winIe*/
body{
	*font-family:"ＭＳ Ｐゴシック";
	margin:0;
	padding:0;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica;
	background:#ffffff url(img/bk.jpg) repeat-y center 0;
	color: #333333; 
	}

/*■リンク*/
a{
	text-decoration:none;
	color:#0066CC;
	}
/*■リンク：訪問済み*/
a:visited{
	text-decoration:none;
	color:#996699;
	}
/*■リンク：マウスオーバー時*/
a:hover{
	text-decoration:underline;
	color:#FF3366;
	}

img,
a img{
	border:none;
	}

p{
	margin:0;
	padding:0;
	}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■フレーム基本設定■■■■■■■■■■■*/

#frame{
	width:840px;
	margin:0 auto;
	text-align:left;
	display:inline-block;
	min-height:1%;
	background : #fff;
	}
.article_head h3{
display:inline;
		font-size:24px;
		color: #333333;
		font-weight:bold;
		line-height:160%;
		padding:10px;
		}


/*■■■■■■■■■■■ ヘッダー部 ■■■■■■■■■■■■*/

#header{
	padding-top:0px ;
	height:268px;
	width: 840px;
	}

/* forIE6 only */
#logo{
	margin-top:-12px;
	}

div#logo{

	padding-top:0px ;
	height:210px;
	width: 840px;
	background: url(img/topimage.jpg) no-repeat center bottom #fff;
	/* forIE6 only */
	margin-top:-12px;
	}
	/* forIE7 only */
*:first-child+html div#header_top2{
	margin-top:0;
	}

/*■タイトル部*/
div#top_area{
	width:840px;
	height:70px;
	background:url(img/tel.jpg) no-repeat right bottom #fff;
	color:#555;
	}

#top_area h1{
	font-size: 1.7em;
	margin:0;
	padding:5px 5px 5px 5px;
	line-height:1.2em;
	}

#top_area h1 a{
	color:#444; 
	}

#top_area h2{
	font-size: 1.0em; 
	color:#666;
	margin:0;
	padding:0 10px 10px 10px;
	font-weight:normal;
	line-height:1.2em;
	}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■　グローバルナビゲーション　■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#gn {
        background: url(img/gn/button_bk.jpg) repeat-x 0 0 #eee;
	display: block;
        margin: 0 0 10px 0 ;
        padding: 0;
        width:840px;
	height: 40px ;
}

/* to stretch the container div to contain floated list */
#gn:after {
        content: ".";
        display: block;
        line-height: 1px;
        font-size: 1px;
        clear: both;
}

ul#navlist {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 98%;
}

ul#navlist li {
        display: block;
        float: left;
        margin: 0px;
        padding: 0;
        height:40px;
}

ul#navlist li a {
        display: block;
        height:40px;
		width: 105px;
        text-align:center;
		padding:12px 0 0 0;
        color: #666;
        text-decoration: none;
        background: url(img/gn/button_a.jpg) no-repeat 0 0;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
        background: url(img/gn/button_hover.jpg) no-repeat 0 0;
		color:#333;
}

ul#navlist li a.current {
        background: url(img/gn/button_hover.jpg) no-repeat 0 0;
		color:#333;
}

ul#navlist li a.current:hover {
        background: url(img/gn/button_hover.jpg) no-repeat 0 0;
		color:#333;
}

ul#navlist li a:hover {
        background: url(img/gn/button_hover.jpg) no-repeat 0 0;
		color:#333;
}


/*■■■■■■■■■■■ ラッパー部 ■■■■■■■■■■■■*/

#wrapper{
	width:840px;
	display:inline-block;
	min-height:1%;
	}


/*■■■■■■■■■■■ フッター部 ■■■■■■■■■■■■*/

/*■■■--フレームフロート解除--*/
#frame:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}
#wrapper:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}

div#footer{
	width:840px;
	height:60px;
	margin:0 auto;
	padding:12px 0 0 0;
	text-align:center;
	background:#5D0B00;
	color:#fdfdfd;
	}

/*■■■ Hides from IE-mac \*/

* html #frame,
* html #wrapper,
* html .article .conts,
		{
		height: 1%;
		}

#frame,
#wrapper,
.article .conts,
		{
		display: block;
		}

/* End hide from IE-mac */

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■　サイドカラムの設定　■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■左右サイドカラム共通項目 - ■■■■■■*/

#sub_left,
#sub_right{
		color:#666666;
		background-color:#FFFFFF;
		overflow:hidden;
		word-break:break-all;
		width:175px;
		}
			
	#sub_left{
		float: left;
		z-index: 1;
zoom:100%;
		}
	#sub_left:after{
		clear:left;
		}			
	#sub_right{
		float: right;
		z-index: 2;
				}
 .left_side
 .right_side {
		width:170px; 
		margin:0 2px;
		}

/*■■■■■■■　古材検索バナー　■■■■■■■■■■*/

div.search a{
	display: block;
	width:170px;
	height:70px;
	margin:2px auto 12px;	
	background:url(/human/images/top/search.gif) no-repeat top center #fff;
	}

div.search a:hover{
	background:url(/human/images/img/top/search2.gif) no-repeat top center #fff;
	}

/*■■■■ サイドメニューリンクバナー等の枠 ■■■■*/
/*　サイドメニュータイトル部　*/
div.menu_bgtop{
		width:170px;
		height:24px;
		margin-left:2px;}
}
div.menu_bgtop img{
		margin-top:2px;
		}

/*　サイドメニューコンテンツ部　*/
div.menu_bg_middle{
		background: url(img/ln/menu_back1.jpg) repeat-y center top;
		}

div.menu{
	width:160px;
	margin:0 7px;
	font-size:0.91em;
	line-height:1.3em;
	font-size:11px;
	color:#555;
	}

.menu hr{
		border:1px dotted #999;
		width:150px;
		}

/*　サイドメニュー下段　枠を閉じる　*/

div.menu_bg_bottom{
		background: url(img/ln/menu_back2.jpg) no-repeat center top;
		height:17px;
		}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■ サブメニューナビゲーション ■■■■■■■■*/


/*■■■■ サイドラインの色(枠の色と合わせる) ■■■■■■*/
#sidenavi ul li a{
	border-left: solid 2px #ad978a;
	border-right: solid 2px #ad978a;
	}


#sidenavi ul{
		margin:0 0 0 1px;
		padding:0;
		}

#sidenavi ul li{
	text-align: left;
	list-style-type:none;
	}

#sidenavi ul li a{
	width: 149px;
	color: #484342;
	display: block;	
	padding: 6px 0 2px 17px;
	font-size: 12px;
	height:17px;
	background:url(img/ln/bg_menu_off.gif) no-repeat  left center #fff;
	}

#sidenavi ul li a:hover{
	color: #333;

	background:url(img/ln/bg_menu_on.gif) no-repeat left center #efefef;
	text-decoration:none;
	}

#sidenavi ul li a.current{
	width:135px;
	color: #eee;
	font-weight:bold;
	background:url(img/ln/bg_menu_white2.gif) no-repeat left center #9d5234;
	padding-left:31px;

	text-decoration:none;
	}
	


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
　　　サイドバー内会社プロフィールのテーブル設定
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#side_prof_table{
	width:165px;
	border:none;
	margin:5px 3px;
	line-height:150%;
	font-size:100%;
	}

#side_prof_table td{
	display: block;
	width:154px;
	border-bottom:1px dotted #999;
	color:#555;
	}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■　トップページコンテンツ　　　■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■　メインカラム大枠　　■■■■■■■■■■*/
#mainbox{
	float: left;
	width: 645px;
	/*margin-top: -15px ;*/
	padding:0 2px;
	overflow:hidden;
	word-break:break-all;
	background:#fff;
zoom:100%;
	}
#mainbox:after{
	clear:both;
	}

#mainbox2{
	float: left;
	width: 652px;
	/*margin-top: -15px ;*/
	padding:0 2px;
	overflow:hidden;
	word-break:break-all;
	background:#fff;
zoom:100%;
	}
#mainbox2:after{
	clear:both;
	}



/*■■■■■■■■　ヘッドライン　■■■■■■■■■■*/
div.headline{
display:block;
margin:3px 10px;
padding:5px 10px 10px 10px;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
}

.headline h2{
margin-top:3px;
padding-left:10px;
background: url(img/midashi_bg.gif) no-repeat 0 0;
}

div.headline p{
font-size:100%;
line-height:130%;
}

.highlight a:hover *{
filter: alpha(opacity=55);
-moz-opacity:0.75;
opacity:0.75;
}

/*■■■■■■■■　トップテーブル　　■■■■■■■■■■*/
.toptable{
		width:645px;
		margin:0;
		padding:0;
		}

.toptable td{
		margin:0 ;
		padding:0 ;
		}

.toptable td.menu{
		display:block;
		width:210px;
		height:250px;
		border:1px solid #ccc;
		margin:0 ;
		padding:0 ;
		background-color: #fdfdfd;
		overflow:hidden;
		} 

.toptable td.yoko{
		text-align:right;
			}

.toptable td.rightside{
		float:right;
			}

.toptable td.yoko a,
.toptable td.yoko_long a{
		display:block;
		border:1px solid #ccc;
		margin:0;
		padding:0;
		overflow:hidden;
		} 

.toptable td.yoko a{
		width:426px;
		height:80px;
		background:url(img/table/bk_200a.jpg) repeat-x #fff;
		}

.toptable td.yoko_long a{
		width:642px;
		height:50px;
		background:url(img/table/bk_200a.jpg) repeat-x #fff;
		}

.toptable td a:hover img{
		filter: alpha(opacity=55);
		-moz-opacity:0.75;
		opacity:0.75;
		}

.toptable td.yoko_long2{
		display:block;
		width:642px;
		height:80px;
		border:1px solid #ededed;
		margin:0;
		padding:0;
		background-color:#fff;
		overflow:hidden;
		font-size:14px;
		line-height:18px;
		}


/*■■■■■■　左右半割枠背景画像設定　■■■■■■■■*/

.article_head2{
		width:315px;
		height:81px;
		background: url(img/toppage/aticle_img315-1.jpg) no-repeat;
}

.article_body2{
		width:315px;
		background: url(img/toppage/aticle_img315-2.jpg) repeat-y ;
}

.article_body2 img.line{
		 width:300px;
		 height:1px;
		 padding-left:8px;
		 }

.article_foot2{
		width:315px;
		height:13px;
		background: url(img/toppage/aticle_img315-3.jpg) no-repeat ;
}

/*■■■■■■■■　タイトル表示　■■■■■■■■■■*/

.article_head2 h3{
		font-size:1.3em;
		color: #333333;
		font-weight:bold;
		line-height:50%;
                padding:0px 10px;
		}

/*メイン記事サブタイトル*/
.article_head2 .theme{
		display:block;
		width:300px;
		margin-left:15px;
		padding:0 0 0 10px;
		}

/*■■■■■■■■　左枠（ＲＳＳ）　■■■■■■■■■■*/

.subbox1{
	float: left;
	width: 315px;
	margin: 3px 0px 10px 2px;
	padding:5px 0;
	overflow:hidden;
	word-break:break-all;
	background:#fff;
	zoom:100%;
	}
		
	.subbox1 .article_head2{
		background-position: left top;
		}
	.subbox1 .article_body2{
		background-position: left top;
		}
	.subbox1 article.foot2{
		background-position: left top;
		}

/*.subbox1:after{
		content:"."; 
		display:block; 
		height:0; 
		clear:left; 
		visibility:hidden;
		}
*/
.rss_body {
	font-size:100%;
	line-height:140%;
	padding:2px 0 5px 0;
	margin:0 0px 5px 0px;
	border-bottom:0px ;
	vertical-align:top;
}
.rss_body a{
	color:#6666cc;
	border-bottom:0px ;
	line-height:20px;
	text-decoration:none;
	font-size:102%;
}
.rss_body a:hover{
	text-decoration:underline;
}

/*■■■■■■■　右枠（地域のお店）■■■■■■■■■■*/

.subbox2{
	float: right;
	width: 315px;
	margin: 3px -1px 10px 0px;
	padding:5px 0;
	overflow:hidden;
	word-break:break-all;
	background:#fff;
	zoom:100%;
	}
		
	.subbox2 .article_head2{
		background-position: right top;
		}
	.subbox2 .article_body2{
		background-position:  right top;
		}
	.subbox2 article_foot2{
		background-position: right top;
		}

.subbox2:after{
		content:"."; 
		display:block; 
		height:0; 
		clear:right; 
		visibility:hidden;
		}

p.chiiki img{
		 display:inline;
		 vertical-align:middle;
		}
p.chiiki{
		display: block;
		margin:6px ;
		padding :0 6px;
		line-height:1.6em;
		}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■　　ＰＡＧＥコンテンツ用　　　■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■ メインカラム ■■■■■■■■■■■*/

#main{
	float: right;
	width: 470px;
	margin: 0 ;
	padding:0 ;
	overflow:hidden;
	word-break:break-all;
	background:#fff;
	zoom:100%;	
	}

.article{
	margin-bottom: 20px;
	color: #524E4D;
	}

/*■■■■■■■メインカラム記事の枠■■■■■■■■■*/

.article .article_head{
	display:block;
	width:470px;
	height:70px;
	margin:1px 0 10px 0;
	background: url(img/main/aticle_img470.jpg) no-repeat left top;
	overflow:hidden;
	zoom:1;	
}
.article .article_body{
	background: /*url(img/main/aticle_img470-2.jpg) repeat-y left top*/ #fff;
font-size:100%;
line-height:150%;	
}
.article .article_foot{
	background: /* url(img/main/aticle_img470-3.jpg) no-repeat left bottom*/ #fff;
	}


/*■■■■■■　メイン記事タイトル　■■■■■■■■■*/
　　　　/*　.article_head内に記述されます　*/
h3{
		font-size:1.2em;
		color: #444444;
		font-weight:bold;
		line-height:50%;
                padding:20px 15px;
		}

/*メイン記事サブタイトル*/
div.article_head .theme{
		display:block;
		width:430px;
		margin-left:15px;
		padding:0 0 5px 12px;
		}

/*■■■■■■　メイン記事本文　■■■■■■■■■*/
　　　　/*　.article_body内に記述されます　*/

/*メイン記事内容*/
.article .article_body {
		display:block;
		padding :10px 5px;
		width:470px;
		color:#444;
		font-size:100%;
		line-height:170%;
		}

		img.left{
			float:left;
			margin:0 10px 10px 0;
			zoom:100%;
			}
		img.right{
			float:right;
			margin:0 0 10px 10px;
			zoom:100%;
			}

img.left:after{
		clear:both;
		}

img.right:after{
		clear:both;
		}

/*メイン記事フッター部*/
	.article_foot{
		font-size:0.85em;
		text-align:right;
		padding:5px 10px 10px 10px;
		}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■ 施工事例ページ ■■■■■■■■■■*/
table.jirei{
	width:460px;
	border:none;
	}

table.jirei td{
		vertical-align:top;
		border:none;
		margin:3px;
		}
table.jirei td p{
		display:block;
		border-left:3px solid #666; 
		font-size:95%em;
		padding-left:4px;
		margin:0 8px 12px 6px;
		}
table.jirei td img a{
		border:none;
		}

.kaisetsu{
		margin:10px 15px 5px 15px;
		padding:10px 10px 5px 10px;
		border:1px dotted #ddd;
		font-size:100%;
		line-height:150%;
		}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■古材倉庫の古材には■■■■■■■■■■*/

.tokucho td{
		padding-left:5px;
		font-size:1em;
		margin:0 18px 0px 10px;
		vertical-align:top;
		}

.tokucho td p{
		display:block;
		border-left:3px solid red; 
		padding:0 10px 0px 5px;
		}
.tokucho h4{
		font-size:1.4em;
		text-decoration:underline;
		}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■ リンクページ用 ■■■■■■■■■■■*/

div.link01{
		width:200;
		margin:5px;
		padding:5px;
		}
.link01 h3{
		font-size:12px;
		color:maroon;
		}
div.link01 ul li{
		list-style-type:none;
		}

div.link01 ul li a{
		list-style-type:none;
		text-decoration:none;
        color:#444;
		}

div.link01 ul li.link02 a {
		background:url(img/icon/menu_point.gif) no-repeat left center #ffffff;
		padding-left:8px;
		}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
会社概要ページのテーブル設定（prof.html）
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#prof_table{
	font-size: 100%;
	border:none;
	width:430px;
	margin:5px 10px 5px 15px;
	}

#prof_table td{
	height:28px;
	line-height:150%;
	border-bottom:1px dotted #777;
	text-align:left;
	}

#prof_table td.left{
	width:90px;
	}

#prof_table td.right{
	width:300px;
	}