@charset "utf-8";
/* CSS Document */

/* wrapper
------------------------------------------------------------*/

#wrapper{
	width: 940px;
	background: url(../img/bg_top.jpg) repeat-y left top;
	margin: 0 auto;
	padding: 0;
}

/* contaner
------------------------------------------------------------*/

#container {
	float: left;
	width: 770px;
}

#contents {
	float: left;
	width: 586px;
}

#contaner h1 {
	width: 549px;
	height: 130px;
	text-indent: -9999px;
	margin-top: 0px;
}

#contents div.box {
	width: 520px;
	padding-left:30px;
	margin-top: 66px;
	margin-bottom: 60px;
}

#contents div.box h3 {
	position: static;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height:26px;
	width: 500px;
	background: url(../img/h3_bg.jpg) no-repeat left center;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0 0 12px;
	margin: 20px 0 10px 0;}

#news {
	float: left;
	width: 184px;
	height: auto;
}
/* IE6 HACK */
*html #news {
	width: 181px;
}

#news ul {
	width: 140px;
	margin-left: 24px;
	list-style-type: none;
	font-size: 11px;
	background: url(../img/title_topics.gif) no-repeat left top;
	margin-top: 70px;
	margin-bottom: 0;
	padding: 32px 0 0 0;
	background-color: #FFFFFF;
	line-height: 160%;
}

#news ul a {
	color: #000000;
}

#news ul a:hover {
	color: #70192D;
}

#news li {
	width: 120px;
	padding: 5px 9px;
	margin: 0 1px;
}

#news li.gray_bg {
	background-color: #F6F6F6;
}

#news p.backnumber {
	padding: 0;
	margin-top: 0;
	margin-left: 24px;
}
/* IE6 HACK */
*html p.backnumber 
*html #news ul {
	margin-left: 22px;
}

