@charset "utf-8";
/* ---------------------------------------------------------
CascadingStyleSheet Settingfile
Common
2010
--------------------------------------------------------- */

/*////////////////////////////////////////////////
フォントサイズ統一化設定
////////////////////////////////////////////////*/
body{
	font-size: 75%; /* IE */
	line-height:160%;
}
html>/**/body{
	font-size: 12px; /* Except IE */
}

html[xmlns*=""] body:last-child body{
	font-size:80%;
}

/*////////////////////////////////////////////////
=clear設定
////////////////////////////////////////////////*/
.clear{
	clear:both;
	margin:0;
}
/*////////////////////////////////////////////////
=タグデフォルト設定
////////////////////////////////////////////////*/
form,p{
	margin:0;
	padding:0;
}
ol,ul,li,dl,dt,dd{
	margin:0;
	padding:0;
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin:0;
}
img{
	border:0;
	clear: inherit;
}
/*////////////////////////////////////////////////
=body設定
（タグリセット設定）
////////////////////////////////////////////////*/
body{
	margin:0px;
	border:none;
	font-family:"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-weight:normal;
	text-decoration:none;
	list-style-type:none;
	text-indent:0px;
	line-height:160%;
	letter-spacing:0.9px;
	/*background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;*/
	background-color:#000;
	color:#999;
}
/*////////////////////////////////////////////////
=リンク設定
////////////////////////////////////////////////*/
a{
	color:#000;
	text-decoration:underline;
}
a:hover{
	color:#000;
	text-decoration:none;
}
.mt5{
	margin-top:5px;
}
.mt10{
	margin-top:10px;
}
.mt15{
	margin-top:15px;
}
.mt20{
	margin-top:20px;
}

/*↓9/26牧野追加*/
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}

.mb30{
	margin-bottom:30px;
}

.mb40{
	margin-bottom:40px;
}

.mb50{
	margin-bottom:50px;
}

.mt30{
	margin-top:30px;
}

.mt35{
	margin-top:30px;
}

.mt40{
	margin-top:40px;
}

.mt50{
	margin-top:50px;
}

.mr10{
	margin-right:10px;
}

.pr10{
	padding-right:10px;
}

.pr12{
	padding-right:12px;
}

.pr15{
	padding-right:15px;
}

/*↑9/26牧野追加*/

.float_l{
	float:left;
}
.float_r{
	float:right;
}
.txt85{
	font-size:85%;
	line-height:130%;
	color:#999;
}
/*////////////////////////////////////////////////
=header設定
////////////////////////////////////////////////*/
#headerArea #header{
	width:950px;
	margin:0px auto;
	background-repeat: no-repeat;
}
#headerArea #header{
	height:78px;
	position:relative;
	margin:0px auto;
}
#headerArea #header h1{
	color:#999;
	font-weight:normal;
	font-size:0.9em;
	text-align:left;
	margin:0px;
	position:absolute;
	top:20px;
	left:348px;
	line-height:1.4;
	letter-spacing:0px;
	width: 250px;
}
#headerArea #header h2{
	position:absolute;
	top:31px;
	left:2px;
	margin:0px;
	width: 255px;
}
#headerArea #header h2 a{
	width:330px;
	height:24px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	background-image: url(../images/common/logo.png);
	background-repeat: no-repeat;
}
#headerArea #header #h_navi{
	position:absolute;
	display:block;
	top:22px;
	right:0px;
}
#headerArea #header #h_navi img{
	margin-left:8px;
}

/*////////////////////////////////////////////////
=globalnavi設定
////////////////////////////////////////////////*/
#headerArea ul#gnavi{
	width:950px;
	height:46px;
	clear:both;
	margin:0 auto;
	padding:0;
}
#headerArea ul#gnavi li{
	list-style:none;
	float:left;
	height:45px;
	padding:0;
	margin:0;
}
#headerArea ul#gnavi li a{
	height:46px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}
/*mn01*/
#headerArea ul#gnavi li#gnavi01{
	width:117px;
	background-image:url(../images/common/mn01_off.jpg);
	background-repeat: no-repeat;
}
#headerArea ul#gnavi li#gnavi01 a{
	width:117px;
	background-image:url(../images/common/mn01_off.jpg);
	background-repeat: no-repeat;
}
#headerArea ul#gnavi li#gnavi01 a:hover{
	background-image: url(../images/common/mn01_on.jpg);
	background-repeat: no-repeat;
}
#headerArea ul#gnavi li#gnavi01_on a{
	width:117px;
	background-image: url(../images/common/mn01_on.jpg);
	background-repeat: no-repeat;
}
/*menu02*/
#headerArea ul#gnavi li#gnavi02{
	width:117px;
	background-image:url(../images/common/mn02_off.jpg);
	background-repeat: no-repeat;
}
#headerArea ul#gnavi li#gnavi02 a{
	width:117px;
	background-image:url(../images/common/mn02_off.jpg);
	background-repeat: no-repeat;
}
#headerArea ul#gnavi li#gnavi02 a:hover{
	background-image:url(../images/common/mn02_on.jpg);
	background-repeat: no-repeat;
}
#headerArea ul#gnavi li#gnavi02_on a{
	width:117px;
	background-image:url(../images/common/mn02_on.jpg);
	background-repeat: no-repeat;
}
/*menu03*/
#headerArea ul#gnavi li#gnavi03{
	width:117px;
	background-image:url(../images/common/mn03_off.jpg);
	background-repeat: no-repeat;
}
#headerArea ul#gnavi li#gnavi03 a{
	width:117px;
	background-image:url(../images/common/mn03_off.jpg);
	background-repeat: no-repeat;
}
#headerArea ul#gnavi li#gnavi03 a:hover{
	background-image:url(../images/common/mn03_on.jpg);
	background-repeat: no-repeat;
}
#headerArea ul#gnavi li#gnavi03_on a{
	width:117px;
	background-image:url(../images/common/mn03_on.jpg);
	background-repeat: no-repeat;
}
/*menu04*/
#headerArea ul#gnavi li#gnavi04{
	width:117px;
	background-image:url(../images/common/mn04_off.jpg);
	background-repeat: no-repeat;
}
#headerArea ul#gnavi li#gnavi04 a{
	width:117px;
	background-image:url(../images/common/mn04_off.jpg);
	background-repeat: no-repeat;
}
#headerArea ul#gnavi li#gnavi04 a:hover{
	background-image:url(../images/common/mn04_on.jpg);
	background-repeat: no-repeat;
}
#headerArea ul#gnavi li#gnavi04_on a{
	width:117px;
	background-image:url(../images/common/mn04_on.jpg);
	background-repeat: no-repeat;
}
/*menu05*/
#headerArea ul#gnavi li#gnavi05{
	width:129px;
	background-image:url(../images/common/mn05_off.jpg);
	background-repeat: no-repeat;
}
#headerArea ul#gnavi li#gnavi05 a{
	width:129px;
	background-image:url(../images/common/mn05_off.jpg);
	background-repeat: no-repeat;
}
#headerArea ul#gnavi li#gnavi05 a:hover{
	background-image:url(../images/common/mn05_on.jpg);
	background-repeat: no-repeat;
}
#headerArea ul#gnavi li#gnavi05_on a{
	width:129px;
	background-image:url(../images/common/mn05_on.jpg);
	background-repeat: no-repeat;
}
/*menu06*/
#headerArea ul#gnavi li#gnavi06{
	width:117px;
	background-image:url(../images/common/mn06_off.jpg);
	background-repeat: no-repeat;
}
#headerArea ul#gnavi li#gnavi06 a{
	width:117px;
	background-image:url(../images/common/mn06_off.jpg);
	background-repeat: no-repeat;
}
#headerArea ul#gnavi li#gnavi06 a:hover{
	background-image:url(../images/common/mn06_on.jpg);
	background-repeat: no-repeat;
}
#headerArea ul#gnavi li#gnavi06_on a{
	width:117px;
	background-image:url(../images/common/mn06_on.jpg);
	background-repeat: no-repeat;
}
/*menu07*/
#headerArea ul#gnavi li#gnavi07{
	width:117px;
	background-image:url(../images/common/mn07_off.jpg);
	background-repeat: no-repeat;
}
#headerArea ul#gnavi li#gnavi07 a{
	width:117px;
	background-image:url(../images/common/mn07_off.jpg);
	background-repeat: no-repeat;
}
#headerArea ul#gnavi li#gnavi07 a:hover{
	background-image:url(../images/common/mn07_on.jpg);
	background-repeat: no-repeat;
}
#headerArea ul#gnavi li#gnavi07_on a{
	width:117px;
	background-image:url(../images/common/mn07_on.jpg);
	background-repeat: no-repeat;
}
/*menu07*/
#headerArea ul#gnavi li#gnavi08{
	width:117px;
	background-image:url(../images/common/mn08_off.jpg);
	background-repeat: no-repeat;
}
#headerArea ul#gnavi li#gnavi08 a{
	width:119px;
	background-image:url(../images/common/mn08_off.jpg);
	background-repeat: no-repeat;
}
#headerArea ul#gnavi li#gnavi08 a:hover{
	background-image:url(../images/common/mn08_on.jpg);
	background-repeat: no-repeat;
}
#headerArea ul#gnavi li#gnavi08_on a{
	width:119px;
	background-image:url(../images/common/mn08_on.jpg);
	background-repeat: no-repeat;
}

/*////////////////////////////////////////////////
パンくず設定
////////////////////////////////////////////////*/
#pan{
	width:950px;
	margin:5px auto;
	text-align:left;
	color:#999999;	
}
#pan a{
	color:#999999;
	text-decoration:underline;
}
#pan a hover{
	color:#999999;
	text-decoration:none;
}

/*////////////////////////////////////////////////
=コンテンツ設定
////////////////////////////////////////////////*/
#main{
	width:950px;
	margin:10px auto auto auto;
}
#contents_top{
	width:950px;
	margin:0 auto;
}
#information{
	width:600px;
	float:left;
	margin-top:20px;
	background:url(../images/top/info.png) no-repeat;
	padding-top:25px;
}
#info_out{
	background-image:url(../images/top/bg_info.jpg);
	padding:10px;
}
#info_in{
	background-color:#FFF;
	padding:15px;
	color:#000;
}
#btn_area{
	width:310px;
	float:right;
	margin-top:35px;
}

#btn_area img{
	margin-top:10px;
}

/*////////////////////////////////////////////////
=共通コンテンツ設定
////////////////////////////////////////////////*/
h3.title{
	width:950px;
	margin:15px auto 0px auto;
}

#contents{
	width:950px;
	margin:0 auto;
	background-color:#000;
	padding-bottom:15px;
}
#contents_outline{
	width:950px;
	margin:0 auto;
	background-color:#FFF;
	padding-top:30px;
	padding-bottom:15px;
	color:#333333
}

h3.plantitle{
	width:700px;
	margin:15px auto 0px auto;
}


#contentsplan{
	width:540px;
	margin:0 auto;
	background-color:#FFF;
}

#contentsplan1100{
	width:1100px;
	margin:0 auto;
	background-color:#FFF;

}
#contentsplan1000{
	width:1000px;
	margin:0 auto;
	background-color:#FFF;

}

#contentsplan900{
	width:900px;
	margin:0 auto;
	background-color:#FFF;
}

#contentsplan800{
	width:800px;
	margin:0 auto;
	background-color:#FFF;
}

/*makin追加*/
#contentsplan660{
	width:660px;
	margin:0 auto;
	background-color:#FFF;
}

#contentsplan640{
	width:640px;
	margin:0 auto;
	background-color:#FFF;
}


#contentsplan620{
	width:620px;
	margin:0 auto;
	background-color:#FFF;
}

#contentsplan700{
	width:720px;
	margin:0 auto;
	background-color:#FFF;
}

#contentsplan720{
	width:720px;
	margin:0 auto;
	background-color:#FFF;
}

#contentsplan750{
	width:750px;
	margin:0 auto;
	background-color:#FFF;
}


#floorplan{
	width:910px;
	margin:0 auto;
	background-color:#FFF;
}

#contentmap{
	width:950px;
	margin:0 auto;
	background-color:#FFF;
}

#contents_contact{
	width:910px;
	margin:0 auto;
	padding:20px;
	background-color:#FFF;
}
h3.title_contact{
	width:700px;
	margin:15px auto 0px auto;
}
#contents_contact{
	width:660px;
	margin:0 auto;
	padding:20px;
	background-color:#FFF;
}
.request th{
	background-color:#333;
	color:#FFF;
	text-align:left;
	width:25%;
}
.attention{
	font-weight:nomal;
	color:#930;
}
.request td{
	background-color:#F4F4F4;
}
.request td.btn_area{
	text-align:center;
	background-color:#E0DFD3;
}
.btn_space{
	text-align:center;
	margin-top:20px;
}
.outline{
	background-color:#CCC;
	margin:auto;
}
.outline th{
	background-color:#EBEBEB;
	text-align:left;
	font-weight:normal;
	color:#333333
	
}
.outline td{
	background-color:#fff;
	text-align:left;
	color:#333333
}
.boderline{
	border:1px solid #CCC;
}
strong.subttl{
	color:#673D32;
}
strong.subttl02{
	color:#293261;
	letter-spacing:0px;
	
}

.equipment{
	margin-top:5px;
	margin-left:0px;
	text-align:left;
	padding-bottom: 0px;
}

/*////////////////////////////////////////////////
=ページトップ
////////////////////////////////////////////////*/
.pagetop{
	width:910px;
	/*background:#000;*/
	/*background-color:#000;*/
	margin-top:15px;
	margin-left:15px;
	text-align:right;
}

.pagetop2{
	width:910px;
	/*background:#000;*/
	background-color:#000;
	margin-top:15px;
	margin-left:15px;
	text-align:right;
}
/*////////////////////////////////////////////////
=フッター設定
////////////////////////////////////////////////*/
#footerArea{
	width:950px;
	margin:20px auto auto auto;
	padding:20px 0;	
	position:relative;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	height:90px;
}
#footerArea a{
	color:#C6C6C6;
	text-decoration:none;
}
#footerArea a:hover{
	color:#FFF;
	text-decoration:underline;
}
#footerArea #logo{
	position:absolute;
	left:450px;
}
#footerArea #company{
	position:absolute;
	right:1px;
	color:#999;
	text-align:left;
	line-height:140%;
	width: 345px;
}
#footerArea #tel{
	position:absolute;
	left:0px;
}
#footerArea #mail{
	position:absolute;
	right:0px;
}
#copy{
	width:950px;
	margin:auto;
	padding:20px 0;
	text-align:center;
}
#copy_contact{
	width:700px;
	margin:auto;
	padding:20px 0;
	text-align:center;
}
#contents table tr td table tr td table tr td table tr td table tr td .equipment {

}
#contents table tr td table tr .txt85 p {
	padding-right: 20px;
}

.fs10{font-size:10px;}
