@charset "utf-8";



#CONTENTS h3 {
	display: block;
	height: 22px;
	overflow: hidden;
	background-image: url(../images/index_h3_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	margin-top: 5px;
	font-size: 93%;
}
#CONTENTS h3 span {
	height: 22px;
	display: block;
	color: #FFF;
	padding-left: 10px;
	line-height: 22px;
	background-image: url(../images/index_h3_back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#CONTENTS ul {
	display: block;
	margin-bottom: 10px;
	margin-top: 3px;
}
#CONTENTS ul li {
	display: block;
	margin-bottom: 10px;
	font-size: 93%;
	color: #454545;
}
#CONTENTS ul li h4 {
	font-weight: bold;
	text-decoration: underline;
	font-size: 93%;
}
#CONTENTS table {
	margin-top: 8px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #767676;
	border-left-color: #767676;
	width: 723px;
}
#CONTENTS table th {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #767676;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #767676;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #b2b2b2;
	color: #333;
	font-size: 93%;
	text-align: center;
}
#CONTENTS table td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #767676;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #767676;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 93%;
	padding-left: 5px;
	color: #454545;
}
#CONTENTS .hint {
	font-size: 93%;
	color: #454545;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 10px;
}

