h1 {
	padding-bottom: 30px;
	padding-top: 18px;
}
.linklist {
	height: auto;
	margin-bottom: 50px;
}
.info {
	font-size: 14px;
	background-image: url(../images/common_top/border.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 17px;
	height: 58px;
	line-height: 20px;
	margin-bottom: 18px;
}
.center_info {
	height: 210px;
}
.center_info a {
	color: #3c3c3c;
	text-decoration: none;
}
.center_info a:hover {
	color: #006BB4;
	text-decoration: underline;
}
.category1 {
	background-image: url(../images/common_top/category1_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 186px;
	width: 312px;
	float: left;
	position: relative;
}
.category1 dt {
	margin-top: 2px;
	margin-left: 2px;
}
.category1 ul {
	padding-top: 15px;
	padding-left: 15px;
}

.category1 li {
	background-image: url(../images/common_top/list_icon.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-bottom: 13px;
	padding-left: 15px;
}

.category1 p {
	position: absolute;
	left: auto;
	top: 7px;
	right: 9px;
	bottom: auto;
}
.category2 {
	background-image: url(../images/common_top/contents_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 186px;
	width: 312px;
	float: right;
	position: relative;
}
.category2 dt {
	margin-top: 2px;
	margin-left: 2px;
}
.category2 ul {
	padding-top: 15px;
	padding-left: 15px;
}

.category2 li {
	background-image: url(../images/common_top/list_icon.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-bottom: 13px;
	padding-left: 15px;
}

.category2 p {
	position: absolute;
	left: auto;
	top: 12px;
	right: 9px;
	bottom: auto;
}
h2 {
	clear: both;
	margin-bottom: 5px;
}
.topics table {
	width: 640px;
	border-collapse:collapse;
}
.topics th {
	font-weight: normal;
	background-image: url(../images/common_top/topic_th.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	width: 165px;
	padding-bottom: 7px;
	vertical-align: top;
	padding-left: 3px;
	padding-top: 5px;
}
.topics td {
	background-image: url(../images/common_top/topic_td.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 472px;
	padding-bottom: 2px;
	line-height: 20px;
}
.topics a {
	text-decoration: none;
}
.topics a:hover {
	color: #006bb4;
	text-decoration: underline;
}