/*a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}*/
#wrapper {
	background: #83a7cf url(../img/index/body_bg.gif) repeat left top;
	/*background: url(../img/index/body_bg2.jpg) repeat-x center top #83a7cf;*//*追加*/
	width: 100%;
	min-width: 1370px;/*背景切れ防止*/
}
#header {
	width: 100%;
	background-color: #3a97d2;
}
h1 {
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 1.0em;
	width: 1200px;
	margin: 0 auto;
	color: #555;
}
#container {
	width: 1370px;
	height: 710px;
	margin: 0 auto;
	background: url(../img/index/indexImg.png) no-repeat center top;
}
#container .index_price {
	float: left;
	margin-top: 550px;
	margin-left: 150px;
}
#container .index_price p.index_date {
	font-size: 44px;
	font-weight: bold;
	line-height: 1.0em;
	color: #c9171e;
}
#container .index_price p.index_number {
	font-size: 70px;
	font-weight: bold;
	line-height: 1.0em;
	color: #e83093;
	margin-top: 26px;
	margin-left: -24px;
}
#container .index_button {
	float: right;
	margin-top: 525px;
	margin-right: 260px;
}
#container .index_button li {
	float: left;
	margin-left: 39px;
}
/*-------------真ん中のborder--------------*/
.border {
	width:100%;
	height: 55px;
	background: url(../img/index/border_bg.gif) repeat left top;
}
.border .border_inner {
	width: 1370px;
	margin: 0 auto;
	text-align: center;
}
.border .border_inner p {
	color: #fff;
	padding-top: 20px;
}
/*------------------------------
モバイルサイト案内
--------------------------------*/
#mobile_info {
	width: 832px;
	margin: 15px auto;
}
#notes {
	width: 752px;
	margin: 10px auto;
	background: url(../img/index/qr.gif) no-repeat 600px bottom;
}
#notes p#notes01 {
	margin-top: 10px;
	margin-bottom: 20px;
}
#notes p#qr_note {
	margin-top: 20px;
}
#notes p a:hover {
	color: #f06;
}
/*------------------------------
フッター
--------------------------------*/
#footer h3 {
	width: 960px;
	margin: 0 auto;
	line-height: 1.0em;
	padding-top: 10px;
}
#footer {
	clear: both;
	width: 100%;
	background: #dcebf0 url(../img/footer_bg.jpg) repeat-x left top;
}
#footer #footer_inner {
	width: 1370px;
	position: relative;
	margin: 0 auto;
}
/*-------------店舗リンクテーブル部分-----------------*/
#footer #footer_inner #glink_wrapper {
	padding: 7px 0 5px;
}
.glink_h2 {
	margin: 30px auto 10px;
	color: #009;
	text-align: center;
	font-size: 20px;
}
.glink_list {
	padding-bottom: 15px;
	list-style-type: none;
	text-align: center;
}
/*------------------------------*/
#footer #copyright_wrapper {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #3a97d2;
	margin-top: 15px;
}
#footer #copyright_wrapper #copyright_inner {
	width: 1370px;
	margin: 0 auto;
	text-align: center;
}
#footer p#copyright {
	font-size: 12px;
	color: #fff;
}