@charset "UTF-8";

@import"base.css";
#view #header #flashimg {
	margin-left: 10px;
}

#view #wrap .content {
	width: 790px;
	padding: 15px 0 0 30px;
}

#view #wrap .content .left_cont {
	float:left;
	width: 452px;
}

/*#view #wrap .content .left_cont h2 {
	font-size: 140%;
	line-height: 120%;
	font-weight: normal;
}*/

#view #wrap .content .left_cont h3 {
	background:url(../images/listmark01.gif) no-repeat 0px 3px;
	font-size: 120%;
	line-height: 140%;
	font-weight: normal;
	color: #9fa0a0;
	padding: 1px 0 0 17px;
	margin-top: 15px;
	color: #CC0000;
}

#view #wrap .content .left_cont .graybox1 {
	background: url(../images/bg_graybox_top.gif) no-repeat top;
	background-color: #efefef;
	margin-top: 5px;
}

#view #wrap .content .left_cont .graybox1 p {
	padding: 10px 10px 0 15px;
	margin: 0;
}

#view #wrap .content .left_cont .graybox1 div.bt {
	background: url(../images/bg_graybox_bottom.gif) no-repeat bottom;
	width: 442px;
	height: 50px;
	padding: 5px 0 0 10px;
	margin: 0
}

#view #wrap .content .left_cont .graybox1 ul {
	padding: 10px 0 0 50px;
}

#view #wrap .content .left_cont .graybox1 ul li{
	float: left;
	width: 120px;
}

#view #wrap .content .right_cont {
	float:left;
	padding-left: 28px;
	_padding-left: 20px;
}

#view #wrap .content .right_cont .weather{
	width: 310px;
}

#view #wrap .content .right_cont #news {
	margin-top: 15px;
}

#view #wrap .content .right_cont #news a:link {color:#024fb8;}
#view #wrap .content .right_cont #news a:visited {color:#024fb8;}
#view #wrap .content .right_cont #news a:hover {color:#024fb8;}


#view #wrap .content .right_cont #news dl {
	padding: 0 0 0 10px;
	width: 290px;
}

#view #wrap .content .right_cont #news dt {
	font-weight: bold;
	padding: 15px 0 0 0;
	}
	
#view #wrap .content .right_cont #news dd {
	font-weight: nomal;
	}


