@charset "Shift_JIS";

.info {
	background: #fdfee7;
	clear: both;
	padding: 5px;
	width: 600px;
	margin: 10px 5px 0px 50px;
	font-size: 90%;
	font-weight: normal;
	color: #585858;
}

.info h4 {
	font-size: 120%;
	color: #4d4d4d;
	text-decoration: none;
	margin-top: 15px;
	padding-left: 0px;
	font-weight: normal;
	padding-bottom: 15px;
	border-left-style: none;
	border-bottom-style: none;
}

.info dl {
	width: 600px;
	margin: -5px 0 30px 0;
	padding: 5px 0px 5px 0px;
	border-top: solid 1px #FFADAD;
	border-left: solid 1px #FFADAD;
	font-weight: normal;
	color: maroon;
}

.info dt {
	clear: both;
	float: left;
	font-style: normal;
	line-height: 1.7;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	width: 50px;
	border-bottom-style: solid;
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #f0f0f0;
	color: maroon;
}

.info dd {
	margin: 0px;
	padding: 0px;
	line-height: 170%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
	color: #3e3e3e;
}

.info .noline {
	border-bottom-style: solid;
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #fdfee7;
}

.info .nidan {
	font-size: 90%;
	color: green;
}

a[href $='.pdf'] {
	padding: 0px 20px 0px 0px;
	background: url(../image/pdf_small.gif) no-repeat center right;
}
