@charset "utf-8";

/* index */
#main {
	width:930px;
	height:236px;
	background:url(../image/main.jpg) no-repeat;
}
#main span {display:none;}

#info, #news, #event {
	width:654px;
	background:url(../common/image/cmsbg.jpg) repeat-y;
}
#info_t, #news_t, #event_t {
	width:654px;
	height:41px;
}
#info_t {background:url(../image/info_t.jpg) no-repeat;}
#news_t {background:url(../image/news_t.jpg) no-repeat;}
#event_t {background:url(../image/event_t.jpg) no-repeat;}
#info_t h2, #news_t h2, #event_t h2 {
	display:block;
	height:41px;
	float:left;
	font-size:0;
	text-indent:-9999px;
}
#info_t h2 {width:90px;}
#news_t h2 {width:95px;}
#event_t h2 {width:185px;}
.feed {
	width:59px;
	height:41px;
	float:left;
	background:url(../image/feed.jpg) no-repeat 0 10px;
	font-size:0;
	text-indent:-9999px;
}
.feed a, .feed a:link, .feed a:hover, .feed a:visited {
	display:block;
	width:59px;
	height:41px;
	text-decoration:none;
}
.more {
	width:100px;
	margin-top:12px;
	float:right;
	background:url(../image/morearrw.jpg) no-repeat;
	padding-left:20px;
	font-size:90%;
}
#info table, #news table {
	margin:10px 30px 20px;
}
#info th, #news th {
	background:url(../common/image/listarrw.jpg) no-repeat 0 5px;
	padding:5px 10px 5px 20px;
	font-weight:normal;
	vertical-align:top;
}
td.lis {
	padding:5px;
}
.bdr {
	height:1px;
	font-size:1px;
	line-height:1px;
	background:url(../image/dot.gif) repeat-x;
}
#info ul, #event ul {
	display:block;
	margin:10px 30px 20px;
	list-style-type:none;
}
li.lis {
	display:block;
	background:url(../common/image/listarrw.jpg) no-repeat 0 5px;
	padding:5px 10px 5px 20px;
}
.cmsf {
	height:25px;
	background:#ffffff url(../common/image/cmsf.jpg) no-repeat;
	font-size:0;
	text-indent:-9999px;
}


