
@charset "utf-8";

#wrapper{
	width: 740px;
	float: right;
}
#main_contents{
	width: 740px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#contents {
	width: 700px;
	margin: 0px auto;
}

/**************************************************50
 * middle030/schedule/newfem
 **************************************************/
#todayTitle{
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	margin: 20px 0px;
	padding: 5px;
	text-align: center;
	background: #666;
	border: 1px solid #000;
}
#schedule, #newfem{
	width: 660px;
	height: auto;
	margin: 0px auto;
}
#schedule hr, #newfem hr{
	clear: both;
}
#schedule .femBox, #newfem .femBox{
	width: 116px;
	margin: 15px 7px;
	float: left;
	position: relative;
	text-align: center;
}
#schedule .newFlag, #newfem .newFlag{
	position: absolute;
	top: -5px;
	left: -5px;
}
#schedule .workTime, #newfem .workTime{
	woidth: 110px;
	padding: 3px;
	color: #FFF;
	background: #000;
}

/**************************************************50
 * middle030/picbbs
 **************************************************/
#picbbs{
}
#picbbs .picbbsBox{
}
#picbbs .picbbsBox img{
	max-width: 100%;
}
#picbbs .picbbsDate{
}
#picbbs .picbbsTitle{
	color: #C743BD;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#picbbs .picbbsInfo{
	float: left;
	width: 210px;
}
#picbbs .picbbsBody{
	float: right;
	font-size: 22px;
	width: 460px;
}
#picbbs hr{
	margin: 30px 0;
}


