@charset "UTF-8";
/*-----------------------------------
DEFAULT CSS
FILE DATA: index.css
-------------------------------------*/
div#main_menu{
	margin:15px 0;
	width:680px;
	height:40px;
}
div#main_menu ul li{
	width:136px;
	float:left;
}
div#main_menu ul li a{
	width:136px;
	height:36px;
	text-indent:-999999em;
	display:block;
}
li.main1 a{
	background:url(../../shared/images/menu1.jpg) no-repeat;
}
li.main2 a{
	background:url(../../shared/images/menu2.jpg) no-repeat;
}
li.main3 a{
	background:url(../../shared/images/menu3.jpg) no-repeat;
}
li.main4 a{
	background:url(../../shared/images/menu4.jpg) no-repeat;
}
li.main5 a{
	background:url(../../shared/images/menu5.jpg) no-repeat;
}
/* news */
div#news{
	width:680px;
	float:left;
}
div#news_title{
	width:680px;
}
div#news_title h3{
	background:url(../images/newstitle.jpg) no-repeat;
	width:585px;
	height:11px;
	text-indent:-9999em;
	float:left;
}

div#news_title p{
	width:95px;
	float:right;
}
div#news_title p a.rss{
	background:url(../images/rss_icon.jpg) no-repeat;
	width:26px;
	height:10px;
	text-indent:-999999em;
	display:block;
	float:right;
}
div#news_title p a.newslist{
	background:url(../images/newslist_icon.jpg) no-repeat;
	width:60px;
	height:10px;
	text-indent:-999999em;
	display:block;
	margin-right:9px;
	float:left;
}

div#news ul{
	margin:10px 0 0 0;
	width:680px;
}
div#news li{
	padding:0 0 0 18px;
	line-height:1.7em;
	background:url(../images/mark.jpg) no-repeat 0 50%;
	width:662px;
	font-size:80%;
	letter-spacing:0.1em;
}
div#news li a{
	color:#0071BC;
	text-decoration:none;
}
div#news li a:hover{
	text-decoration:underline;
}
.date{
	padding:0 5px 0 0;
}
div#news li.gray{
	background:#F7F7F7 url(../images/mark.jpg) no-repeat 0 50%;
}
p#backnum{
	margin:10px 0 0 0;
	width:680px;
}
p#backnum a{
	float:right;
	background:url(../images/backnumber.jpg) no-repeat;
	width:95px;
	height:13px;
	display:block;
	text-indent:-999999em;
}
/* banner_area */
div#banner_area{
	width:680px;
}
div#banner_area h3{
	margin:0 0 10px 0;
	background:url(../images/link_title.jpg) no-repeat;
	width:67px;
	height:11px;
	text-indent:-999999em;
}
div#banner_area ul{
	margin:0 0px 10px 0;
	padding:0px 0px 10px 0px;
	display:block;
}
div#banner_area ul li{
	float:left;
	border:#CCCCCC solid 1px;
	padding:3px 3px 0px 3px;
	margin:0 5px 0 0;
	display:inline;
}
div#banner_area ul li a{


}