@charset "UTF-8";

#news_layout {
	position: absolute;
	top: 0px;
	width: 840px;
	height: 380px;
	padding: 20px;
	left: 0px;
}
#news_layout ul{
	padding-bottom: 10px;
}
#news_layout li{
	list-style-type: disc;
	list-style-position: inside;
}
#news_tittle {
    font-size: 36px;
	font-weight: bold;
}
#news_date {
	font-size: 12px;
}
#news_column_100width {
	width: 840px;
	position: absolute;
}
#news_column_75width {
	width: 630px;
	position: absolute;
}
#news_column_50width {
	width: 420px;
	position: absolute;
}
.L_btm, .R_btm {
	bottom: 20px;
}
.L_btm, .L_top  {
	left: 20px;
}
.L_top, .R_top {
	top: 100px;
}
.R_btm, .R_top {
	right: 20px;
}
#calender_frame {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#calender, #calender_all {
	width: 850px;
	height: 70px;
	padding: 10px 0 10px 30px;
	background-color: #FCFCFC;
}
#calender ul {
	margin: 8px 10px 0 0;
}
#calender_all ul {
	margin: 8px 10px 0 0;
}
#calender li, #calender_all li{
	float: left;
	text-align: center;
	padding: 5px 0 5px 0;
}
#calender li {
	margin-right: 4px;
	width: 20px;
}
#calender_all li {
	margin-right: 39px;
	width: 30px;
}
#calender a, #calender_all a {
	color: #F00;
	background-color: #CCC;
	display: block;
}
#month {
	font-weight: bold;
}
#month_L {
	font-weight: bold;
	font-size: 14px;
}
#cal_btn {
	float: right;
	margin-right: 30px;
}
#news_content {
	height: 500px;
	width: 880px;
	position: relative;
	padding-left: 45px
}
#content_bg {
	width: 880px;
	height: 500px;
	position: relative;
}
#content_bg img {
	border: 10px solid #FCFCFC;
}
