@charset "UTF-8";
/* TOP CSS Document */
.pageimage {
	height: 224px;
	width: 590px;
	margin: 0px;
	padding: 0px;
	float: right;
	overflow: hidden;
}
#contents {
	margin-top: 12px;
	margin-bottom: 12px;
	overflow: auto;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
h4{
	font-size: 1em;
	color: #333333;
	font-weight: normal;
	padding: 0px;
	width: 600px;
	line-height: 150%;
	margin: 0px;
}
.column{
	width: 600px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 25px;
}
.back{
	width: 600px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}
.back a{
	font-size: 0.75em;
	color: #333333;
	text-decoration: none;
}
.back a:hover{
	color: #999999;
	text-decoration: underline;
}
.box{
	padding: 0px;
	width: 600px;
	text-align: left;
	clear: both;
	overflow: auto;
	margin: 10px auto 0px;
}
.box li,.box2 li{
	list-style-type: none;
	float: left;
	padding-right: 10px;
	margin: 0px;
	font-size: 0.85em;
	line-height: 150%;
}
.box a,.box2 a{
	color: #333333;
	text-decoration: none;
}
.box a:hover,.box2 a:hover{
	color: #999999;
	text-decoration: underline;
}
.box h5{
	font-size: 0.9em;
	font-weight: normal;
	color: #333333;
	text-align: left;
	margin: 0px;
	line-height: 150%;
}
.box2{
	padding: 0px;
	width: 600px;
	text-align: left;
	clear: both;
	overflow: auto;
	margin: 0px auto;
}
table{
	text-align: center;
	width: 600px;
	margin-bottom: 10px;
}
th{
	margin: 0px;
	color: #000000;
	font-size: 0.8em;
	background-color: #98B9EC;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 120%;
}
td{
	color: #000000;
	margin: 0px;
	font-size: 0.8em;
	background-color: #F1F2C1;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 120%;
	text-align: right;
	padding-right: 5px;
}
td a{
	color: #FF3300;
	text-decoration: none;	
}
td a:hover{
	color: #666666;
	text-decoration: none;	
}
					
