@charset=Shift_JIS;
/* CSS Document */


A:link { color: #0000FF; }
A:visited { color: #990099; }
A:active { color: #FF0000; }
A:hover { color: #FF5F11; } 

body { 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #99CDFF;
	font-size: 13px;
	line-height: 150%;
	color: #555555;
	text-align: center;
	background-image: url("http://www.oimoya.jp/img_index/bg.jpg");
	background-repeat: repeat; 
	}
	
table {
	font-size: 13px;
	line-height: 150%;
	color: #555555;
	}
.style6 {
	color: #FF00FF;
	font-weight: bold;
}
.style7 {
	color: #FFFF00;
	font-weight: bold;
}

.style1 {
	font-size:6px;
}


/*　　新作イベントボタン */
ul.link_newevent {
list-style-type:none;
margin:0px;
padding:0px;
}
li.link_newevent a {
   display:block;
   width:110px;
   height:30px;
   background: url(../img/button_new/newevent.gif) no-repeat;
   background-position:0px 0px;
   text-decoration:none;
} 
li.link_newevent a:hover {
   background: url(../img/button_new/newevent-over.gif) no-repeat;
   background-position:0px 0px;
   text-decoration:none;
}
li.link_newevent a em {
   display:none;
}

/*　　通常イベントボタン */
ul.link_regular {
list-style-type:none;
margin:0px;
padding:0px;
}
li.link_regular a {
   display:block;
   width:110px;
   height:30px;
   background: url(../img/button_new/regular.gif) no-repeat;
   background-position:0px 0px;
   text-decoration:none;
} 
li.link_regular a:hover {
   background: url(../img/button_new/regular-over.gif) no-repeat;
   background-position:0px 0px;
   text-decoration:none;
}
li.link_regular a em {
   display:none;
}
.style8 {
	color: #000000;
	font-weight: bold;
}


/*　　イベント中止ボタン */
ul.link_cancel {
list-style-type:none;
margin:0px;
padding:0px;
}
li.link_cancel a {
   display:block;
   width:110px;
   height:30px;
   background: url(../img/button_new/cancel.gif)no-repeat;
   background-position:0px 0px;
   text-decoration:none;
} 
li.link_cancel a:hover {
   background: url(../img/button_new/cancel-over.gif) no-repeat;
   background-position:0px 0px;
   text-decoration:none;
}
li.link_cancel a em {
   display:none;
}


/*　　イベント修正ボタン */
ul.link_modifi {
list-style-type:none;
margin:0px;
padding:0px;
}
li.link_modifi a {
   display:block;
   width:110px;
   height:30px;
   background: url(../img/button_new/modifi.gif) no-repeat;
   background-position:0px 0px;
   text-decoration:none;
} 
li.link_modifi a:hover {
   background: url(../img/button_new/modifi-over.gif) no-repeat;
   background-position:0px 0px;
   text-decoration:none;
}
li.link_modifi a em {
   display:none;
}


/*　　スペシャルイベントボタン */
ul.link_special {
list-style-type:none;
margin:0px;
padding:0px;
}
li.link_special a {
   display:block;
   width:110px;
   height:30px;
   background: url(../img/button_new/special.gif) no-repeat;
   background-position:0px 0px;
   text-decoration:none;
} 
li.link_special a:hover {
   background: url(../img/button_new/special-over.gif) no-repeat;
   background-position:0px 0px;
   text-decoration:none;
}
li.link_special a em {
   display:none;
}


.style8 {
	color: #000000;
	font-weight: bold;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #ffcccc;
	background-color: #ffcccc;
	padding: 5px;
	opacity: 1;
}
#tooltip h3, #tooltip div { margin: 0; }

