@charset "utf-8";

#mv{
	width:900px;
	height:300px;
	clear: both;
}

#mv div{
	display:none;
	position:absolute;
}

/*--------------------------------------------------------------*/

#mContent{
	width:360px;
	margin: auto;
}


/*--------------------------------------------------------------*/

ul.basicList{
	margin-bottom:30px;
	color:#999;
}

 ul.basicList li{
	clear:both;
	overflow:hidden;
	padding: 5px 0px;
}

ul.basicList span{
	float:left;
	display:block;
	font-size:11px;
}

ul.basicList a{
	float:right;
	width:170px;
}


#consept a img,
#more a img{
	vertical-align:bottom;
}

/*--------------------------------------------------------------*/

#eventList {
	clear:both;
}

#eventList dl{
	height:75px;
	margin-bottom:10px;
	background-image: url(/inc/images/common/dotline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#eventList dt{
	font-weight:bold;
	padding-bottom:5px;
}

#eventList dt img{
	float:left;
	margin-right:10px;
}

#eventList .sunday{
	color:#B53333;
}

#eventList .saturday{
	color:#3E9DCC;
}


