@charset "Shift-JIS";

/* company css set */

p#caption {
	margin-right: 8px;
	margin-top: 20px;
	font-size: 10px;
	text-align: right;
}

#contents h3 {
	margin-top: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-size: 16px;
	font-weight: bold;
	border-left: 4px solid #CCCCCC;
}
#contents h3 {
	margin-top: 10px;
}
h4 {
	margin-top: 20px;
	margin-left: 8px;
	font-weight: bold;
}

#contents dl {
	margin-top: 10px;
	margin-left: 8px;
	margin-right: 8px;
}
#contents dt {
	padding-top: 7px;
	padding-bottom: 7px;
	width: 16em;
	font-weight: bold;
	float: left;
	clear: both;
	border-top: 1px solid #CCCCCC;
}
#contents dd {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-left: 16em;
	_height:1%;
	border-top: 1px solid #CCCCCC;
}
#contents dt.start, #contents dd.start {
	border: none;
}