/* CSS Document */


#cntbox_link {
	width: 720px;
	margin-top: 30px;
	margin-left: 42px;
	padding: 40px;
	overflow:hidden

}
#cntbox_link ul{
	float: left;
	width: 360px;
}
#cntbox_link li{
	border-bottom: 1px dotted #999;
	border-left: 10px solid #039;
	list-style-type: none;
	margin-bottom: 30px;
	padding-left: 20px;
	width: 300px;
	height: 20px;
}
#cntbox_link a {
	color: #039;
	text-decoration: none;
	font-weight: bold;
/*	border-left-color: #036;*/
}
#cntbox_link a:hover{
	color: #09C;
	text-decoration: underline;
}


