@charset "utf-8";
/* CSS Document */

#main {
	background:url(../images/images/bg_main.jpg) repeat-x;
}

h2 {
		background:url(../images/images/img_main.jpg) no-repeat center;
		height:275px;
		text-indent:-9999px;
}

h3 {padding-top:30px; clear:both;}

#left {
	float:left;
	width:630px;
	margin-right:30px;
}

#right {
	float:right;
	width:300px;
}

.bnr { padding-top:30px;}

.bnr li {
		float:none;
		margin-bottom:15px;
}

dl.news dt {
		color:#0063aa;
		float:left;
		margin-right:15px;
		clear:both;
		width:80px;
}

dl.news dd {
		float:right;
		width:535px;
}