/*------------------------------*/
/*---------CSS Document---------*/
/*------------------------------*/

/*-------------wrapper------------*/
body {
	background:none;
}
h1,h2,h3,h4,h5,h6,p{
	width:auto;
	margin:0px;
	padding:0px;
	display:block;
}
#wrapper{
	background:#fff;
	background:url("../images/css_index.gif") top center repeat-y;
}
#header {
	background:url("../images/css_index_header.gif") top center repeat-y;
}
#submenu{display:none;}
#main {
	float:right;
	width:766px;
	padding:0px 0px 20px 0px;
}
#menu {
	height:690px;
}
#footer{
	width:100%;
	height:30px;
	margin:0px;
	padding:55px 0px 0px;
	font-size:13px;
	background:url("../images/css_index_footer.gif") top center repeat-y;
}
/*-------------#top_flash------------*/
.m_topics_flash{
	float:left;
	margin:0px 10px 0px;
}
.topics_title{
	margin:0px;
	padding:0px 0px 10px;
	border:0px;
	background:none;
	color:#666;
}
.topics_text{
	margin:0px;
	padding:0px;
	border:0px;
	background:none;
	color:#666;
	font-size:0.85em;
	line-height:1.4em;
}
.topics_link{
	float:left;
	text-align:left;
	font-size:1.2em;
	color:#a70000;
	text-decoration: underline;
}
/*------------------------------------*/
#m_topics_base{
	position:relative;
	float:right;
	width:766px;
	height:690px;
	margin:0px;
	padding:0px;
	background:#090;
	background:url("../images/m_topics_base.jpg");
}
#m_topics1{
	position:absolute;
	top:0px;
	left:20px;
	width:500px;
}
#m_topics1 .topics_title{
	margin:60px 0px 0px;
	font-size:1.5em;
	line-height:1.2em;
}
#m_topics2{
	position:absolute;
	top:360px;
	left:100px;
	width:410px;
}
#m_topics2 .topics_title{
	margin:40px 0px 0px;
	font-size:1.3em;
	line-height:1.2em;
}
#m_topics3{
	position:absolute;
	top:200px;
	left:420px;
	width:330px;
}
#m_topics3 .topics_title{
	margin:20px 0px 0px;
	font-size:1.1em;
	line-height:1.2em;
}
/*------logo---------*/
#d_logo{
	position:absolute;
	top:220px;
	left:220px;
	width:145px;
	height:145px;
	background:url("../images/logo.gif") top left no-repeat;
}
/*------new---------*/
.new{
	position:absolute;
	top:520px;
	left:420px;
	width:315px;
	background:url("../images/t_news.gif") top left no-repeat;
	font-size:0.9em;
	line-height:1.2em;
}
.new h1{display:none;}
.new table{
	clear:both;
	margin:0px;
}
.new table td{
	padding:3px;
}
.lastupdate{
	height:30px;
	padding:0px 0px 0px 120px;
	font-size:0.75em;
	line-height:25px;
}
.news_end{
	width:315px;
	height:10px;
	background:url("../images/t_news_end.gif") top left no-repeat;
}
.new_link{
	float:right;
	font-size:0.85em;
	color:#a70000;
	margint:0px;
	padding:0px 10px;
}

/*------news_continue---------*/
.news_continue{
	position:absolute;
	top:540px;
	left:0px;
	width:350px;
	margin:10px 0px 0px 40px;
	padding:0px;
	line-height:1.2em;
	font-weight:bolder;
	color:#f00;
}
.news_continue fieldset legend{
	margin:0px 20px;
	padding:1px 10px;
	background:#fff;
}
.news_continue fieldset{
	margin:0px;
	padding:10px;
	border-collapse:collapse;
	border-spacing:0px;
	background:#fff;
	border:1px #d00 solid;
}
