@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;
	background: top left url(img1.jpg) no-repeat;
}
.img1 {
	width: 802px;
	height:581px;
	display: block;
	/*background: top left url(img1.jpg) no-repeat;*/
	margin:0;
	padding:0;
}
.pfName {
	display: block;
	text-align: right;
	width: 802px;
	margin: 0 auto 36px;
	font-size: 14px;
	line-height: 22px;
}
#addinfo {
	color: #7d7d7d;
	font-size:14px;
	text-align:left;
	line-height:130%;
	margin-left:30px;
	width:770px;
	margin-bottom: 36px;
}
#addinfo a {
	color: #009bd0;
	text-decoration:none;
}
#addinfo a:hover {
	color: #009bd0;
	text-decoration:none;
}
a {
	outline:none;
	color: #009bd0;
	text-decoration:none;
}
a:hover {
	outline:none;
	color:#f34189;
}
.eventBtnOuter {
	text-align:left;
}
a.eventBtn {
	margin:0;
	display:block;
	text-indent:-9999px;
	width:400px;
	height:100px;
	background:top left url(eventBtn.png) no-repeat;
}
a.eventBtn:hover {
	background-position: 0 -100px;
}
