@charset "utf-8";
/* CSS Document */

#top{ background:url(../images/bg_top.jpg) repeat-x top left;}

#main_img {
	background: url(../images/main.jpg) no-repeat;
	height:201px;
	_height:201px;
	width:800px;
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
}

#news{
	background:url(../images/tx_new.jpg);
	width:519px;
	height:43px;
	display: block;
	text-indent:-9999px;
	margin-bottom: 10px;
}

#con_left{
	width:520px;
	float:left;
	margin-left: 30px;_margin-left: 15px;
	margin-right: 10px;
}

#con_right{
	width:190px;
	float:left;
	padding:10px;
	background-color: #EEEEEE;
}

dl{ margin-right:10px;}
dt{padding-left:8px; }


dd{
	border-bottom:1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 110%;
	padding-left:8px;
}
