@charset "utf-8";
/* CSS Document */



#flashcontents{
	width:900px;
	height:300px;
}

#leftcontents{
	width:690px;
	float:left;
}

#rightcontents{
	width:200px;
	float:right;
}

#information {
	background:url(../images/sideline.gif) top left repeat-y;
}

#information ul {
	width: 688px;
	line-height:2.5;
	
}

#information li{
	width: 673px;
	color:#070e4b;
	padding: 10px 0px 10px 15px;
	font-size: 12px;
	border-bottom:#999999 solid 1px;
	line-height:1.4;
}


/*#information li{
	width: 690px;
	
	list-style: none outside;
	padding: 0px 1px 0px 1px;
}*/
#information li a:hover{
	background-color:#edeef9;
}

.news{
	display:block;
	width: 658px;
	padding: 10px 15px 10px 15px;
	height:auto;
	border-bottom:1px solid #999999;
	color:#070e4b;
	
}

.news dt{
	display:block;
	float:left;
	width:76px;
	line-height:1.4;
	height:20px;
	font-size: 12px;
}

.news dd{
	display:block;
	width:582px;
	float:left;
	line-height:1.4;
	font-size: 12px;
}
.news dd p{
	line-height:1.4;
	font-size: 12px;
}
