@charset "utf-8";



/* =========================================================
Ącontents
========================================================= */
#content{
	float: left;
	width: 547px;
	margin: 0px;
	padding: 0;
	height: auto;
}
#content  a{
	color: #0099CC;
}
#content a:hover {
	color: #0099CC;
	margin-bottom: 1px;
	border-bottom: 1px dotted #0099CC;
	text-decoration: none;
}
#main{
	color: #CC6699;
	background: #fff;
	margin: 0px 15px 0px 10px;
	padding: 0;
	border-right: 9px solid #D2D3D3;
}
#main h2{
	color: #CC6699;
	font-weight: bold;
	letter-spacing: 0.3em;
	margin-top: 0px;
	margin-left: 7px;
	margin-bottom: 10px;
	padding-top: 10px;
}

#news{
	width: 492px;
	padding: 0 0 24;
	height: auto;
	margin: 0px 0px 0px 17px;
	color: #668498;
	font-size: 13px;
	line-height: 15px;
	display: block;
}
#news .left
{
	width: 240px;
	padding: 0;
	margin: 0px 0px 14px;
	background: #FFFFFF;
	float: left;
}
#news .right
{
	width: 240px;
	padding: 0;
	height: auto;
	margin: 0px 0px 0px 12px;
	background: #993366;
	float: right;
	text-align: left;
}
#news .tab{
	background: url(../img/left-Top-blue_tab.gif);
	height: 15px;
	width: 240px;
	color: #FFFFFF;
	text-indent: 12px;
	font-weight: bold;
}
#news .box{
	width: 238px;
	padding: 0;
	background: #FFFFFF;
	border: 1px solid #668498;
	color: #668498;
	text-align: left;
	margin: 0px;
	height: 130px;
}
#news .box p{
	padding: 5px;
}
#news img{
	float: left;
	margin: 3px;
	vertical-align: middle;
}
#topic{
	padding: 0;
	height: auto;
	margin: 0px;
	color: #333333;
	line-height: 140%;
}
#topic .article {
	padding: 0px;
	margin: 20px 0px 25px;
	clear: left;
	text-indent: 10px;

}
#topic .article h3{
	border-top: 0px solid #999999;
	border-right: 0px solid #999999;
	border-bottom: 1px solid #CC9999;
	border-left: 8px solid #999999;
	padding: 3px 2px 2px 4px;
	margin-bottom: 8px;
	background-color: #F1F1ED;
	font-weight: bold;
}
#topic .article img{
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
#topic .article a{
	color: #0099CC;
}
#topic .article a:hover {
	color: #0099CC;
	margin-bottom: 1px;
	border-bottom: 1px dotted #0099CC;
	text-decoration: none;
}
#topic .article p{
	padding: 5px 10px 7px;
}
#topic .date{
	display: block;
	text-align: right;
	margin: 0px 0px 20px;
	padding: 0px;
}
