@charset "utf-8";
/* CSS Document */

/*
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0px;
	text-align: left;
	background: url(../img/body_bg.jpg) repeat-y top center;
}

ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}


a img {
	border: none;
}


h2 {
	width: auto;
	height: 33px;
}

h3 {
	font-size: 10pt;
	text-align: right;
	margin: 0px;
	color: #FFFFFF;
}
*/

/* --- index ------------------------------------------------------------ */
#index_cont {
width: 100%;
margin-top: 0;
min-height: 90%;
height: auto;
}

#wrapper {

}

/*index 看板上のタイトル*/
#head_index_title {
	height: 30px;
	top: -1px;
	padding-top: 10px;
	background: url(../img/title_bg.gif);
	background-position: bottom;
	position: relative;
}

#head_index_title h3 {
	width: 980px;
	margin: 5px auto 0px;
	text-align: center;
}

#contents {
margin: 0;
padding: 0;
min-height: 500px;
padding-top: 100px;
/* background-image: url(../img/index_img.jpg); */
position: relative;
border-radius: 20px;
margin-top: 123px;
}

/* index_space */
#index_space {
	width: 100%;
	height: 350px;
}

#index_cont .notece {
	width: 600px;
	margin: auto;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	line-height: 1.6;
}

#enter {
text-align: center;
top: 567px;
right: 487px;
margin-top: 598px;
margin-bottom: -140px;
margin-left: -13px;
}


#enter ul {
}

#enter ul li {
	margin: 0 10px;
	display: inline;
}

.index_text {
	position: absolute;
	top: 465px;
}


#index_bnr {
	width: 650px;
	height: auto;
	margin: 20px auto;
	text-align: center;
	background: none;
}

.index_bnr_box_01,
.index_bnr_box_02 {
	width: auto;
	margin: 0 auto 0 auto;
	text-align: center;
	clear: both;
}

.index_bnr_box_01 ul {
	margin: 0 2px 0 2px;
	border: none;
	text-align: center;
	display: inline;
}

.index_bnr_box_02 ul {
	width: 90px;
	margin: 0 2px 0 2px;
	border: none;
	text-align: center;
	display: inline;
}

.index_bnr_box_01 li,
.index_bnr_box_02 li {
	display: inline;
}

.index_bnr_box_01 li img,
.index_bnr_box_02 li img {
	margin-top: 3px;
	padding: 0;
}

.index_bnr_box_01 li.shop_name,
.index_bnr_box_02 li.shop_name {
	font-size: 11px;
}

.index_bnr_box_01 li.shop_name a,
.index_bnr_box_02 li.shop_name a {
	color: #444;
	text-decoration: none;
}

.index_bnr_box_01 li.shop_name a:hover,
.index_bnr_box_02 li.shop_name a:hover {
	text-decoration: underline;
}
#foot {
width: 100%;
height: 42px;
clear: both;
background: url(../img/bg_2.jpg);
padding-top: 12px;
color: #fff;
margin-top: 171px;
}
#foot p
{
	text-align: center;
}

#enter a:hover {
	opacity: 0.7;
}