body {
	background:#fff;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:13px;
	color:#333;
	}
	
form {
	margin: 0;
	padding: 0;
}
	
a img {
	border: none;
	}
		
#srch1{
	float:right;
	width:500px;
	margin-top:15px;
	padding:0;
	text-align:right;
	font-size:12px;
	line-height: 1;
	/*border: 1px solid #ffff00;*/
	}
#srch2{
	float:right;
	width:500px;
	padding:0;
	text-align:right;
	font-size:12px;
	line-height: 1;
	/*border: 1px solid #ffff00;*/
	}

/*検索入力文字の大きさ*/
input {
	font-size:13px;
	}

#menu {
	clear:both;
	border-bottom:1px solid #a1bbc8;
	background:#efefef url(img/menu.gif);
	height:28px;
	}

#menu li {
	font-size:13px;
	}

#menu ul, ul.nobullets, .jsMenu ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#menu li {
	width:13%;
	height:28px;
	margin:0;
	padding:0;
	float:left;
	}

#menu ul a {
	display:block;
	width:100%;
	line-height:28px;
	border-left:1px solid #7e7e7e;
	height:28px;
	background:#edf2f5 url(img/menu.gif);
	text-align:center;
	color:#000;
	text-decoration:none;
	}

#menu ul a span {
	display:block;
	width:100%;
	height:28px;
	border-left:1px solid #fff;
	}

#menu ul a:hover, #menu ul a.selected {
	cursor:pointer;
	background-color:#dee8ed;
	background-position:100% -36px;
	}
	
li#home {
	width:14%;
	}
	
li#kenzai {
	width:15%;
	}
		
li#archi {
	width:14%;
	}

li#a-2 {
	display:none;
	}
	
li#serviceguide {
	width:14%;
	}

li#aboutarchi {
	width:14%;
	} 	
	
li#low {
	width:15%;
	} 
	
li#sitemap {
	width:13%;
	} 	
	

li#sitemap span {
	border-right:1px solid #7e7e7e;
	}

/*jsMenuはjavascriptのメニュ*/
.jsMenu {
	position:absolute;
	display:none;
	padding:1px;
	background-color:#fff;
	border:1px solid #555;
	z-index: 10;
	}

.jsMenu li {
	border-bottom:1px solid #fff;
	font-family:verdana,sans-serif;
	font-size:12px;
	margin:0px;
	}

.jsMenu li.separator {
	line-height:1px;
	height:1px;
	background-color:#fff;
	padding:0px;
	margin:0px;
	}

.jsMenu li a {
	display:block;
	text-decoration:none; 
	color:#000;
	border:1px solid #ccc;
	padding:1px 2px 2px 6px;
	}

.jsMenu a:hover {
	background:#dee8ed;
	}

/*ここからコンテンツ*/

/*左側の枠*/
#left-fre{
	width: 600px;
	float: left;
	margin-top: 10px;
	padding: 0px;
	/*border: 1px solid #cc0000;*/
}

/*右側の枠*/
#right-fre{
	width: 180px;
	float: left;
	margin-top: 10px;
	padding: 0px;
	text-align:center;
	line-height: 1.2em;
	/*border: 1px solid #00ff00;*/
}

/*新製品情報*/

#news-fre{
	width: 600px;
	float: left;
	margin-top: 10px;
	padding: 0px;
	/*border: 1px solid #cc0000;*/
}


#news{
	width: 587px;
	/*clear:both;*/
	float: left;
	margin: 0 2 0 5px;
	padding: 0px;
	border: 1px solid #94b2de;
}

/*新製品右側の枠*/
#other-fre{
	width: 180px;
	float: left;
	margin-top: 10px;
	padding: 0px;
	text-align:center;
	/*line-height: 1.2em;*/
	/*border: 1px solid #00ff00;*/
}

/*フッター・カウンターなど*/
#footer{
	width: 770px;
	text-align: center;
}

/*ランダムバナー*/
#banner{
	margin: 5px;
	padding: 0px;
	/*border: 1px solid #0000ff;*/
}

#banner IFRAME {
	float: left;
	margin: 15 50 20 20px;
}
/*建材INDEXの枠*/
.kenzai1{
	float: left;
	width: 383px;
	padding: 0px;
	margin: 5px;
	border: 1px solid #94b2de;
}

.kenzai2{
	float: left;
	width: 187px;
	padding: 0;
	margin: 5px;
	border: 1px solid #94b2de;
}

.kenzai3{
	float: left;
	width: 176px;
	padding: 10px;
	margin: 0px;
	/*text-align: center;*/
	/*background-color:#e7ebff;*/
	/*border: 1px solid #94b2de;*/
}

/*ulの下線を消す*/
.kenzai1 ul,.kenzai2 ul,#right-banner ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}

/*ktopとlastは建材の上と下の枠*/
a:link{
	text-decoration:none;
	color: #0066ff;
	}

a:visited 
	{text-decoration: none; 
	color: #0066ff;
	}
	
a:hover{
	text-decoration:underline;
	color: #FF9900;
	}
	

.ktop{
	padding: 3px;
	margin: 0px;
	border-bottom: 1px solid #94b2de;
	background-color:#e7ebff;
	background-image: url(../img/golink.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	text-indent: 16px;
}

.last{
	margin: 0px;
	padding: 3px 0px 3px 8px;
	line-height: 1.3em;
}

.last a{
	color: #0066cc;
	}

/*全日本講座*/
.f1{
	width: 150px;
	font-weight:600;
	/*color:#808000;*/
	/*border: 1px solid #94b2de;*/
	margin-top: 17px;
	margin-right: auto;
	margin-left: auto;
	/*padding: 3px;*/
	/*background-color:#efefef;*/

}

/*バナー2*/
.f2{
	width: 150px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	}

/*協力団体*/
.f3{
	width: 150px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #94b2de;
	}


.f31{
	background-color:#efefef;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94b2de;
	margin: 0px;
	width: 150px;
}

.f32{
	padding: 3px;
	margin: 0px;
	width: 150px;
	text-align: left;
	font-size: 12px;
}

	
.f32 ul{
	list-style-type: none;
	margin: 2px;
	padding: 0px;
	line-height: 1.5em;
	}

.f32 li{
	margin: 3px;
	}


.f32 a{
	color: #000ff;
	text-decoration:none;
	}
	
.f32 a:hover{
	color:#008000;
	}


.f32liline{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0DDF0;
}

/*新製品*/
.f5{
	width: 150px;
	font-weight:600;
	color:#808000;
	border: 1px solid #94b2de;
	margin: 1px;
	padding: 3px;
	text-align:center;
	background-color:#eeeeee;
	}
	
	
/*footer*/
.f6{
}
