@charset "utf-8";
/* CSS Document */

#page_title h2{
	background:url(images/news_03.png) left top no-repeat;
}

#content{
	background:url(images/news_08.png) 10px top repeat-y;
	padding-bottom:30px;
	margin-bottom:40px;
}

#left_side{
	float:left;
	width:140px;
	margin-left:10px;
	padding:10px 0px 10px 38px;
}

#left_side ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#left_side li{
	background:url(../common/images/cursor_s.png) left center no-repeat;
	padding-left:20px;
	line-height:25px;
	cursor:pointer;

}

#right_side{
	float:right;
	width:720px;
	margin-right:20px;
	border-top:1px #999 solid;
	margin-top:10px;
	position:relative;
}

#right_side .loading{
	width:720px;
	z-index:100;
	padding:50px 0px;
	text-align:center;
	display:none;
	position:absolute;
	left:0px;
	top:0px;
}

#news_list{
	list-style:none;
	margin:0px;
	padding:0px;
	display:none;
}

#news_list li{
	border-bottom:1px #999 dotted;
	padding:10px 5px 10px 20px;
	background:url(../common/images/cursor_m.png) left center no-repeat;
	cursor:pointer;
}

#news_list .date{
	width:80px;
	float:left;
}

#news_list .title{
	color:#077F2E;
}

#right_side .footer{
	background-color:#E6E6E6;
	border-bottom:1px #999 solid;
	padding:2px 10px;
	margin:10px 0px;
}

#right_side .footer .pagetop{
	border-left:1px #FFF solid;
	border-right:1px #FFF solid;
	width:100px;
	height:25px;
	float:right;
}

#right_side .footer .pagetop a{
	background:url(../common/images/page_top.png) center center no-repeat;
	width:100px;
	height:25px;
	display:block;
	text-indent:-9999px;
}

#entry{
	width:720px;
	background-color:#FFF;
	display:none;
}

#entry .title{
	font-size:120%;
	margin-bottom:10px;
	border-bottom:1px #CCC dotted;
	padding:5px 0px;
}

#entry .body{
	width:700px;
}
#entry .date{
	text-align:right;
	margin-right:20px;
	margin-bottom:5px;
}

#entry .photo{
	float:right;
	padding:3px;
	border:1px #999 solid;
	margin:0px 0px 10px 10px;
}