@charset "UTF-8";
/* CSS Document */

#navi-box-p {
	background-image: url(image/navi06.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 72px;
	clear: both;
}
#link-box {
}
#link-box ul {
	margin: 0px;
	padding: 0px 13px;
	list-style-position: inside;
	list-style-type: square;
	color: #009556;
}
#link-box li {
	font-size: 14px;
	line-height: normal;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}
#link-box dl {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#link-box dt {
	font-weight: bold;
	color: #004d91;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #004d91;
}
#link-box dd {
	font-size: 12px;
	line-height: normal;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 12px;
}
#link-box span {
	font-size: 75%;
	color: #b3b3b3;
	font-weight: normal;
}

