@charset "utf-8";
@import url("common.css");

/*===========================================

    link.css
	
===========================================*/


div#contents {
	clear: both;
	margin-top: 20px;
	padding-bottom: 100px;
	}


div#contents h3 {
	clear: both;
	width: 740px;
	margin-bottom: 20px;
	margin-left: 120px;
	padding-bottom: 0;
	border-bottom: 1px solid #005BAC;
	
	color: #005BAC;
	font-weight: bold;
	font-size: 140%;
	}


div#contents h4 {
	width: 2.2em;
	margin-left: 65px;
	
	font-weight: bold;
	font-size: 120%;
	}
	
div#contents ul {
	margin-bottom: 10px;
	margin-left: 60px;
	}
	
div#contents ul li {
	float: left;
	}
	
div#contents ul.list {
	margin-left: 0;
	}
	
div#contents ul.list li {
	float: none;
	margin-left: 70px;
	margin-bottom: 2px;
	}
	
div#contents ul.list li a {
	padding-left: 1.05em;
	background: url(../img/sitemap/arrow.gif) left center no-repeat;
	}
