@charset "utf-8";
/* CSS Document */
@import"common.css";
#container div.cont div.contText{
	width:95%;
	line-height:30px;
	color:#666;
	padding-top:10px;
	margin:0px auto;
	}
#container div.cont div.contText ul li{
	width:100%;
	margin:0px auto;
	height:29px;
	line-height:29px;
	border-bottom:1px dashed #d8d8d8;
	}
#container div.cont div.contText ul li a{
	display:block;
	color:#696969;
	background:url(../images/main_11.gif) no-repeat;
	background-position:3px 10px;
	text-indent:15px;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	}
#container div.cont div.contText ul li a:hover{
	color:#115eae;
	background:url(../images/main_12.gif) no-repeat;
	background-position:3px 10px;
	}