@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:806px;
	margin:0 auto;
	padding:0;
	background-color:#FFF;
	position: relative;
	
}
.date {
	width: 90px;
	height: 90px;
	font-size: 17px;
	font-weight: bold;
	line-height: 90px;
	background-color: #ffff33;
	color: #990000;
	-webkit-border-radius: 45px 45px 45px 45px;
	border-radius: 45px 45px 45px 45px;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.8);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.8);
	position: absolute;
 	top: 382px;
 	right: 514px;
 	text-align: center;
}
.img1 {
	width: 806px;
	height:339px;
	display: block;
	/*background: top left url(img1.jpg) no-repeat;*/
	margin:0;
	padding:0;
	background: top left url(img1.jpg) no-repeat;
	text-indent: -9999px;
}
.img2 {
	width: 806px;
	height:335px;
	display: block;
	/*background: top left url(img1.jpg) no-repeat;*/
	margin:0;
	padding:0;
	background: top left url(img2.jpg) no-repeat;
}
.pfName {
	display: block;
	text-align: right;
	width: 806px;
	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 {
	position:absolute;
	  left: 262px;
 top: 496px;
}
a.eventBtn {
	margin:0;
	display:block;
	text-indent:-9999px;
	width:282px;
	height:139px;
	background:top left url(eventBtn.png) no-repeat;

	-moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
a.eventBtn:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    opacity: 0.75
}
