@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%;
	/**/
}

/* CONTENTS */
	#contents h1 {
		margin-bottom: 36px;
	}
	#contents h2 {
		margin-bottom: 31px;
	}
	#contents h3 {
		margin-bottom: 9px;
		font-size: 12px;
		/*\*/
		*font-size: 100%;
		/**/
	}
	#contents p {
		line-height: 1.7;
	}
	#contents p.note {
		margin-top: 2px;
		font-size: 10px;
		/*\*/
		*font-size: 80%;
		/**/
		color: #bfbfbf;
	}
	#contents div.lead {
		background: url(../images/lin_dot.gif) no-repeat left bottom;
		margin: 0 20px 30px 20px;
		padding-bottom: 28px;
	}
	#contents div.block {
		background: url(../images/lin_dot.gif) no-repeat left bottom;
		margin: 0 20px 30px 20px;
		padding-bottom: 31px;
	}
	#contents dl {
		padding: 0 20px;
	}
	#contents dt {
		float: left;
	}
	#contents dd {
		margin-left: 306px;
		line-height: 1.7;
	}
	#contents dd img {
		margin-top: 10px;
	}
