@charset "utf-8";
/*@import "global.css";*/
body{
	margin:0;
	background: url(../index/body_back.png) repeat-y top center;
}
#wrap{
	width:1075px;
	/*height:500px;*/
	
	margin:0 auto;
	/*border:1px solid black;*/
}
#index_container{
	background:white url(../index/back.png) repeat-x;
	width:1063px;
	height:100%;
	margin:0px auto;
	padding:5px 0 0 0;
}
h1{
	font-size:16px;
	font-weight:normal;
	letter-spacing:2px;
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
h1 span{
	line-height:1.8;
	padding-bottom:5px;
	border-bottom:1px dotted black;
}
#logo{
	text-align:center;
	margin:110px 0 100px 0;
}

#btn_area{
	text-align:center;
}

#btn_area img{
		vertical-align:middle;
}

p.exp{
	color:#555;
	font-size:13px;
	margin:10px 0 30px 0;
	text-align:center;
	vertical-align:middle;
}

img.kin18{
	margin:0 40px;
}

.border2{
	background:url("../images/castomertitle_bg.png");
	height:22px;
}

#main_customer{
	width:730px;
	margin:25px 0 25px 10px;
	overflow:hidden;
	font-family:sans-serif;
}

.main_tel,
.main_mail{
	height:110px;
	margin:15px auto;
}

.main_tel{
	width:375px;
	float:left;
	border-right:dotted 1px #cccccc;
}

.main_mail{
	width:350px;
	float:right;
}

#main_customer{
	margin:0 auto;
}

#main_customer p.tel{
	margin:7px 0 0 10px;
	padding:10px 0 0 74px;
	height:20px;
	_height:30px;
	color:#996633;
	font-size:12px;
	font-weight:bold;
	background: url(../images/tel.png) no-repeat left top ;
}

#main_customer p.mail{
	margin:7px 0 0 10px;
	padding:10px 0 0 85px;
	width:200px;
	height:20px;
	_height:30px;
	color:#996633;
	font-size:12px;
	font-weight:bold;
	background: url(../images/mail.png) no-repeat left top ;
}

#main_customer a{
	color:#22709e;
	font-weight:bold;
}
#main_customer p.tel{
	width:150px;
	margin-left:80px;
}

#main_customer p.tel_type{
	text-align:right;
	margin:0;
	padding:6px 50px 0 0;
	height:17px;
	color:#cc6666;
	font-size:14px;
}

.tel_num{
	padding:0 0 0 20px;
	color:#336699;
	font-size:16px;
	font-weight:bold;
	background: url(../images/phone.png) no-repeat left bottom ;
}

.accept{
	line-height:1.4;
	margin:5px 0 15px;
	text-align:center;
}

#copyright{
	color:#666;
	font-size:12px;
	text-align:center;
	margin:80px 0 0 0;
}


