@charset "utf-8";
#CONTENTS .float_l {
	float: left;
	width: 359px;
	margin-bottom: 10px;
}
#CONTENTS .float_r {
	float: right;
	width: 359px;
	margin-bottom: 10px;
}



#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%;
	margin-bottom: 5px;
}
#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 strong {
	font-weight: normal;
	color: #F00;
}
#CONTENTS ul.list  {
	display: block;
	margin-top: 5px;
}
#CONTENTS ul.list  li{
	display: block;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #7f7f7f;
	padding-bottom: 5px;
}
#CONTENTS ul.list li  ul{
	margin-left: 20px;
}
#CONTENTS ul.list li ul li{
	border-top-style: none;
	width: 50%;
	float: left;
	padding: 0px;
	font-size: 93%;
}
#CONTENTS ul.list li  h4{
	margin-top: 3px;
}

