@charset "utf-8";

/* **************************************************
   設定
   ************************************************** */
   
* {
	margin:0px;
	padding:0px;
	font-size:1em;
}

body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	background-color: #EAE3D2;
	background-image: url(../images/common/bg_body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}


img{
	border:none;
	vertical-align:bottom;
}

/* ----------------------------------------- 
 *	clear
 * ----------------------------------------- */

.clearFix{
	zoom: 100%;
}
.clearFix:after { 
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.clear{
	clear: both;
}


/* **************************************************
   レイアウト
   ************************************************** */

#wrapper {
	width:820px;
	margin-left:auto;
	margin-right:auto;
}
#main{
	width:780px;
	padding-left: 20px;
}
.shops1 {
	font-size: 14px;
	line-height: 19.6px;
	color: #993333;
	font-weight: bold;
}
.kyodo1 {
	font-size: 12px;
	line-height: 19.6px;
	color: #cc6633;
	font-weight: bold;
}
#footer{
	width:820px;
	height:82px;
	background-image:url(../images/common/footer_bg.jpg);
	margin-top: 20px;
}
#footer img {
	margin-top: 10px;
	margin-left: 612px;
}
#footer address{
	font-style: normal;
	text-align: right;
	vertical-align: bottom;
	line-height:20px;
}
#back {
	width: 780px;
	padding-top: 20px;
	padding-left: 20px;
}
#pankuzu {
	width: 780px;
	padding-top: 0px;
	padding-left: 20px;
	font-size: 12px;
}

