@charset "Shift_JIS";

/* section
================================================== */
#contents .lnkbox {
	padding-bottom: 300px;
}
ul.lst {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.lst li {
	margin-top: 7px;
	padding-left: 16px;
	font-size: 85%;
	line-height: 1.4;
	color: #000000;
	background: url("../img/lnk_ico.gif") no-repeat 0px 1px;	
}

ul.lst li a:link,
ul.lst li a:visited {
	color: #333333;
	text-decoration: none;
}
ul.lst li a:focus,
ul.lst li a:hover,
ul.lst li a:active {
	color: #5378c6;
	text-decoration: underline;
}