@charset "utf-8";
a {
	color: #412206;
	text-decoration: none;
}
a:hover {
	color: #900;
}


#contents {
	clear: both;
}
/* CSS Document */

/*----------------------------------
◆メインビジュアル
-----------------------------------*/
#contents #mainVisual {
	margin-bottom: 18px;
	background: url(../images/bg_main.jpg) no-repeat;
	padding: 12px 13px 33px;
	position: relative;
}
#contents #mainVisual #event_up {
	position: absolute;
	top: 5px;
	left: 5px;
}
#contents #mainVisual #event_down {
	position: absolute;
	top: 278px;
	left: 867px;
}

/*----------------------------------
◆カテゴリー
-----------------------------------*/
#contents .cont_menu{
	width: 1005px;
	margin-left: 8px;
	margin-right: -36px;
}
#contents .cont_menu dl {
	float: left;
	width: 293px;
	margin-bottom: 45px;
	margin-right: 42px;
	position: relative;
}
#contents .cont_menu .clear {
	clear: left;
}
#contents .cont_menu dl dt {
	background: url(../images/item_shadow.gif) no-repeat;
	height: 163px;
	width: 293px;
}
#contents .cont_menu dl dt a:hover img {
	opacity: 0.8;
	filter: Alpha(Opacity=0.8);
}
#contents .cont_menu dl dd h2 {
	border-left: 4px solid #412206;
	margin-top: 14px;
	margin-bottom: 10px;
	font-size: 130%;
	color: #412206;
	padding-left: 10px;
}
#contents .cont_menu dl dd h2 .ttl {
	font-size: 160%;
	font-family: Arial, Helvetica, sans-serif;
}
#contents .cont_menu dl dd p {
	font-size: 120%;
	line-height: 1.6;
}
#contents .cont_menu dl dd p + p {
	text-align: center;
	display: block;
	float: right;
	margin-top:15px;
}
#contents .cont_menu dl dd p + p a {
	color: #412206;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #412206;
}
#contents .cont_menu dl dd p + p a:hover {
	color: #FFF;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #412206;
	background: #412206;
}
/*----------------------------------
◆トピックス
-----------------------------------*/
#contents #topics {
	clear: both;
	width: 625px;
	float: left;
	margin-left: 8px;
	margin-bottom: 70px;
}
#contents #topics dl {
	font-size: 120%;
	line-height: 1.6;
	margin-top: 20px;
}
#contents #topics dl dt {
	color: #630;
	float: left;
	clear: left;
	width: 8em;
	padding-left: 1em;
	background: url(../images/arrow_topics.gif) no-repeat left center;
	margin-left: 1em;
}
#contents #topics dl dd {
	color: #412206;
	border-bottom: 1px dotted #bfa88f;
	padding-left: 10em;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
/*----------------------------------
◆ショップインフォメーション
-----------------------------------*/
#contents #shopinfo {
	float: right;
	margin-right: 5px;
	margin-bottom: 70px;
	padding-bottom: 15px;
	background: #000 url(../images/bg_shopinfo2.jpg) repeat-y;
	width: 293px;
	position: relative;
}
#contents #shopinfo:after {
	content: "";
	background: url(../images/bg_shopinfo3.jpg) no-repeat;
	display: block;
	width: 293px;
	height: 24px;
	position: absolute;
	bottom: -24px;
}
#contents #shopinfo h2 {
	padding: 39px 39px 60px 37px;
	background: url(../images/bg_shopinfo1.jpg);
}
#contents #shopinfo dl {
	color: #FFF;
	width: 217px;
	margin: -40px auto 0;
}
#contents #shopinfo dl + dl {
	border-top: solid 1px #FFF;
	padding-top: 10px;
	margin-top: 15px;
}
#contents #shopinfo dl dt {
	font-size: 150%;
	margin-bottom: 10px;
}
#contents #shopinfo dl .tel {
	font-size: 300%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	word-break: break-all;
}
#contents #shopinfo dl .mail {
	color: #FFF;
	font-size: 165%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	word-break: break-all;
}
#contents #shopinfo dl .tf {
	font-size: 100%;
	line-height: 0px;
}
#contents #shopinfo dl dd {
	font-size: 120%;
	line-height: 1.6;
}
