@charset "UTF-8";
/* CSS Document */

#contents{
	position:relative;
	margin:0 0 30px;
	font-size:85%;
	background:#fff;
}

h3 {margin-bottom: 11px;}

div#h3bg{
	min-height:80px;
	padding: 25px 0 0 62px;
	background:#fff url(../images/h3_bg.jpg) no-repeat bottom left;
}

* html div#h3bg{height:80px;}

div#contentsinner{
	width:740px;
	margin:0 0 0 62px;	
}

dl{
	
}

dl dt{margin:0 0 5px;}

dl dd{margin:0 0 30px;}

ul.complist{overflow: hidden;}

ul.complist:after{
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html ul.complist{
	height: 1em;
	overflow: visible;
}

/**/


