@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;
	color: #454545;
}
#CONTENTS ul li h4 {
	font-weight: bold;
	text-decoration: underline;
	font-size: 93%;
}
#CONTENTS .qa {
	background-image: url(../images/status_icon1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

