@charset "utf-8";
/* CSS Document */
html{
	height:100%;
	overflow-y:scroll;
}
*{
	margin:0;
	padding:0;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	zoom:1;
}
.clear{
	clear:both;
}
.mgbottom3{
	padding-top:3px;
}
.mgbottom5{
	padding-top:5px;
}

.mgbottom10{
	padding-top:10px;
}
.mgbottom15{
	padding-top:15px;
}
.mgbottom20{
	padding-top:20px;
}
.mgbottom30{
	padding-top:30px;
}
.mgbottom40{
	padding-top:40px;
}
.mgbottom45{
	padding-top:45px;
}
.mgbottom70{
	padding-top:70px;
}


body{
	background-image:url(../images/bg_01.jpg);
	background-repeat:repeat;
	background-color:#FFF;
	height:100%;
	color:#444444;
	font-size:14px;
}
a{
	text-decoration:none;
	color:#000;
}
a:hover{
	text-decoration:underline;
}
a img.css-hover{ 
opacity:1.0; 
filter: alpha(opacity=100); 
    -ms-filter: "alpha(opacity=100)"; /* IE8 */
} 
a:hover img.css-hover{ 
opacity:0.6; 
filter: alpha(opacity=60); 
    -ms-filter: "alpha(opacity=75)"; /* IE8 */
}


/*---------------------------------共通項目---------------------------*/

.logo{
	float:left;
	width:72px;
	height:70px;
	margin:36px 30px 0 62px;
	
}
.h2Box{
	font-family:"HGP明朝B","MS PMincho","ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "Hiragino Mincho Pro", serif;
	background-image: url(../images/h2_img.jpg);
	background-repeat: no-repeat;
	background-position:left 1px;
	font-size: 18px;
	padding-top: 0px;
	padding-left: 25px;
	color:#444444;
	font-weight:bold;
}
#wrap{
	width:1000px;
	background-color:#FFF;
	margin:0 auto;
}
#contWrap{
	width:1012px;
	clear:both;
	margin:0 auto;
}
#cont{
	width:833px;
	float:right;
}

#footer{
	background-color:#0F1C2F;
	width:100%;
	color:#FFF;
	margin-top:60px;
	font-size:13px;
	padding:16px 0 14px 0;
}
#footerOn{
	width:1000px;
	margin:0 auto;
}
#footerSub{
	background-color:#0F1C2F;
	width:100%;
	color:#FFF;
	font-size:13px;
	padding:16px 0 14px 0;
}
#footerOnSub{
	width:1000px;
	margin:0 auto;
}
#footer a{
	text-decoration:none;
	color:#fff;
}
#footer a:hover{
	text-decoration:underline;
}

#footerSub a{
	text-decoration:none;
	color:#fff;
}
#footerSub a:hover{
	text-decoration:underline;
}

/*---------------------------------navi---------------------------*/
.navi{
	clear:both;
	width:1012px;
	height:65px;
	margin:30px auto;
}
.navi img{
	float:left;
}
.naviSub{
	width: 641px;
	height: 31px;
	float: right;
	margin-right: 20px;
	padding: 25px 0 18px 146px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
.naviSub img{
	float:left;
}
/*---------------------------------navi↑---------------------------*/




.slideshow{
	margin:0 auto;
	width:1100px;
}

#slideshow, #slideshow2 {
	position: relative;
	width: 1100px;
	height: 367px;
	overflow: hidden;
}
#slideshow img, #slideshow2 img {
	position: absolute;
	left: 0;
	top: 0;
	width: 1100px;
	height: 367px;
}

.conBox{
	background-color:#FFF;
	border:2px solid #CCCCCC;
	padding:12px;
}
.topCon{
	width:640px;
	float:left;
	height:177px;
	overflow-y:scroll;
}
.topInfo{
	width:282px;
	height:177px;
	float:right;
	margin-right:6px;
}
.conSub{
	width:774px;
	float:right;
	padding-right:20px;
}
.cpt_txt{
	font-size:15px;
	color:#444;
	font-weight:100;
	font-family:"HGP明朝B","MS PMincho","ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "Hiragino Mincho Pro", serif;
	line-height:160%;
	margin-bottom:26px;
	padding-left:20px;
	padding-right:18px;
}
.menu_txt{
	font-size: 15px;
	color: #444;
	font-weight: 100;
	font-family: "HGP明朝B","MS PMincho","ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "Hiragino Mincho Pro", serif;
	line-height: 160%;
	margin-bottom: 26px;
}
.txtWrap{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	padding:12px 12px 0 26px;
}
.mapBox{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	padding-top:30px;
	margin-bottom:40px;
}
.acBox{
	width:532px;
	height:179px;
	background-color:#DDD;
	padding:12px;
	margin:0 auto 40px;
	font-size:14px;
	font-weight:100;
	position:relative;
}
.acBox p{
		font-family: "HGP明朝B","MS PMincho","ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "Hiragino Mincho Pro", serif;
}

.qrcode{
	position:absolute;
	right:10px;
	top:48px;
}

.mailBox{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	padding-top:30px;
	margin-bottom:40px;
}
.contact{
	padding:25px;
	margin:0 auto;
	width:656px;
	background-image:url(../images/bg_02.jpg);
	-webkit-box-shadow: 2px 3px 6px rgba(0,0,0,0.26);
-moz-box-shadow: 2px 3px 6px rgba(0,0,0,0.26);
box-shadow: 2px 3px 6px rgba(0,0,0,0.26);
}
.mailList{
	width:180px;
	float:left;
}
.contact_line{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bbb;
	border-bottom-color: #bbb;
	padding-top:15px;
	padding-bottom:25px;
	margin-bottom:25px;
}