@charset "UTF-8";


/* ▼▼body▼▼
---------------------------------------------*/

body {
	background: #fff;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size:75%;
	line-height:1.7;
	color:#000;
	overflow-y:scroll;
	}


/* ▼▼link▼▼
---------------------------------------------*/

a {color: #009;}
a:visited {color: #069;}
a:hover {color: #960;}


/* ▼▼other▼▼
---------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { /* for IE */
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.clear{
	clear:both;
}
.left {float:left;}
.right {float:right;}


/* ▼▼wrapper▼▼
---------------------------------------------*/


#wrapper {
	width: 100%;
	margin:0 auto;
	text-align:left;
	background: url(../images/top_back.jpg) repeat-x top;
}



/* ▼▼header▼▼
---------------------------------------------*/
#header {
	width: 962px;
	height:;
	margin:0 auto 15px;
}

#header p.top_txt {
	color: #FFF;
	font-size: 13px;
	width: 354px;
	line-height: 1.4;
	margin: 20px 0px 0px 10px;
}


#header .contact_box {
	width: 293px;
}


h1 {
	display: block;
	margin: 10px 0px 0px 0px;
}


a.top_logo {
	background: url(../images/logo.png) no-repeat;
	width: 186px;
	height: 86px;
	text-indent: -9999px;
	display: block;
}



a.contact_btn {
	background: url(../../common/images/contact_btn.png) no-repeat;
	width: 204px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	margin: 0px 0px 10px 90px;
}

a.contact_btn:hover{
	background: url(../../common/images/contact_btn_on.png);
}

	
	
.contact_box p.tel_info {
	background: url(../../common/images/tel.png) no-repeat;
	width: 293px;
	height: 47px;
	text-indent: -9999px;
}





/* ▼▼navi▼▼
---------------------------------------------*/

#navi{
	width: 960px;
	margin: 0px auto;
}

#navi li{
	float: left;
}

#navi a.navi01{
	display:block;
	width: 236px;
	height:64px;
	background: url(../images/navi_01.jpg);
	text-indent: -9999px;
	margin-right: 2px;
	margin-left: 3px;
}

#navi a.navi01:hover{
	background: url(../images/navi_01_on.jpg);
}



#navi a.navi02{
	display:block;
	width: 236px;
	height:64px;
	background: url(../images/navi_02.jpg);
	text-indent: -9999px;
	margin-right: 2px;
}

#navi a.navi02:hover{
	background: url(../images/navi_02_on.jpg);
}


#navi a.navi03{
	display:block;
	width: 236px;
	height:64px;
	background: url(../images/navi_03.jpg);
	text-indent: -9999px;
	margin-right: 2px;
}

#navi a.navi03:hover{
	background: url(../images/navi_03_on.jpg);
}




#navi a.navi04{
	display:block;
	width: 236px;
	height:64px;
	background: url(../images/navi_04.jpg);
	text-indent: -9999px;
}

#navi a.navi04:hover{
	background: url(../images/navi_04_on.jpg);
}



/* ▼▼パンくずナビ▼▼
---------------------------------------------*/
.pankuzu {
	width: 960px;
	text-align: left;
	margin: 15px auto 0px;
}






/* ▼▼container▼▼
---------------------------------------------*/

#container{
	width: 960px;
	margin: 0px auto;
	padding: 40px 0px;
}


.intro_txt {
	font-size: 15px;
	line-height: 1.5;
	margin: 0px 0px 30px 10px;
}


a.info_banner {
	background: url(../images/info_banner.jpg) no-repeat;
	width: 896px;
	height: 110px;
	margin: 0px auto;
	text-indent: -9999px;
	display: block;
	margin-top: 15px;
}

a.info_banner:hover{
	opacity:0.8;
	filter: alpha(opacity=70);
}
	


/* ▼▼footer▼▼
---------------------------------------------*/

#footer{
	width: 100%;
	margin:0 auto;
	background: #666666;
	color: #FFF;
	padding: 15px 0px;
}

#footer a {color: #FC0;}
#footer a:visited {color: #FFC;}
#footer a:hover {color: #960;}


.footer_link {
	color: #FFF;
	text-align: center;
	font-size: 14px;
}

.footer_box {
	width: 962px;
	margin: 20px auto 0px;
}

.footer_name {
	color: #FFF;
	font-size: 20px;
	line-height: 1.4;
	margin-right: 10px;
}

.footer_info {
	color: #FFF;
	font-size: 14px;
	line-height: 1.4;
	margin-left: 25px;
	margin-top: 30px;
}


.copyright {
	width: 960px;
	margin: 20px auto 0px auto;
	text-align: right;
	font-size: 13px;
}