@charset "Shift_JIS";

/*--------------------------------------------------------------------
link.html			(ƒŠƒ“ƒN)
link.css
--------------------------------------------------------------------*/
div#Title h2 { background-image: url(../../img/link/title.png); }



/*--------------------------------------Link01*/
div#Link01 { margin-top: 0; }
div#Link01 h3 { background-image: url(../../img/link/sub_t01.gif); }
div#Link01 h4 {
	margin: 15px 0 5px;
	padding: 0.15em 0 0 0.5em;
	border-left: 4px solid #33629b;
	font-weight: bold;
}
div#Link01 table {
	width: 100%;
	margin-top: 10px;
	border-collapse: collapse;
}
div#Link01 table tr th {
	width: 15%;
	padding: 5px 10px;
	background: #e6ebf3;
	border: 1px solid #7f8080;
	text-align: left;
	vertical-align: top;
}
div#Link01 table tr td {
	width: auto;
	padding: 5px 10px;
	border: 1px solid #7f8080;
	text-align: left;
	vertical-align: top;
}



/*--------------------------------------Link02*/
div#Link02 { margin-top: 25px; }
div#Link02 h3 { background-image: url(../../img/link/sub_t02.gif); }
div#Link02 ul li {
	list-style: none;
	margin-bottom: 15px;
	padding-bottom: 14px;
	border-bottom: 1px dashed #cacaca;
}
div#Link02 ul li a {
	padding-left: 15px;
	background: url(../../img/sitemap/arrow01.gif) no-repeat 3px center;
	font-weight: bold;
}