@charset "UTF-8";
h3 {
	font-weight: bold;
	border-bottom: 1px solid #c0c9c9;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-top: 15px;
	clear: both;
	color: #336600;
}

/*employ*/
dl#purpose {
	clear: both;
	padding-bottom: 20px;
}

#purpose dt {
	width: 140px;
	font-size: 92%;
	line-height: 1.3em;
	float: left;
	clear: left;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #404949;
	text-align: right;
}

#purpose dd {
	width: 380px;
	font-size: 92%;
	line-height: 1.3em;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#purpose dd li {}



/*case*/
#case {}

#case li {
	font-size: 92%;
	line-height: 1.3em;
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 5px;
	margin-left: 20px;
}



/*charge*/
#charge {}

#charge dt {
	font-size: 92%;
	line-height: 1.3em;
	background: url(img/chargetop.gif) no-repeat center top;
	padding-top: 10px;
	padding-left: 20px;
}

#charge dd {
	font-size: 92%;
	line-height: 1.3em;
	background: url(img/chargebtm.gif) no-repeat center bottom;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 10px;
}

