


div#contents h4	{
	border: 3px solid #000;
	background: #01ADEB;
	color: #fff;
	font-size: 1.3em;
	padding: 5px 6px 2px 6px!important;
	margin:27px 0 23px 29px!important;
	text-align: left;
	font-weight: bold;
	float: left;
	display:block;
	white-space:nowrap;
}

* html div#contents h4	{
	margin:27px 0 23px 15px!important;
}

*:first-child+html div#contents h3	{
	margin-bottom:0px!important;
	display:block;
	float:left;
	clear:both;
}


div#contents dl {
	display: block;
	clear: both;
	float: left;
	width: 643px;
	margin:0;
	padding: 0 28px;
}

div#contents dl dt {
	clear: both;
	padding:13px 0 14px 0;
	margin: 0 0 0 14px;
	font-weight:normal;
	height:auto;
	display: inline;
	line-height:1.7em;
	float: left;
}

div#contents dl dd {
	background: url(images/denkyu.gif) no-repeat 6em 1em;
	clear: right;
	padding:13px 0px 14px 8em;
	margin: 0 0 0 14px;
	font-weight:bold;
	border-bottom:1px solid #ddd;
	height:auto;
	display: block;
	line-height:1.7em;
}


div#contents dl dd a:link,
div#contents dl dd a:visited	{
	color:#000!important;
	text-decoration:underline;
}

div#contents dl dd a:hover,
div#contents dl dd a:active	{
	color:#666!important;
	text-decoration:none;
}

