@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:425px;	display: block;	background: top left url(img1.jpg) no-repeat ; margin:0; padding:0;}
.img2 {	width: 802px; height:184px;	display: block;	background: top left url(img2.jpg) no-repeat ; margin:0; padding:0;}
.img3 {	width: 802px; height:261px;	display: block;	background: top left url(img3.jpg) no-repeat ; margin:0; padding:0;}
.img4 {	width: 802px; height:139px;	display: block;	background: top left url(img4.jpg) no-repeat ; margin:0; padding:0;}

.pfName {
display: block;
text-align: right;
width: 802px;
margin: 0 auto 20px;
font-size: 14px;
line-height: 22px;
}

#addinfo{color: #7d7d7d; font-size:14px;text-align:left;line-height:130%; margin-left:30px; width:770px;}
#addinfo span{ color: #7d7d7d; font-weight:bold;}
#addinfo a{color: #009bd0; text-decoration:none;}
#addinfo a:hover{color: #009bd0; text-decoration:none;}

img a { border:0}
img a:hover { border:0}
img{border:none;}
a{ outline:none; color: #009bd0; text-decoration:none;}
a:hover{ outline:none; color:#f34189;}
.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;}

.eventBtnOuter {text-align:left;}
a.eventBtn {margin:0;display:block;	text-indent:-9999px;width:478px;height:139px; background:top left url(eventBtn.png) no-repeat ;}
a.eventBtn:hover {background-position: 0 -139px;}

.joinBtn {
    width:300px;
    font-size:24px;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	color:#fff !important;
    background-color:#59bc00;
	margin-left:84px;
	border-radius:5px;
	box-shadow:2px 2px #bebebe;
	text-shadow:0 -1px #767676;
}

.loginBtn {
    width:300px;
    font-size:24px;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	color:#fff !important;
    background-color:#001fa2;
	border-radius:5px;
	box-shadow:2px 2px #bebebe;
	text-shadow:0 -1px #767676;
}