@charset "utf-8";
/*=================================================================================================
 LAYOUT EVENT CSS
===================================================================================================*/

/*COLUMN BOX
----------------------------------------------------------------------------------------*/
.columnBox{
	position:relative;
}
.columnBox #eyeCatch{
	position:absolute;
	top:-38px;
	left:568px;
}
.columnBox ul.columnInner li{
	width:667px;
	padding:11px 0px 10px;
	background: url(../images/bg_line_dot_x.gif) repeat-x left top;
	overflow:hidden;
}
.columnBox ul.columnInner li.start{
	padding:10px 0px;
	background:none;
}
.columnBox ul.columnInner li span{
	float:left;
	display:block;
}
.columnBox ul.columnInner li span.date{
	width:113px;
}
.columnBox ul.columnInner li span.topic{
	width:554px;
}
.columnBox ul.columnInner li span.topic a{
	background: url(../images/bg_arw.gif) no-repeat left 4px;
	padding:0px 0px 0px 17px;
	font-weight:bold;
	color:#7a7671;
	display:block;
}

/*CALENDAR BOX
----------------------------------------------------------------------------------------*/
#calendarBox{
	width:690px;
	height:564px;
	background: url(../../event/images/bg_calendar.gif) no-repeat left top;
	margin:25px 0px 0px;
	padding:29px 0px 0px 23px;
}
ul#calendarList{
	width:488px;
	overflow:hidden;
	padding:8px 0px 0px 15px
}
ul#calendarList li{
	float:left;
	width:96px;
	font-size:77%;
	padding:0px 0px 0px 16px;
	margin:7px 0px 0px ;
}
ul#calendarList li.list01{
	background: url(../../event/images/bg_list_01.gif) no-repeat left 3px;
}
ul#calendarList li.list02{
	background: url(../../event/images/bg_list_02.gif) no-repeat left 3px;
}
ul#calendarList li.list03{
	background: url(../../event/images/bg_list_03.gif) no-repeat left 3px;
}
ul#calendarList li.list04{
	background: url(../../event/images/bg_list_04.gif) no-repeat left 3px;
}
ul#calendarList li.list05{
	background: url(../../event/images/bg_list_05.gif) no-repeat left 3px;
}
ul#calendarList li.list06{
	background: url(../../event/images/bg_list_06.gif) no-repeat left 3px;
}
ul#calendarList li.list07{
	background: url(../../event/images/bg_list_07.gif) no-repeat left 3px;
}


/*EVENT REPORT
----------------------------------------------------------------------------------------*/
#eventReport{
	width:713px;
	overflow:hidden;
}
#eventReport .descLeft{
	float:left;
	width:340px;
	margin:25px 0px 0px;
}

/*REPORT DESC
----------------------------------------------------------------------------------------*/
#reportDescWrap{
	width: 713px;
	position: relative;
	background: url(../../event/report/images/bg_report_bottom.gif) no-repeat left bottom;
	margin: 30px 0px 30px;
	padding: 0px 0px 60px;
}
#reportDescWrap #eyeCatch{
	position:absolute;
	left:592px;
	top:-3px;
}
#reportDescInner{
	width: 665px;
	overflow: hidden;
	padding: 60px 25px 0px 23px;
	background: url(../../event/report/images/bg_report_top.gif) no-repeat left top;
}

#reportDescInner ul li{
	width:665px;
	padding:11px 0px 10px;
	background: url(../images/bg_line_dot_x.gif) repeat-x left top;
	overflow:hidden;
}
#reportDescInner ul li.start{
	padding:10px 0px;
	background:none;
}
#reportDescInner ul li span{
	float:left;
	display:block;
}
#reportDescInner ul li span.date{
	width:113px;
}
#reportDescInner ul li span.topic{
	width:552px;
}
#reportDescInner ul li span.topic a{
	background: url(../images/bg_arw.gif) no-repeat left 4px;
	padding:0px 0px 0px 17px;
	font-weight:bold;
	color:#7a7671;
	display:block;
}

/*PIC BOX
----------------------------------------------------------------------------------------*/
.picBox{
	margin:15px 0px 0px;
}

/*PAST LINK
----------------------------------------------------------------------------------------*/
ul.pastLink{
	width:713px;
	overflow:hidden;
}
ul.pastLink li{
	float:left;
	width:178px;
	margin:5px 0px 0px;
}
ul.pastLink li a{
	padding:0px 0px 0px 17px;
	background: url(../images/bg_arw.gif) no-repeat left 1px;
	font-weight:bold;
	color:#7a7671;
}

/*ENTRY
----------------------------------------------------------------------------------------*/
#event-entry-box{
	padding:20px 0 30px 0;
}
#event-entry-box p{
	padding-top:20px;
}


/* TTL BOX
----------------------------------------------------------------------------------------*/
#ttlBox{
	width: 713px;
	overflow: hidden;
	background: url(../../event/report/images/bg_report_title_bottom.gif) no-repeat left bottom;
	margin:10px 0px 15px;
}
#ttlBox h1{
	clear: both;
	background: url(../../event/report/images/bg_report_title_top.gif) no-repeat left top;
	padding:35px 30px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 153.9%;
	color: #645f5e;
	letter-spacing: 0.3em;
}
/* REPORT DESC
----------------------------------------------------------------------------------------*/
#reportDesc p{
	padding:15px 0px 0px;
}