@charset "utf-8";
/* CSS Document */

a, a:visited, a:active {
	color: #766a63;
	text-decoration:underline;
}
a:hover {
	color: #766a63;
	text-decoration:none;
}
#conteiner {
	width: 700px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #766a63;
}
#conteiner iframe {
	width: 700px;
	margin-bottom: 100px;
}
#oomidashi {
	width: 100%;
	height: 137px;
	margin-bottom: 50px;
	font-weight: bold;
	overflow: hidden;
}
#oomidashi_img {
	width: 260px;
	float: left;
}
#oomidashi_txt {
	width: 400px;
	margin-left: 40px;
	float: left;
}
#eventNaviBtn{
	width: 660px;
	margin: 0 auto 50px auto;
	text-align: center;
	overflow: hidden;
}
#eventNaviBtn p{
	font-size: 15px;
	font-weight: bold;
}
.eventNaviBtnBig {
	width: 638px;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 20px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #766a63;
	float: left;
}
.eventNaviBtnCell {
	width: 188px;
	margin: 0 15px 15px 0;
	padding: 5px 10px;
	border: 1px solid #766a63;
	font-size: 12px;
	text-align: center;
	border-radius: 5px;
	float: left;
}
#eventNaviBtn a:hover .eventNaviBtnBig,
#eventNaviBtn a:hover .eventNaviBtnCell {
	background: #766a63;
	color: white;
	text-decoration: underline;
}

.chumidashi {
	width: 664px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 10px;
	border-top: 1px solid #766a63;
	border-right: 1px solid #766a63;
	border-bottom: 1px solid #766a63;
	border-left: 15px solid #766a63;
	font-weight: bold;
	color: #766a63;
	font-size: 26px;
	margin-bottom: 30px;
}
.contents {
	width: 660px;
	margin-left: 20px;
}
.komidashi {
	width: 640px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 10px;
	background-color: #D8664E;
	font-weight: bold;
	color: white;
}
.komidashi span.brand {
	font-size: 22px;
}
.banner {
	width: 658px;
	margin-bottom: 50px;
	border: 1px solid #ababab;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.banner img {
	width: 100%;
	border: 0;
}
.banner a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.pickUp {
	width: 100%;
	border: 0;
}
.returnTop{
	width: 100%;
	text-align: right;
	margin-top: -30px;
}
