@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	background-color:#266e68;
	color:rgb(0,0,0);
	background-image:url(../img/template/bodyBg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

img{
	border:none;
}

/*p{
	font-size:14px;
	line-height:150%;
	color:#000000;
	margin-bottom:10px;
}*/

a{
	color:#0000cc;
}

a:hover{
	color:#669900;
}

h1{
	font-size:16px;
	width:900px;
	height:120px;
	margin:0 0 10px;
	padding:0;
}

sup{
	font-size:70%;
}

/* ie6 */
* html h1{
	font-size:16px;
	width:900px;
	height:120px;
	margin:0 0 10px;
	padding:0;
}

/* ie7 */
*:first-child+html h1{
	font-size:16px;
	width:900px;
	height:120px;
	margin:0 0 10px;
	padding:0;
}


h1 strong{
	position:relative;
	z-index:-1;
}



#main-contents{
	width:900px;
	margin:0 auto;
	padding:0;
	background-color:#fff;
}

/* head */
#head{
	margin:0;
	padding:0;
	background-image:url(../img/template/headBg.png);
	background-repeat:no-repeat;
	line-height:0;
}


#head .left{
	float:left;
	width:426px;
}

#head .right{
	margin-left:728px;
}

* html #head .right{
	margin-left:725px;
}



#head .otoiawase{
	padding-top:72px;
}


#head2{
	clear:left;
	background-image:url(../img/template/head2Bg.png);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	line-height:0;
}

#head2 .key{
	float:left;
}

#head2 span{
	font-size:12px;
	line-height:200%;
	color:#fff;
	margin-left:10px;
}

#head2 .tel{
	margin-left:728px;
}

* html #head2 .tel{
	margin-left:725px;
}


/* menu */
#menu{
	width:900px;
}

div#menuControl{
	overflow:hidden;
	height:30px;
}

div#menuControl ul{
	width:900px;
	height:30px;
}

div#menuControl ul li{
	float:left;
	width:150px;
	height:30px;
	list-style-type: none;
}

div#menuControl ul li a{
	display:block;
	width:150px;
	height:30px;
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	outline:none;
}

div#menuControl ul li a:hover{
	background-position:0 100%;
}

div#menuControl ul li#menu01 a{
	background-image:url(../img/template/menu/button_top.png);
}

div#menuControl ul li#menu02 a{
	background-image:url(../img/template/menu/button_toriatukai.png);
}

div#menuControl ul li#menu03 a{
	background-image:url(../img/template/menu/button_kaisyagaiyou.png);
}

div#menuControl ul li#menu04 a{
	background-image:url(../img/template/menu/button_otoiawase.png);
}
div#menuControl ul li#menu05 a{
	background-image:url(../img/template/menu/button_sanyu.png);
}
div#menuControl ul li#menu06 a{
	background-image:url(../img/template/menu/button_usalink.png);
}

/* contents */
#contents{
	width:900px;
	margin:0 auto;
	padding:0;
}


/* main */

#main{
	height:100%;
}


*html #main{
	height:100%;
}

#main p{
	color:#000000;
	font-size:14px;
	line-height:140%;
}


#pankuzu{
	font-size:12px;
	margin-top:3px;
	margin-bottom:5px;
}

#pankuzu a{
	color:#0000ff;
}

#pankuzu a:hover{
	color:#2FB50C;
}

#maebun{
	margin-top:8px;
	margin-bottom:10px;
}

#maebun p{
	font-size:14px;
	line-height:140%;
}


/* foot */
#footLink{
	margin:10px 0;
	padding-top:10px;
	text-align:center;
	border-top:1px dashed #777;
}

#footLink li{
	margin:0 20px;
	padding:0;
	display:inline;
	list-style-type: none;
}

#footLink a{
	font-size:14px;
	margin-left:5px;
}



div#foot{
	width:900px;
	margin:0;
	padding:0;
	height:75px;
	text-align:right;
	background-image:url(../img/template/foot.jpg);
	background-repeat:no-repeat;
}

div#foot p{
	font-size:10px;
	line-height:125px;
	color:#FFFFFF;
	margin:0 10px 0 0;
	padding:0;
}

/* ie6 */
* html div#foot p{
	line-height:1em;
	padding-top:58px;
}



div#mapArea{
	text-align:center;
	padding:10px 0;
	background-color:#DBE3FF;
}

div#mapArea .area{
	text-align:left;
	background-color:#fff;
	margin:10px 40px;
	padding:10px;
}

div#mapArea .area p{
	font-size:12px;
	line-height:140%;
	color:#666;
}

div#mapArea .yArea{
	padding-bottom:5px;
	border-bottom:1px dashed #999;
	margin-bottom:5px;
}

div#mapArea h3{
	color:rgb(15,150,62);
	font-size:18px;
	margin:0;
	border-bottom:1px solid rgb(214,214,214);
	height: 20px;
}

