@charset "UTF-8";

h2 {
	width: 600px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/h2_link.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.column-inner {
	width: 505px;
	margin: 15px 0px 0px;
	padding: 43px 0px 15px 95px;
	background-image: url(../img/hd_link.gif);
	background-repeat: no-repeat;
}

.column-inner li {
	margin: 0px 0px 5px;
	border: 1px dotted #BFBFBF;
	display: block;
}

.column-inner .comment {
	font-size: 85%;
	font-weight: normal;
	color: #666666;
	line-height: 1.5em;
}

.column-inner a {
	padding: 5px 5px 5px 20px;
	color: #00439C;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/listmark_link.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	display: block;
}

.column-inner a:hover {
	background-color: #F0F7FF;
}
