

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

/*■タグ初期化*/
html{ 
	font-size:12px !important; 
	*font-size:75% !important;/*forIE6IE7*/ 
	}
body{
	margin:0;
	padding:0;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica;
	background:#fff /*url(img/bk.jpg) repeat-y center 0*/;
	color: #333333; 
	}

.filter a:hover{
	alpha(opacity=80);/*for IE*/
	opacity: 0.8; /*for FireFox, Safari,ただしIE6 では無効*/
	-moz-opacity:0.8;
	}

/*■フレーム基本設定*/
#frame{
	width:840px;
	margin:0 auto;
	text-align:left;
	display:inline-block;
	min-height:1%;
	background : #fff;
	}

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

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

/*■各カラム*/
			#sub_left,
			#sub_right{
				color:#666666;
				background-color:#FFFFFF;
				overflow:hidden;
				word-break:break-all;
				width:175px;
				}
			
			#sub_left{
				float: left;
				z-index: 1;
				}
			
			#sub_right{
				float: right;
				z-index: 2;
				}

/*■■■--フレームフロート解除--*/
#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 */

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■各種要素の基本設定■■■■■■■■■■■*/

img{
	border:none;
	}

a img{
	border:none;
	}

p{
	margin:0;
	padding:0;
	}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■リンク基本設定■■■■■■■■■■■*/

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

a img{
	border:none;
	}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■ ヘッダー ■■■■■■■■■■■■*/
/* forIE6 only */
#header{
	_margin-top:-12px;
	}

#header{
	margin-bottom:10px ;
	height:110px;
	background-image: url(img/topimage.jpg);
	width: 840px;
	position:relative;7
	padding:0 ;
	}
/*■タイトル*/
#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;
	}

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

#main{
	float: left;
	width: 470px;
	margin: 0 ;
	padding:0 9px 0 11px;
	overflow:hidden;
	word-break:break-all;
	background:#fff;
	}

/*■記事 - メインカラム*/

/* メイン記事の枠 */
.article .article_head{
	width:470px;
	height:70px;
	margin-top:1px;
	background: url(img/main/aticle_img470.jpg) no-repeat left top;
	overflow:hidden;
	zoom:1;	
}
.article{
	background: /*url(img/main/aticle_img470-2.jpg) repeat-y left top*/ #fff;
	}
.article .foot{
	background: /* url(img/main/aticle_img470-3.jpg) no-repeat left bottom*/ #fff;
	}

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

/*メイン記事タイトル*/
	.article h3.title{
		font-size:1.4em;
		color: #333333;
		font-weight:bold;
		line-height:1.1em;
		margin:10px 0 8px 15px;
		padding:3px 3px;
		clear:both;
		/*border-left:8px solid #8B0000;*/
		}

/*メイン記事テーマ*/
	.article .theme{
		display:block;
		width:430px;
		margin-left:15px;
		padding:0 0 5px 12px;
		}

/*メイン記事内容*/
	.article .conts{
		margin:12px 4px ;
		padding :0 ;
		line-height:1.5em;
		}

		.conts img.left{
			float:left;
			margin:0 15px 10px 0;
			}
		.conts.right{
			float:right;
			margin:0 0 10px 15px;
			}
/*メイン記事テーブル*/
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:0.8em;
		padding-left:5px;
		margin:0 8px 12px 10px;
		}
table.jirei td img a{
		border:none;
		}

.kaisetsu{
		margin:10px 20px 5px 10px;
		padding:10px 10px 5px 10px;
		border:1px dotted #ddd;
		}

/*古材倉庫の古材には*/
.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;
		}


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


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■ サイドA(sub_left)&サイドB(sub_right)  ■■■■■*/

/*■■■■■■サイドA,B共通項目 - ■■■■■■*/

 .left_side
 .right_side {
		width:170px; 
		margin:0 2px;
		}

/*■■■■■■■menu■■■■■■■■■■■■■■■*/

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

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

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

.menu hr{
		border:1px dotted #999;
		width:150px;
		}
/* 追加 */
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_bg_bottom{
		background: url(img/ln/menu_back2.jpg) no-repeat center bottom;
		height:17px;
		}

div#sidenavi_bottom{
	background: url(img/ln/menu_back2.jpg) no-repeat center bottom;
	height:17px;
	margin-left: -1px ;
	}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■ メニューリストＮＶ ■■■■■■■■■*/


/*■■■■■■ サイドラインの色 ■■■■■■*/
#sidenavi ul li a{
	border-left: solid 2px #ba581b;
	border-right: solid 2px #ba581b;
	}


#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;
	}
	



/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■ ★サブ★メニューリストＮＶ■■■■■■■■*/

#sidenavi ul li ul.subnavi li{
	margin-left: -1px ;
	width: 174px;
	text-align: left;
	}

#sidenavi ul li ul.subnavi li a{
	color: #484342;
	display: block;
	padding: 6px 18px 2px 4px;
	text-align:right;
	font-size: 12px;
	width: 144px;
	height:17px;
	border-left: solid 2px #ba581b;
	background:url(img/ln/bg_menu_off.gif) no-repeat right center #ffffe0;
		}
 
#sidenavi ul li ul.subnavi li a:hover ,
#sidenavi ul li ul.subnavi li a.sub_current {
	color: #333;
	width: 144px;	
	padding: 6px 18px 2px 4px;
	text-align:right;
	text-decoration:underline;
	background:url(img/ln/bg_menu_on.gif) no-repeat right center #FFFFE0;
	}

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

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(http://k-aimoku.co.jp/banner/blog/menu_point.gif) no-repeat left center #ffffff;
	padding-left:8px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
古材とは　ページ
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.kozaitoha{
	width:470px
	color:#444;
	font-size:12px;
	padding:5px 25px 5px 10px;
	margin-bottom:10px;
	}

img.kozaitoha-left{
	float:left;
	margin:0 10px 10px 0;
	}

img.kozaitoha-right{
	float:right;
	margin:0 0 10px 10px;
	}

div.kozaitoha-left:after{
clear:both;
}

div.kozaitoha-right:after{
clear:both;
}

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

#prof_table td{
	line-height:150%;
	text-align:left;
	}

#prof_table td.left{
	width:90px;
	border-bottom:1px dotted #777;
	}

#prof_table td.right{
	width:300px;
	border-bottom:1px dotted #777;
	}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
サイドバー内会社プロフィールのテーブル設定
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#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;
	}
