@charset "UTF-8";

.title {
	width: 547px;
	height: 31px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	background-image: url(../img/union-title-bg.jpg);
	background-repeat: no-repeat;
}

h2 {
	margin: 0px;
	padding: 5px 0px 0px 10px;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	float: left;
}

.link-text {
	margin: 0px;
	padding: 8px 10px 0px 0px;
	color: #003063;
	text-align: right;
	float: right;
}
.other{
	color: #003063;
}
.other a:link {
	color: #003063;
	text-decoration: underline;
}
.other a:visited {
	color: #003063;
	text-decoration: underline;
}
.other a:hover {
	color: #003063;
	text-decoration: none;
}
.other a:active {
	color: #003063;
	text-decoration: none;
}
.here {
	color: #FFFFFF;
}

/*
.here a:link {
	color: #003063;
	text-decoration: underline;
}
.here a:visited {
	color: #003063;
	text-decoration: underline;
}
.here a:hover {
	color: #003063;
	text-decoration: underline;
}
.here a:active {
	color: #003063;
	text-decoration: underline;
}
*/

.contents {
	width: 547px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.contents-table {
	width: 547px;
	margin: 0px 0px 10px 0px;
	background-color: #999999;
}

.contents-table th {
	padding: 7px 0px 7px 0px;
	text-align: center;
	font-weight: normal;
	background-color: #FAD8DF;
}

.contents-table td {
	padding: 5px 5px 5px 5px;
	line-height: 16px;
	background-color: #F7F3F7;
}

.contents-table2 {
	width: 547px;
	margin: 0px 0px 10px 0px;
	background-color: #999999;
}

.contents-table2 th {
	padding: 7px 0px 7px 0px;
	text-align: center;
	font-weight: normal;
	background-color: #C9E9C4;
}

.contents-table2 td {
	padding: 5px 5px 5px 5px;
	line-height: 16px;
	background-color: #E3F4E1;
}

.contents-text {
	margin: 0px;
	padding: 0px 10px 10px 10px;
	line-height: 16px;
	color: #666666;
}

