@charset "UTF-8";

/*--------------------------------------------------------------------
link.html	(リンク)
link.css
--------------------------------------------------------------------*/
/*タイトル*/
div#Main div#Title h2 {
	background: url(../img/link/title.png) no-repeat left top;
}

/*コンテンツ 共通*/
div#Link {
	width: 405px;
	margin: 0 auto;
	padding: 30px 0 5px;
}

div#Link table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border: 0 none;
}

div#Link table tr th {
	width: auto;
	padding: 0 0 25px 0;
	text-align: left;
	vertical-align: top;
}

div#Link table tr th h3 {
	padding: 0 0 0 15px;
	background: url(../img/link/arrow.gif) no-repeat left center;
	font-weight: bold;
	color: #106410;
}

div#Link table tr th p {
	padding: 0 0 0 18px;
}

div#Link table tr th p a {
	text-decoration: none;
}

div#Link table tr th p a:hover {
	text-decoration: underline;
}

div#Link table tr td {
	width: 90px;
	padding: 0 0 25px 0;
	text-align: center;
	vertical-align: top;
}

div#Link table tr#LinkB03 td a,
div#Link table tr#LinkB04 td a {
	display: block;
	margin: 0 auto;
	text-align: left;
	text-indent: -99999px;
	overflow: hidden;
}

div#Link table tr#LinkB03 td a {
	width: 81px;
	height: 30px;
	background: url(../img/top/wako.png) no-repeat left top;
}

div#Link table tr#LinkB04 td a {
	width: 67px;
	height: 29px;
	background: url(../img/top/was.png) no-repeat left top;
}

div#Link table tr#LinkB03 td a:hover {
	background: url(../img/top/wako.png) no-repeat left bottom;
}

div#Link table tr#LinkB04 td a:hover {
	background: url(../img/top/was.png) no-repeat left bottom;
}