<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";

#bgb {
	width:273px;
	margin:10px 0 10px;
	float:left;
	padding:10px;
	background-color: #dcdcdc;
	color:#000000;
	font-size: 11px;
}
#event #event_table p {
    font-weight: bold;
    color: #009AE2;
    margin: 0 auto 0;
    padding-bottom: 1px;
    text-align: left;
    font-size: 15px;
   /* background: url('../../img/event_underline.png') repeat-x scroll 0px 25px transparent;*/
}
#event dl {
    margin: 0px auto 15px;
    font-size: 12px;
}
#event dl dt {
    float: left;
    width: 5em;
    /*padding: 2% 0 0 1%;*/
    /*padding: 20px 0 5px;*/
    line-height: 150%;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}
#event dl dd {
    padding: 0 1% 0 2%;
    /*padding: 20px 0 20px;*/
    line-height: 150%;
    text-align: left;
    font-size: 12px;
}
.line {
    border-bottom: 1px solid #EBEBEB;

}
#backimg{
	position: relative;
	margin:0px 0 -10px;
}
#backimg img.star{
	position: absolute;
	top: 12px;
	left: 247px;
}
#backimg img.star2{
	position: absolute;
	top: 69px;
	left: 247px;
}
#movbox {
	border-radius: 5px;        /* CSS3���� */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome�p */  
	-moz-border-radius: 5px;   /* Firefox�p */  
	background-color:#f7f6e2;
	margin:-5px 5px 10px;
	padding:15px 5px 25px;
	text-align:left;
	color:#FFFFFF;
	font-size:10px;
}
.button2 {
	width:62%;
	font-size:15px;
	text-align:center;
	display: block;
	padding: 8px 8px 8px;
	margin: 2px auto 12px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #666;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	font-weight:bold;
	background: #00AEE8 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00AEE8), to(#0084DB));
	background:-moz-linear-gradient( center top, #00AEE8 45%, #0084DB 55% );
	background:-ms-linear-gradient( top, #00AEE8 45%, #0084DB 55% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AEE8', endColorstr='#0084DB');
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}
.button2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #0084DB), color-stop(100%, #00AEE8) );
	background:-moz-linear-gradient( center top, #0084DB 5%, #00AEE8 100% );
	background:-ms-linear-gradient( top, #0084DB 5%, #00AEE8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0084DB', endColorstr='#00AEE8');
	background-color:#0084DB;
}.css_btn_class:active {
	position:relative;
	top:1px;
}









</pre></body></html>