@charset "UTF-8";

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/
/*------------------------Titleのスタイル------------*/
div#Title h2 { background-image: url(../../img/link/title.png); }


/*------------------------Link01のスタイル------------*/
div#Link01 {}
div#Link01 h4 { margin-top: 20px; }
div#Link01 table {
	width: 100%;
	border-collapse: collapse;
}
div#Link01 table tr th {
	width: 14%;
	padding: 8px 10px;
	background: #f5f5f5;
	border: 1px solid #c1c2c2;
	text-align: left;
	vertical-align: top;
}
div#Link01 table tr td {
	width: auto;
	padding: 8px 10px;
	border: 1px solid #c1c2c2;
	text-align: left;
	vertical-align: top;
}

/*------------------------Link02のスタイル------------*/
div#Link02 { margin-top: 60px; }
div#Link02 ul { list-style: none; }
div#Link02 ul li {
	margin-bottom: 15px;
	padding: 0.4em 0 15px;
	border-bottom: 1px dashed #c1c2c2;
}
div#Link02 ul li a {
	padding-left: 15px;
	background: url(../../img/side_arrow.png) no-repeat left center;
	font-size: 116%;
}