@charset "utf-8";
/* CSS Document */
#foot{
	margin-top:80px;
}
#flashcontent{
	margin-bottom:20px;
}
#news{
	width:360px;
	float:left;
}
#news h3{
	background-image:url(../img/top_news.gif);
	background-repeat:no-repeat;
	width:360px;
	height:13px;
	text-indent:-9999px;
	overflow:hidden;
}

#news table{
	border-top:1px solid #000;
	width:100%;
}
#news tr{
	background-image:url(../img/dashline.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
#news td{
	font-size:0.85em;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 5px;
	line-height: 1.5em;
}

#news p.btn_more {
	text-align: right;
	font-size:0.7em;
	line-height: 1.5em;
	padding: 5px 0;
}

#bnr{
	width:500px;
	float:right;
}
#bnr h3{
	background-image:url(../img/top_sp.gif);
	background-repeat:no-repeat;
	width:500px;
	padding:0 0 5px;
	text-indent:-9999px;
	overflow:hidden;
	border-bottom:1px solid #000;
}

#bnr h3.h32{
	background-image:url(../img/top_sp2.gif);
	background-repeat:no-repeat;
	width:500px;
	padding:0 0 5px;
	text-indent:-9999px;
	overflow:hidden;
		border-bottom:1px solid #000;
}

#bnr ul{
	border-top:1px solid #000;
	width:100%;
}
#bnr li{
	margin-top:20px;
	margin-right:20px;
	width:240px;
	height:50px;
	float:left;
}
#bnr .flast{
	margin-right:0px;
}
#bnr a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}

#foot p{
	text-align:right;
	margin-bottom:10px;
	font-size: 65%;
	line-height: 1.5;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#999;
}
.mu20{
	margin:0 0 20px;}

.mu25{
	margin:0 0 25px;}

.fleft{
	float:left;}

.fright{
	float:right;}

.clear{
	clear:both;}

.bt1{
	border-top:1px solid #000;

}