@charset "EUC-JP";
/*
このスタイルを基本レイアウトとして使います。
どのページに関しても同じレイアウトを使う場合、こちらを変更します。
*/
/*tag*/
* {
  margin: 0;
  font-size: 1em;
  font-style: normal;
  text-decoration: none;
  line-height:100%;
}/*これらはブラウザ毎で違うスタイル指定をある程度合わせています*/

body{
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", "sans-serif", Osaka; color: #704F43;
	padding:0;
	margin: 0;
	text-align: center;
	background: #FFFFFF;
	font-size:12px;
  scrollbar-face-color: #FFFFFF;       /* 表面の色 */
  scrollbar-3dlight-color: #704F43;    /* 左端と上端の色 */
  scrollbar-highlight-color: #FFFFFF;  /* ハイライトの色 */
  scrollbar-shadow-color: #FFFFFF;     /* 影の色 */
  scrollbar-darkshadow-color: #704F43; /* 右端と下端 */
  scrollbar-arrow-color: #704F43;      /* 矢印の色 */
  scrollbar-track-color: #FFFFFF;      /* バーの背景の色 */

}/*全体に対しての指定*/

br {
	clear: both;
  line-height:100%;
}/*float_clear　フロートを使った場合はクリアしないとレイアウトが崩れますから、必須*/

hr {
	clear: both;
	display: none;
}

h1,h2,h3,h4,h5,h6,p {
	margin-top: 0;
	margin-bottom: 0;
}

p {
  line-height:152%;
}

ul,ol,li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

dl,dt,dd {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
	border:none;
}
img.middle {
	vertical-align: middle;
}
img.top {
	vertical-align: top;
}
img.bottom {
	vertical-align: bottom;
}

.sup {
  font-size: 9px;
}
.float-center {
	margin-left: auto;
	margin-right: auto;
}
.center {
	text-align: center;
}

/*linkcolor*/
a:link {
	color: #704F43;
	text-decoration: none;
}
a:visited {
	color: #704F43;
	text-decoration: none;
}
a:hover {
	color: #993366;
	text-decoration: underline;
}

.main_right_shop a:link {
	font-size:11px;
	color:#663300;
	font-weight: bold;
	line-height: 140%;
	text-decoration:underline;color:"#663300"
}
.main_right_shop a:visited {
	font-size:11px;
	color:#663300;
	font-weight: bold;
	line-height: 140%;
	text-decoration:underline;color:"#663300"
}
.main_right_shop a:hover {
	font-size:11px;
	color:#663300;
	font-weight: bold;
	line-height: 140%;
	text-decoration:underline;color:"#993366"
}	
.main_bbs a:link {
	font-size:11px;
	color:#663300;
	line-height: 140%;
	text-decoration:underline;color:"#663300"
}
.main_bbs a:visited {
	font-size:11px;
	color:#663300;
	line-height: 140%;
	text-decoration:underline;color:"#663300"
}
.main_bbs a:hover {
	font-size:11px;
	color:#663300;
	line-height: 140%;
	text-decoration:underline;color:"#993366"
}	

/*fontcolor*/
.point {
	color: #704F43;
}
/*fontsize*/
.caption {
  font-size: 10px;
  line-height: 140%;
}
/* プリント */
.print-area {
	margin-left: auto;
	margin-right: auto;
	width: 740px;
  }
.content_waku_p {
	text-align: left;
	border-right: solid #DCD7D3 20px;
	border-bottom: solid #DCD7D3 20px;
	border-left: solid #DCD7D3 20px;
	padding: 10px 0 20px 50px;
	margin: 0 0 10px 0;
	width: 650px;
  }
h3.print {
	width: 720px;
	background-color: #DCD7D3;
	padding: 10px 0 10px 20px;
	color: #330000;
	font-size: 16px;
	line-height: 140%;
	font-weight: bold;
	text-align: left;
	margin: 0;
}
table.coupun-line {
	margin-bottom: 20px;
}
table.coupun-line td {
	border-bottom: solid #FCCCB8 1px;
	padding: 7px 0 7px 0;
	text-align: left;
	line-height: 150%;
}
.coupon_area {
	width: 450px;
	margin: 0 0 20px 75px;
}
table.detail {
	margin: 5px 0 20px 0;
	border-top: solid #FCCCB8 1px;
	border-right: solid #FCCCB8 1px;
}
table.detail th {
	background-color: #FEF8F5;
	border-bottom: solid #FCCCB8 1px;
	border-left: solid #FCCCB8 1px;
	padding: 3px 5px;
	text-align: left;
	line-height: 150%;
	font-weight: normal;
	width: 20%;
}
table.detail td {
	border-bottom: solid #FCCCB8 1px;
	border-left: solid #FCCCB8 1px;
	padding: 3px 5px;
	text-align: left;
	line-height: 150%;
	width: 80%;
}
.coupon-caption {
	padding-top: 3px;
}
.btn-close {
	margin-top: 25px;
}
/* 口コミ */
.waku-640 {
	width: 640px;
	border: solid #DAC7C0 1px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align: left;
	line-height: 140%;
	font-size: 11px;
}
/* 設置店一覧 */
.waku-640_seti {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 180%;
	font-size: 12px;
}
.waku-640_seti ul {
	width: 640px;
	margin-bottom: 3px;
}
.waku-640_seti li {
	display: inline;
	padding-left: 18px;
	background: url(../img/navigation/navi_arrow_brown1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 16px;
	padding-right: 5px;
}
.waku_sitemapttl {
  font-size: 16px;
	color:#990066;
	text-align: left;
	line-height: 20px;
	font-weight: bold;
}
.waku_sitemap {
	text-align: left;
	line-height: 15px;
	font-weight: bold;
}

/* 掲示板 */
.bbs-ttl {
	width: 705px;
	background-color: #FAECE7;
	line-height: 140%;
	margin: 20px 0px 20px 0;
	padding: 7px 10px;
	font-weight: bold;
}
table.bbs {
	width: 705px;
	margin: 15px 0 15px 0;
	border-top: dashed #DAC7C0 1px;
}
table.bbs td {
	padding: 5px 3px 5px 3px;
	border-bottom: dashed #DAC7C0 1px;
}
table.bbs td.date {
	width: 100px;
	white-space: nowrap;
	text-align: left;
}
table.bbs td.icon {
	width: 30px;
}
table.bbs td.thema {
	width: 441px;
	text-align: left;
}
table.bbs td.time {
	width: 110px;
	text-align: left;
	white-space: nowrap;
}

.bbs-thema-ttl {
	width: 705px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	margin-bottom: 0px;
	padding: 4px 0px 2px 0px;
	font-size: 16px;
	line-height: 140%;
	font-weight: bold;
	text-align: left;
	color: #000000;
}
.contribute {
	width: 685px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	text-align: left;
	padding: 8px 10px;
}
.contribute .name {
	color:#CC3300;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	padding-right: 20px;
}
.contribute .date {
	display: inline;
	padding-right: 20px;
}
.contribute .mail {
	display: inline;
}
.contribute .txt {
	padding-top: 10px;
}
.reply {
	width: 695px;
	border-bottom: dashed #DAC7C0 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
	padding-bottom: 15px;
}
.reply .name {
	color:#CC3300;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	padding-right: 20px;
}
.reply .date {
	display: inline;
	padding-right: 20px;
}
.reply .mail {
	display: inline;
}
.reply .txt {
	padding-top: 10px;
}
/* トピックス一覧 */
.topic {
	margin: 5px 0px;
  width: 705px;
}
.topic img {
	padding-right: 7px;
}
.topic .ttl {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 8px;
}
.topic .txt {
	font-size: 11px;
	line-height: 140%;
	text-align: left;
}
.topic-ttl {
	width: 705px;
	background-color: #FAECE7;
	line-height: 140%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 7px 10px;
	font-weight: bold;
	text-align: center;
}
.right {
	text-align: right;
	padding-top: 5px;
}
/* トップ */
.main-right-top{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 1px;
	padding-bottom:5px;
}
/* 掲示板ガイドライン */
dl.guide {
	width: 710px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	text-align: left;
}
dl.guide dt {
	font-weight: bold;
	padding-bottom: 8px;
	font-size: 14px;
	color: #990066;
}
dl.guide dt p.date {
	padding-top: 10px;
}
dl.guide dd {
	line-height: 16px;
	margin-bottom: 20px;
}
dl.guide dd table td {
	padding-bottom: 2px;
	line-height: 16px;
}
dl.guide dd table td.contact {
	padding: 3px 0 7px 0;
	font-weight: bold;
}
dl.guide dd dl {
	margin-top: 15px;
	padding-left: 10px;
}
dl.guide dd dt {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 12px;
	color: #704F43;
}
dl.guide dd dd {
	margin-bottom: 15px;
}
dl.guide dd dd ul {
	margin-top: 5px;
}
dl.guide dd dd li {
	line-height: 16px;
}
/* 会社概要 */
table.company {
	border-right: solid #DAC7C0 1px;
	border-top: solid #DAC7C0 1px;
}
table.company th {
	background-color: #F2ECEA;
	border-left: solid #DAC7C0 1px;
	border-bottom: solid #DAC7C0 1px;
	padding: 10px;
	text-align: left;
}
table.company td {
	text-align: left;
	border-left: solid #DAC7C0 1px;
	border-bottom: solid #DAC7C0 1px;
	padding: 10px;
}
/* メンバー規約 */
table.rule-t td{
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}
.member-ttl{
	color: #990066;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 10px 0 5px 0;
}
p.date {
	padding-top: 10px;
	text-align: left;
	padding-left: 37px;
}
/* 広告掲載について */
table.ad {
	margin: 3px 0 0px 0;
	border-top: solid #FFFFFF 2px;
	border-left: solid #FFFFFF 2px;
}
table.ad th {
	padding: 7px 10px;
	border-bottom: solid #FFFFFF 2px;
	border-right: solid #FFFFFF 2px;
	background-color: #D7AECA;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
}
table.ad td {
	padding: 7px 10px;
	border-bottom: solid #FFFFFF 2px;
	border-right: solid #FFFFFF 2px;
	background-color: #F7F2F0;
	line-height: 18px;
	text-align: center;
}
table.ad td.txtleft {
	text-align: left;
}
table.ad td.left {
	background-color: #F8E8B1;
	font-weight: bold;
	text-align: left;
}
h2.ad-plan {
	font-weight: bold;
	font-size: 14px;
	border-left: solid #990066 5px;
	margin-left: 70px;
	padding-left: 7px;
	line-height: 20px;
}
table.ad-contact {
	border: solid #990066 1px;
}
table.ad-contact th {
	padding: 5px 10px;
	background-color: #990066;
	color: #FFFFFF;
}
table.ad-contact td {
	padding: 10px 20px 10px 5px;
	background-color: #FFFFFF;
}
table.ad-contact td table td {
	padding: 0;
	line-height: 16px;
}
table.ad-contact .name {
	padding: 0;
	color: #990066;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
}
table.ad-contact .address {
	border-top: solid #990066 1px;
	margin-top: 5px;
	padding-top: 5px;
}
img.number {
	margin: 5px;
}

