@charset "utf-8";
@import "/common/css/base.css";
@import "/common/css/frame.css"; 

#contents dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#contents dl {
	display: inline-table;
	/*\*/
	display: block;
	*height: 1%;
	/**/
}

/* PAGEBODY */
#pageBody {
	background: url(../images/bg_pagebody.gif) repeat-y left top;
	margin: 4px 0 15px 0;
	padding: 20px;
}

/* CONTENTS */
#contents {
	padding-top: 23px;
	width: 712px;
}

/* MAINCONTENTS */
	#contents h2 {
		background: url(../images/bg_hed.gif) repeat-y left top;
		margin-bottom: 37px;
		padding-left: 20px;
		font-size: 12px;
		/*\*/
		*font-size: 100%;
		/**/
	}
	#contents dl {
		padding-left: 20px;
	}
	#contents dt {
		float: left;
		color: #dcdcdc;
		font-weight: bold;
	}
	#contents dd {
		margin-left: 105px;
		margin-bottom: 29px;
		line-height: 1.7;
	}




