@charset "UTF-8";


div#WRAPPER { background-image:url(/images/event/common/img-bg.jpg); }


/*-------------------------
Header 2
-------------------------*/
/*** Default ***/

#CONTENT h1.title01 {
	background:url(/images/common/icon/title-icon03.gif) no-repeat left 2px;
	padding:6px 0 0 15px;
	line-height:17px;
	font-size:125%;
	height:26px;
}

#CONTENT #EVENT-CALENDER{
	background-color: #F2F2F2;
	padding: 18px 10px 10px;
	margin-bottom: 20px;
}
	#CONTENT #EVENT-CALENDER strong{
		font-size: 150%;
		margin: 0px 5px;
	}
	#CONTENT #EVENT-CALENDER form{
		width: 200px;
		float: right;
		text-align: right;
	}
	#CONTENT #EVENT-CALENDER table{
		border: solid 1px #B3B3B3;
		margin-top: 5px;
	}
		#CONTENT #EVENT-CALENDER table td{
			border: solid 1px #B3B3B3;
			padding: 0;
			margin: 0;
			width: 20px;
			height: 20px;
			font-size: 10px;
			text-align: center;
		}
			#CONTENT #EVENT-CALENDER table td.saturday{
				color: #00AEE5;
			}
			#CONTENT #EVENT-CALENDER table td.sunday{
				color: #FF0000;
			}
			#CONTENT #EVENT-CALENDER table td.eventday{
				background-color:#C1DEF3; 
			}

#CONTENT .devide2 .event-text{
	width: 200px;
	float: right;
}
	#CONTENT .devide2 .event-text .fl-l{
		margin-right: 5px;
	}
	
#CONTENT .devide2 .event-text p{
	margin-bottom: 7px;
	line-height: 1.5em;
}
	#CONTENT .devide2 .event-text p a{
		font-weight: bold;
		color:#333;
		text-decoration:none;
	}
	#CONTENT .devide2 .event-text p a:hover{
		color:#00AEE5;
	}
	
#CONTENT div.dotted-top{
	background:url(/images/common/bg/line-bg-dotted.gif) repeat-x left top;
	margin-top: 15px;
	padding-top: 10px;
}
	#CONTENT div.dotted-top .event-left{
		width: 160px;
		float: left;
	}
	#CONTENT div.dotted-top .event-right{
		width: 240px;
		float: left;
	}
		#CONTENT div.dotted-top img{
			margin-top: 5px;
		}

#CONTENT div.exhibition ul li a.fl-l{
	width: 50px;
	margin-bottom: 10px;
}
#CONTENT div.exhibition ul li span.fl-r{
	width: 580px;
}
	#CONTENT div.exhibition ul li span.fl-r img{
		display: block;
		margin: 5px 0px;
	}
	#CONTENT div.exhibition ul li span.fl-r span{
		width: 160px;
		display: block;
		float: left;
	}
	#CONTENT div.exhibition ul li span.fl-r a{
		width: 420px;
		float: left;
		font-weight: bold;
	}
	
/*-------------------------
カレンダーのhover：CALENDER-HOVER
-------------------------*/	
#CONTENT div#CALENDER-HOVER-C{
	background: url(../images/event/top/calender-center.gif) no-repeat left top;
	width: 300px;
	height: 33px;
	text-align: center;
}
#CONTENT div#CALENDER-HOVER-L{
	background: url(../images/event/top/calender-left.gif) no-repeat left top;
	width: 300px;
	height: 33px;
}
#CONTENT div#CALENDER-HOVER-R{
	background: url(../images/event/top/calender-right.gif) no-repeat left top;
	width: 300px;
	height: 33px;
	text-align: right;
}
	
	#CONTENT div#CALENDER-HOVER-C span,
	#CONTENT div#CALENDER-HOVER-L span,
	#CONTENT div#CALENDER-HOVER-R span{
		display: block;
		padding-top: 5px;
		font-size: 10px;
	}
	#CONTENT div#CALENDER-HOVER-L span{padding-left: 6px;}
	#CONTENT div#CALENDER-HOVER-R span{padding-right: 6px;}

	#CONTENT div.calender-bg{
		background-color: #00AEE5;
		padding:0px 3px 3px 3px;
		width: 294px;
	}
		#CONTENT div.calender-body{
			background-color: #ffffff;
			text-align: left;
			padding:10px;
		}
			#CONTENT div.calender-body ul li{width: 274px;}