@charset "utf-8";

/* CSS Info ================
Description: TopPage Style
========================= */

#contents {
	clear: both;
	margin: 7px auto 10px;
	width: 980px;
}
#contents:after {
	clear: both;
	display: block;
	content: " ";
}

#wrapper {
	float: left;
	width: 770px;
}

#main {
	float: right;
	width: 550px;
	padding: 0 5px;
}
div.section {
	clear: both;
	background: url("../img/bar.jpg") repeat-x scroll 0 0 transparent;
	border: 1px solid #CCCCCC;
	margin: 10px 0;
	padding: 5px 5px 5px 10px;
	height: 20px;
}
div.section:after {
	clear: both;
	display: block;
	content: " ";
}

div.section h3 {
	background: url("../img/mark.gif") no-repeat scroll left center transparent;
	float: left;
	padding: 0 12px;
}
div.section ul {
	float: right;
	border-left: 1px solid #CCCCCC;
}
div.section ul li {
	display: inline;
	border-right: 1px solid #CCCCCC;
	padding:0 10px 0 8px;
}
dl#newsList, ul#categoryList {
	clear: both;
	padding: 0 10px;
}
dl#newsList:after {
	clear: both;
	display: block;
	content: " ";
}

dl#newsList dt {
	float: left;
	width: 110px;
	margin: 0 0 5px;
}
dl#newsList dd {
	float: left;
	width: 410px;
	margin: 0 0 5px;
}
dl#newsList dd em {
	padding-left: 10px;
	font-size: 85%;
	color: #FF0000;
	font-weight: bold;
}

ul#categoryList:after {
	clear: both;
	display: block;
	content: " ";
}
ul#categoryList li {
	float: left;
	width: 156px;
	padding: 2px 2px 2px 12px;
	background: url("../img/icon.gif") no-repeat scroll left center transparent;
	margin: 0 0 5px;
}
ul#groupList {
	clear: both;
	padding: 0 9px;
}
ul#groupList:after {
	clear: both;
	display: block;
	content: " ";
}
ul#groupList li {
	float: left;
	width: 130px;
	padding: 1px;
}

#leftMenu {
	float: right;
	width: 200px;
	padding: 0 5px;
}

#rightMenu {
	float: left;
	width: 200px;
	padding: 0 5px;
}

#rightMenu address {
	font-size: 85%;
	margin: 15px 0;
	padding: 5px;
	background: url("../img/bg.jpg") repeat-x scroll 0 0 transparent;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

* html #rightMenu address, * html #leftMenu div#entry {
	width: 200px;
}

#leftMenu ul li, #rightMenu ul li {
	margin: 0 0 10px;
}

