@charset "utf-8";
/* 
----  /schedule/css/index.html ----
*/

#sideMenu li.sideMenu03 ul {
	display: block; /* slidepanel closed */

}

.schedule .asBox01 {
	overflow: hidden;
	margin: 20px 0 20px 0;
}

.schedule .asBox01 img {
	float: left;
	margin-left: 5px;
}

.schedule .asBox01 p {
	float: right;
	margin: 10px 0 0 0;
	padding-bottom: 5px;
	width: 368px;
}
* html .schedule .asBox01 p {
	width: 363px;
}

.eventBox {
	clear: both;
	overflow: hidden;
	height: auto;
	padding-bottom: 10px;
	background: #fff url(../img/index/speventbottom.jpg) bottom left no-repeat;
	margin: 20px 0 20px 0;
}

.eventBoxmid {
	border-left: solid 1px #7f7f7f;
	border-right: solid 1px #7f7f7f;
	overflow: hidden;
	padding: 5px 0 8px 0;
	zoom: 100%; /* for IE6 \*/
	overflow: auto; /* for IE7 and Firefox */
}

.eventBox h3 {
	width: 578px;
	padding: 8px 0 8px 25px;
	font-size: 82%;
	color: #fff;
	background: #fff url(../img/index/speventback.jpg) top left no-repeat;
	overflow: hidden;
}
/* for IE6 \*/
* html .eventBox h3 {
	width: 603px;
}

.eventBox img.evimg {
	float: left;
	margin: 10px 0 0 10px;
}

.eventBox img.rsbtn {
	margin: 20px 0 0 10px;
	display: inline;
	float: left;
	position: relative;
}

.eventBox .eventBoxleft {
	float: left;
	width: 150px;
}

.eventBox dl {
	width: 416px;
	margin: 8px 15px 0 0;
	padding: 0 0 0 0;
	float: right;
	overflow: hidden;
	background: url(../../party/img/index/dot.jpg) left bottom repeat-x;
}
/* for IE6 \*/
* html .eventBox dl {
	width: 423px;
	padding: 0 0 0 0;
	margin: 8px 5px 0 0;
}

.eventBox dt {
	width: 59px;
	float: left;
	font-size: 64%;
	color: #CC0000;
	letter-spacing: 0.07em;
	clear: both;
	padding: 0 0 0 2px;
	margin-bottom: 2px;
	line-height: 1.5;
}
/* for IE6 \*/
* html .eventBox dt {
	width: 68px;
	padding: 0 0 2px 2px;
}

.eventBox dd {
	width: 335px;
	float: left;
	overflow: hidden;
	font-size: 64%;
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 0 3px 0 15px;
	margin-bottom: 2px;
}
/* for IE6 \*/
* html .eventBox dd {
	width: 345px;
	padding: 0 0 2px 0;
}











