@charset "utf-8";
/* CSS Document */
.left_title{
	float:left;
	width:178px;
	height:30px;
	line-height:30px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	background-color:#5990c9;}
.left_title a{
	color:#333333;
	text-decoration:none;}
.left_title a:hover{
	text-decoration:underline;}
#left{
	float:left;
	width:178px;
	height:auto;
	border:#d5d5d5 solid 1px;
}
.left_list{
	width:178px;
	height:30px;
	font-size:12px;
	text-align:center;
	line-height:30px;
	font-weight:bold;
	margin-top: 2px;
	background-color:#f1f1ed;	
	border-bottom:#dfdfd9 groove 1px;
}
.left_list a{
	color:#333333;
	text-decoration:none;
	}
.left_list a:hover{
	text-decoration:underline;}
