@charset "utf-8";
/* CSS Document */


/* 基本
---------------------------------------------*/
body {
	background-color: #FFF;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	background-position: top;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
} 


#wrapper {
	width: 825px;
	margin: 0 auto;
	height: 100%;
	min-height:100%;
}



a {
	color: #660000;
	text-decoration: underline;
}
a:visited {
	color: #660000;
}
a:hover,
a:focus {
	color: #993333;
	text-decoration: underline;
}
a:active {
	color: #B16060;
	text-decoration: underline;
}




#wrapper p{
	padding-top: 10px;
	padding-bottom: 10px;
}


#wrapper .map{
	margin-top: 35px;
	padding-left: 10px;
}


#wrapper .map img{
	float: left;
}

#wrapper .map .map_txt{
	margin-top: 190px;
	margin-left: 25px;
}


.logo
 {
	margin-top: 10px;
} 

.copyright
 {
	margin-top: 20px;
	margin-bottom: 15px;
} 

.coupon img{
	margin-bottom: 1px;
	margin-right: 1px;
	float: left;
} 



/* その他要素
---------------------------------------------*/

.clearboth
 {
clear:both;
}



.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
