<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;}
body {/*image preloader for eventBtn hover state:not reccomended for general purpose*/
	 background: url(pointerB.png) no-repeat -9999px -9999px #000; 
}
.img1 {	width: 806px; height:288px;	display: block;	background: top left url(img1.jpg) no-repeat ; margin:0; padding:0;}
.img2 {	width: 806px; height:288px;	display: block;	background: top left url(img2.jpg) no-repeat ; margin:0; padding:0;position: relative; overflow: visible}
.img3 {	width: 806px; height:288px;	display: block;	background: top left url(img3.jpg) no-repeat ; margin:0; padding:0;position: }
.pfName {
	display: block;
	text-align: right;
	width: 806px;
	margin: 0 auto 36px;
	font-size: 14px; 
	line-height: 22px;
}


a.eventBtn, a.tatsujinBtn {
	-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear;
}

a.tatsujinBtn {
	display:block;
	position: absolute;
	
	width: 176px;
	height: 156px;
	
top: 155px;
left: 589px;
	
	text-indent:-9999px;
	background: url(tatsujinBtn.jpg) no-repeat;
	z-index:99;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    cursor: url(pointerA.png), auto;
}
a.tatsujinBtn:active {
	cursor: url(pointerB.png), auto;
}
a.tatsujinBtn:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

#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;}</pre></body></html>