@charset "utf-8";
#topics,
.lcol {
	font-size: 16px;
}
/*----------------------------------------------------------------------------------------------
Main Title Style
-----------------------------------------------------------------------------------------------*/
.maintitle {
	margin-top: 10px;
}
.maintitle h2 {
	height: 160px;
	background: url(../images/mainimage.jpg) no-repeat 0 0;
	text-indent: -9999em;
}
/*----------------------------------------------------------------------------------------------
Left Block Style
-----------------------------------------------------------------------------------------------*/
.lcol {
	float: left;
	margin-top: 10px;
	width: 180px;
}
/*----------------------------------------------------------------------------------------------
Topics Navigation Style
-----------------------------------------------------------------------------------------------*/
.topics_navi_frame {
	margin-bottom: 10px;
	padding: 1px;
	background-color: #999;
	border: 1px solid #ccc;
}
.topics_navi_wrap {
	border: 1px solid #fff;
	background: url(../images/topics_navi_bg.gif) no-repeat center bottom;
}
.topics_navi_wrap div {
	width: 174px;
	height: 28px;
	background: url(../images/topics_navi_title.gif) no-repeat 0 0;
	text-indent: -9999em;
}
.topics_navi {
	overflow: auto;
	padding: 2px 8px 50px 8px;
}
.topics_navi li {
	float: left;
	width: 100%;
	padding: 3px 0 4px 0;
	background: url(../images/dotline_w.gif) repeat-x 0 bottom;
}
.topics_navi li a {
	display: block;
	padding-left: 9px;
	background: url(../images/topics_navi_pict.gif) no-repeat 0 4px;
}
#contents .topics_navi li a {
	font-size: 63%;
	font-weight: bold;
	line-height: 1.2em;
	color: #fff;
}
#contents .topics_navi li a:hover {
	color: #ffe800;
	text-decoration: none;
}
/*----------------------------------------------------------------------------------------------
Right Block Style
-----------------------------------------------------------------------------------------------*/
.rcol {
	float: right;
	margin-top: 10px;
	width: 584px;
}
/*----------------------------------------------------------------------------------------------
Topics Style
-----------------------------------------------------------------------------------------------*/
#topics {
	min-height: 370px;
	_height: 370px;
}
#topics h3 {
	width: 584px;
	height: 36px;
	background: url(../images/title_topics.gif) no-repeat 0 0;
	text-indent: -9999em;
}
#topics .wrapper {
	padding: 10px 0 20px 0;
}
#topics table {
	width: 100%;
}
#topics tr {
}
#topics th {
	width: 107px;
	padding: 6px 0;
	border-bottom: 1px dotted #999;
	vertical-align: top;
	font-size: 63%;
	line-height: 1.5em;
	text-indent: 12px;
	color: #666;
}
#topics td {
	padding: 6px 0;
	border-bottom: 1px dotted #999;
	vertical-align: top;
}
#topics .sub {
	width: 420px;
	font-size: 75%;
	line-height: 1.5em;
}
#topics .sub a {
	color: #333;
}
#topics icon {
	width: 57px;
}
.oddline {
	background-color: #f1f1f1;
}
.evenline {
	background-color: #fff;
}
/*----------------------------------------------------------------------------------------------
Page Style
-----------------------------------------------------------------------------------------------*/
#page {
	margin-top: 10px;
	text-align: right;
	font-size: 10px;
}
#page span {
	padding: 2px 4px;
	margin-left: 2px;
	border: 1px solid #DDDDDD;
	color: #DDDDDD;
}
#page .on {
	border: 1px solid #003366;
	background-color: #0066CC;
	color: #FFFFFF;
}
#page a {
	padding: 2px 4px;
	margin-left: 2px;
	border: 1px solid #999999;
}
#page a:hover {
	padding: 2px 4px;
	margin-left: 2px;
	border: 1px solid #999999;
	background-color: #CCCCCC;
	text-decoration: none;
}
