@charset "UTF-8";
/* CSS Document */

* {margin: 0; padding: 0;}
img { border: 0;}
li {
	list-style: none;
}


body {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
	font-size: 12px;
	color: #333333;
}

.clear{
}

.wrap{
}

.in{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#head{
	height: 125px;
}

h1{
	font-size: 12px;
	position: absolute;
	top: 8px;
}

#head_logo{
	position: absolute;
	top: 35px;
}

#banner1{
	position: absolute;
	left: 472px;
	top: 7px;
}

#banner2{
	position: absolute;
	left: 614px;
	top: 7px;
}

#banner2txt{
	position: absolute;
	font-size: 10px;
	line-height: 1.2em;
	top: 9px;
	right: 2px;
	width: 230px;
	height: 39px;
}

#head_tel{
	position: absolute;
	top: 74px;
	right: 0px;
}

#contact{
}

#contact_in{
	background-color: #FFFFFF;
}

#contact_tbl{
	margin-left: 280px;
	font-size: 16px;
	margin-bottom: 30px;
}

#contact_tbl th{
	font-weight: normal;
	padding: 6px;
	text-align: left;
}

#contact_tbl td{
	padding: 6px;
}

#foot{
	padding-top: 3px;
	padding-bottom: 3px;
}

#foot a{
	text-decoration: none;
	color: #333333;
}

#foot a:hover{
	color: #333333;
	text-decoration: underline;
}

#foot_l{
	float: left;
}

#foot_r{
	float: right;
	font-size: 10px;
}

.red {color: #FF0000}

#submitbtn{
	border: 0px;
	width: 230px;
	height: 55px;
	background: url(../img/contact_btn.png) left top no-repeat;
}

.float_l {
	float: left;
	}

.clear_box{
	clear:both;
    overflow: hidden;
}

.area_box {

	//padding-left:20px;
	//padding-right:20px;
	background-color:#FFF;
	

	}

.area_box_shop{
	width:474px;
	height:308px;
	margin-bottom:20px;
	border: 1px solid #DADF00;

	}

.area_box_shop_title {
	background-image:url(../img/6_2_shop_title.jpg);
	background-repeat:no-repeat;
	color:#FFF;
	font-size:16px;
	height:30px;
	padding-top:5px;
	padding-left:10px;
	
	
	}

