@charset "utf-8";

/* 1.要素をリセット
---------------------------------------------------------------------*/
*{
	margin:0px;
	padding:0px;
	font-size:98%;
	color:#333;
}
body{
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
img {
	border:0px;
}

ul,ol{
	list-style:none;
}

h1{
	margin-bottom:20px;
}
h2,h3{
	margin-bottom:15px;
	font-size:98%;
}

/* 2.テキストリンク
---------------------------------------------------------------------*/
a,a:link{
	color:#000000;
	text-decoration:underline;
}






/* 3.Clear Fix
---------------------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac ﾂ･*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* 4.
---------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
	text-align:center;
	}
	
#wrapper{
	margin:auto;
	width:760px;
	background:url(../../common/img/main_bg.jpg) repeat-y;

}

/*------4-1� ヘッダー------*/
#header{
	margin:auto;
	width:750px;
}

#header table{
	width:750px;
}
#header table th{
	text-align:left;
}
#header table td{
	width:125px;
	height:33px;
	background:url(../../common/img/navi_bg.jpg) repeat-x;
}



/*------4-2� フッター------*/
#footer{
	margin:auto;
	width:760px;
	height:110px;
	font-size:10px;
	text-align:center;
	background:url(../../common/img/footer_bg.jpg) bottom no-repeat;
}
#footer p{
	padding-top:10px;
	font-family:Verdana;
}


/*------4-2 コンテンツ------*/
#content{
	margin:auto;
	width:750px;
}

.contBody{
	padding:40px 20px;
	text-align:left;
}

.contBody table{
	width:710px;
}
.contBody table td{
	vertical-align:top;
	line-height:150%;
}

.lead p {margin-bottom:15px;}

/* 設備
---------------------------------------------------------------------*/

h1.fclt{
	margin:0px;
}


/* 一覧
---------------------------------------------------------------------*/

table.eqp th{
	background:#cccccc;
	color:#333;
	font-size:90%;
	padding:2px 0px 0px;
	text-align:center;
}
table.eqp th span.eqpTtl{
	width:100px;
	float:left;
	display:block;
	text-align:right;
}
table.eqp th span.unit{
	width:73px;
	float:right;
	display:block;
	text-align:right;
	font-weight:normal;
}
table.eqp th span.eqpTtl2{
	width:155px;
	float:left;
	display:block;
	text-align:right;
}
table.eqp th span.unit2{
	width:115px;
	float:right;
	display:block;
	text-align:right;
	font-weight:normal;
}
table.eqp th span.sfont{
	font-weight:normal;
	font-size:80%;
}
table.eqp td{
	background:#fff;
	padding-left:3px;
	padding-right:3px;
}

table.eqp td.middle{
	vertical-align:middle;
}

/* ごあいさつ
---------------------------------------------------------------------*/
th.name{
	font-size:18px;
	font-weight:bold;
}



/* 会社概要
---------------------------------------------------------------------*/
td.pro {
	border-right:solid 1px #333;
}



/* 00.
---------------------------------------------------------------------*/

/*------00-1�------*/
.colRed{
	color:#FF0000;
}
.lead{
	font-weight:bold;
}
.block{
	display:block;
}
.t10px {
	font-size: 10px;
}
.t8px {
	font-size: 8px;
}
h2.aleft{
	width:100%;
	text-align:left;
}

.magL13{
	margin-left:13px;
}

