@charset "utf-8";


	

/* ========================================================== */
/*  SHOP-page　　                                             */
/* ---------------------------------------------------------- */
#contents {
	margin: 0px auto;
	width: 640px;
	background-color: #FFFFFF;
	}
.shop_map-img {
	margin: 10px 0px;
	width: 640px;
	text-align: center;
	}
.shop_map-text {
	font-size:12px;
	line-height:18px;
	color: #666666;
	width: 550px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}

.shop_coupone-waku {
	margin: 10px auto;
	border: 1px solid #723829;
	padding: 10px;
	width: 530px;
	font-size:12px;
	line-height:18px;
	color: #666666;
	}
.shop_coupone-title {
	font-size:14px;
	line-height:18px;
	color: #990000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #993300;
	border-bottom-color: #993300;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	}


/* ========================================================== */
/*  body                                                      */
/* ---------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background-repeat:repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}


/*　初期化
----------------------------------------------- */
h1,h2,h3,h4,h5,h6,form {
	margin: 0px;
	padding:0px;
	font-weight: normal;
	font-size:12px;
	line-height:18px;
	color: #333333;
	}
	
img {
	border: none;
	}

.clear {
	clear: both;
	}

	
/*　文字設定
----------------------------------------------- */

p	{
	font-size:12px;
	line-height:18px;
	margin:0 0 10px 0;
	color: #333333;
	}	
	

.txt14 {
	font-size: 14px;
	}
	
		
.font-red	{
	color:#990000;
	}	
	
	
/*　リンク設定
----------------------------------------------- */
a:link,a:visited {
	color: #74120C;
	text-decoration:underline;
	}
a:hover,a:active {
	color: #74120C;
	text-decoration:none;
	overflow: hidden;
	}

