@charset "utf-8";
/* CSS Document */

div#main {
	background-image: none;
}

p#topIMG { margin-bottom: 10px;}

table#newsBox {
	float: left;
	background-image: url(../img/news_bg.gif);
	background-repeat: repeat-y;
}

table#newsBox th { padding: 0px 15px 9px;}

table#newsBox td#newslist {	padding: 0px 10px;}

td#newslist table { border-top: 1px solid #FFFFFF;}

td#newslist td {
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0px 5px 5px;
}

div#shortcut {
	width: 200px;
	float: right;
	line-height: 100%;
}

div#shortcut ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#shortcut ul li {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

h3 {
	padding-left: 20px;
	margin: 0px 0px 10px;
	background-image: url(../img/bg_h3.gif);
	background-position: 5px 0.6em;
	background-repeat: no-repeat;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
	clear: both;
	color: #34383F;
	font-weight: bold;
	line-height: 23px;
}

ul{
	list-style: none;
	padding: 0 0 20px 0;
	margin: 0;
}
li{
	float: left;
	padding: 0;
	margin: 0 2px 2px 0;
}

div#foot {
	clear: both;
	background-color: #FFFFFF;
	background-image: url(../img/bg_foot.gif);
	background-repeat: no-repeat;
	background-position: 0 20px;
	height: 46px;
	padding: 20px 0 0 0;
}