@charset "utf-8"; 

/** ページごとに違うのはなるべくここに置く **/

/*PLESE DO NOT RESET CSS AT THIS LEVEL. The Rest is done at global.css level, doing this can break component.
Please contain reset scope within the contents of the page*/
/*
*{font-family: verdana ,MS UI Gothic, arial, ＭＳ Ｐゴシック, sans-serif,Osaka‐等幅;} 
body{padding:0px; margin:0; font-size:12px; background-color:#000; line-height:20px; color:#252525;}
*/

#wrap{width:802px; margin:0 auto; padding:0; background-color:#FFF;}

.img1 {	width: 802px; height:320px;	display: block;	background: top left url(img1.jpg) no-repeat ; margin:0; padding:0;}
.img2 {	width: 802px; height:320px;	display: block;	background: top left url(img2.jpg) no-repeat ; margin:0; padding:0;position: relative;}
.img3 {	width: 802px; height:320px;	display: block;	background: top left url(img3.jpg) no-repeat ; margin:0 auto; padding:0;position: relative;}

.pfName {
display: block;
text-align: right;
width: 802px;
margin: 0 auto 36px;
font-size: 14px;
line-height: 22px;
}
a.eventBtn, a.vipBtn {
	-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear;
}

a.eventBtn {
	display:block;
	position: absolute;
	width: 354px;
	height: 128px;
	top: -27px;
	left: 406px;
	text-indent:-9999px;
	background: url(eventBtn.png) no-repeat;
}

a.mileageTxt {
	display:block;
	position: absolute;
	width: 98px;
	height: 19px;
	top: -31px;
	left: 170px;
	text-indent:-9999px;
	background: url(mileageTxt.png) no-repeat;
}

a.mileageTxt:hover {
	background-position: 0 -18px;
}

a.vipBtn {
	display:block;
	position: absolute;
	width: 199px;
	height: 51px;
	top: 6px;
	left: 590px;
	text-indent:-9999px;
	background: url(vipBtn.png) no-repeat;
}

a.eventBtn:hover, a.vipBtn:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7
}

#addinfo{color: #512C1A; font-size:14px;text-align:left;line-height:130%; margin-left:30px; width:770px; margin-bottom: 36px;}
#addinfo span{ color: #512C1A; font-weight:bold;}
#addinfo a{color: #ed145b; text-decoration:none;}
#addinfo a:hover{color: #00bff3; text-decoration:none;}




img a { border:0}
img a:hover { border:0}
.icons { padding: 298px 255px 0px 0px; margin:0px; float:right; }



img{border:none;}
a{ outline:none;}
a:hover{ outline:none;}
.end{ clear:both; margin:0; padding:0;}
.home { margin:0; padding:5px 10px 0 0;}
.clear { margin:0px; padding:0px; clear:both; width:100%; font-size:1px;}
.spacer {display:block; height:1px;}