html{
	overflow-y:scroll;
}

body{
	margin:0px;
	text-align:center;
	background: url(hpbg01.jpg) left top repeat-x;	/*背景*/
}


a:link , a:visited , a:hover , a:active{
	color: #a44;
	text-decoration: underline;
}

p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}

#bs1{
	font-family:Verdana, "Tahoma,Arial,sans-serif,ＭＳ Ｐゴシック",MS UI Gothic, Osaka;
	color:#000;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:left;
	font-size: 1em;
}

#title{/*タイトル部分*/
	width:800px; 		  	    	/*タイトル部分の幅*/
	height:100px;       		    	/*タイトル部分の高さ*/
	background:url(img/01.png) no-repeat left top;	/*タイトル部分の背景設定*/
	border:1px solid #666;/*枠線の設定*/
	position: relative;
	}

#title a{
	color:#000;	
	text-decoration:none;
	vertical-align:middle;
	}

h1{/*サブタイトル部分の設定*/
	color:#000;		/*文字色*/
	padding-left:50px;	/*左に余白*/
	padding-top:0px;	/*上に余白*/
	padding-right:50px;	/*右に余白*/
	font-size:1.0em;	/*文字サイズ*/
	margin:0px;		/*余白の設定*/
	font-weight:normal;	/*文字の太さ*/
	}
h2{/*タイトル部分のフォント、文字位置の設定*/
	font-size:3em;		/*タイトル文字の大きさ 1emでbaseBlock1のfont-sizeと同じ大きさ*/
	color:#000;		    	/*タイトル文字の色*/
	padding-top:10px;		/*文字上側の余白*/
	padding-left:50px;		/*文字左側の余白*/
	margin:0px;		    	/*Firefoxでの余分な余白を削除*/
	}

h3{/*見出しの設定*/
	border-bottom:1px solid #9C9;	/*下の枠線*/
	border-left:4px solid #9C9;	/*右の枠線*/
	padding-left:4px;	/*左の余白*/
	font-size:1.1em;
	font-weight:normal;}

/******************************************/

#main{/*メインコンテンツ部分の位置設定*/
	width:570px;			/*メインコンテンツの幅*/
	float:right;			/*メインコンテンツ位置設定*/
	padding-top:30px;		/*文字上部の余白*/
	padding-bottom:30px;		/*フッターとの間隔*/

	}

#maintext{/*IEとfirefoxのズレ対策用*/
	padding-left:30px;	/*文字左側の余白。*/

	}

/******************************************/


#fmain{/*メインコンテンツ部分の位置設定*/
	width:570px;			/*メインコンテンツの幅*/
	float:right;			/*メインコンテンツ位置設定*/
	padding-top:14px;		/*文字上部の余白*/
	padding-bottom:30px;		/*フッターとの間隔*/

	}

#fmaintext{/*IEとfirefoxのズレ対策用*/
	padding-left:30px;	/*文字左側の余白。*/

	}

/******************************************/


#ifmain{/*インラインフレーム部分の設定*/
	font-family:Verdana, "Tahoma,Arial,sans-serif,ＭＳ Ｐゴシック",MS UI Gothic, Osaka;
	color:#000;
	width:550px;			/*幅*/
	margin-right:auto;
	text-align:left;
	font-size: 1em;
	}

#topmenu {
	background: url(img/menu/menu_06.png) repeat-x;
	height: 56px;
	padding-left:0px;	/*左に余白*/
	padding-top:0px;	/*上に余白*/
	padding-right:0px;	/*右に余白*/
}
#topmenu li {
	display: inline;
}




/******************************************/
#menu{/*メニュー部分の設定。*/
	width:200px;       	/*メニューの幅*/
	float:left;    		/*メニュー位置設定*/
	font-size:0.8em;	/*メニューの文字サイズ*/
	text-align:center;	/*文字位置の設定left もしくは center もしくは right*/
	padding-top:30px;	/*上に余白*/
	line-height:1.2em;	/*行の高さ*/
	}
/******************************************/
#me-top{/*メニュー上部画像用*/
	height:32px;/*高さ*/
	background:url(img/02t.png)  no-repeat;	/*背景の設定*/
}
/******************************************/
#me-mid{/*メニュー中部画像用*/
	background:url(img/03.png) repeat-y;	/*背景の設定*/}
/******************************************/
#me-bot{/*メニュー下部画像用*/
	height:32px;				/*高さ*/
	background:url(img/04b.png) no-repeat;	/*背景の設定*/}
/******************************************/
#menutext{/*IEとfirefoxのズレ対策用*/
	width:190px;
	padding-left:5px;	/*左の余白設定*/
	}
/******************************************/
.m-title{/*メニュータイトルの設定。*/
	height:20px;      		/*高さ*/
	font-size:1.2em;	        /*テキストサイズ*/
	border:1px solid #666;		/*枠線の設定*/
	color:#000;			/*テキスト色*/
	border-left:30px solid #9C9;
	/*background:#fff url(img/05.png) no-repeat;*/
	margin-top:0px;			/*上部に余白*/	        
	margin-left:10px;		/*左に余白*/
	margin-right:22px;		/*右に余白*/
	margin-bottom:5px;		/*下に余白*/
	}
/******************************************/
#footnav a{
	color:#777;            	/*テキスト色*/
	text-decoration:none;	/*下線の設定*/
	}
#footnav{
	clear:both;
	width:800px;			/*ページ下部の幅*/
	text-align:center;		/*フッター文字を中心に配置*/
	color:#777;		    	/*テキスト色*/
	font-size:0.8em;		/*テキストの大きさ*/
	text-decoration:none;	/*下線の設定*/
	}

#footer a{	            	/*ページ下部のリンクテキストのフォント設定*/
	color:#777;            	/*テキスト色*/
	text-decoration:none;	/*下線の設定*/
	}

#footer{/*ページ下部の設定*/
	width:800px;			/*ページ下部の幅*/
	text-align:center;		/*フッター文字を中心に配置*/
	color:#777;		    	/*テキスト色*/
	font-size:0.8em;		/*テキストの大きさ*/
	border-top:solid 1px #999;	/*メインコンテンツとの境界線*/
	}
/******************************************/
#mlist{/*機械リストの設定*/
	border-style:none;
	border-width:0px;	
	}

#textcenter{
	text-align:center;
	}

#mailform{/*問い合わせフォームの設定*/
	width:550px;
	border:1px solid;
	border-collapse: collapse;
	}

#mailform tr td{/*問い合わせフォームの設定*/
	border:1px solid;
	}

a img{/*画像リンクの設定　余分な物を削除してあります*/
	border-style : none;
	border-width : 0px;	
	text-decoration : none;
	}


.clfx:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clfx { display: inline-block; }

/* Hides from IE-mac \*/
*html .clfx { height: 1%; }
.clfx { display: block; }
/* End hide from IE-mac */