@charset "utf-8";

@import url("../../css/common/common.css");
@import url("../../css/common/layout_common.css");

/* ページタイトル */

#main {
	padding-top: 10px;
}

#main h2 {
	background-image: url(../img/title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 705px;
	height: 14px;
	text-indent: -9000px;
	font-size: 10px;
	margin: 20px 0 10px;
	border-bottom: #333333 solid 1px;
}

#main table {
	width: 705px;
	background-color: #004b88;
	padding-bottom: 10px;
	font-size: small;
}

#main table th {
	padding: 2px;
	background-color: #bbe5fb;
	font-weight: normal;
	text-align: center;
}

#main table td {
	padding: 2px;
	background-color: #FFFFFF;
	text-align: center;
}