@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: 23px;
	}
	#contents dl {
		padding-bottom: 20px;
		line-height: 1.7;
	}
	#contents dt {
		float: left;
		color: #d90000;
	}
	#contents dd {
		margin-bottom: 6px;
		margin-left: 50px;
		width: 415px;
	}
	#contents div.button {
		margin-bottom: 27px;
		width: 466px;
		text-align: right;
	}