@charset "UTF-8";
@import url("base.css");
@import url("common.css");
@import url("fontsize.css");
#topTxt {
	font-size: 80%;
	line-height: 150%;
	margin-top: 30px;
}
h2 {
	font-size: 95%;
	margin-top: 45px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #FF6600;
	border-bottom-color: #FF6600;
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
#mainTxt p,#mainTxt li {
	font-size: 80%;
	line-height: 150%;
}
#mainTxt {
	padding-bottom: 40px;
}
