@charset "UTF-8";

.link-maintitle {
	background-image: url(../images/link_img/link_main-title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 560px;
	text-indent: -9999px;
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
	overflow: hidden;
}.link-list {
	margin: 20px;
	font-size: 1.1em;
	letter-spacing: 0.1em;
}
.link-list li {
	background-image: url(../images/outline_img/outline_list-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-bottom: 0.7em;
	padding-top: 0.7em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 20px;
}

dl.linkBnr {
	margin-right: 24px;
	margin-left: 28px;
	font-size: 1em;
	line-height: 1.5em;
}
dl.linkBnr dt {
	background-image: url(../images/ticket_img/ticket_list-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66CC99;
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	color: #3399CC;
	letter-spacing: 0.1em;
	line-height: 1.3em;
}
dl.linkBnr dd {
	margin-bottom: 2em;
}
dl.linkBnr dd li {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}