@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------
	#content
----------------------------------------------------*/

/* --- 各項目の基本設定 --- */
#lNavi {
	background-image: url(../../images/secretariat/lNavi.gif);
}
#mainContent h2 {
	background-image: url(../../images/secretariat/h2Support.gif);
}
/* 以下は、各ページごとに使用するCSS */

.linkTable {
	width: 600px;
	height: auto;
	margin: 0 0 30px;
	padding: 9px;
	border: solid 1px #CCCCCC;
	font-size: 9pt;
}
.linkTable table {
	width: 600px;
	height: auto;
	border-collapse: separate;
	border-spacing: 2px;
}
.linkTable table tr {
	background-color: #F0F0F0;
}
.linkTable table tr.odd {
	background-color: #D1E6ED;
}
.linkTable table th, .linkTable table td {
	vertical-align: middle;
	padding: 6px;
}
.linkTable table th {
	height: auto;
	text-align: left;
}
.linkTable table td {
}