@charset "utf-8";


#main_col {
	padding-top: 20px;
}

#main_col p {
	margin-top: 20px;
}

#main_col p.e_01 {
	background-color: #d9d9d9;
	padding: 5px;
}

.bn {
	padding-top: 20px;
}

.bn dl {
	border: 1px solid #999999;
	background-color: #ebebeb;
	padding: 20px;
	margin-top: 5px;
}

.bn dt {
	padding-top: 5px;
}

.bn dd {
	text-align: right;
	padding-top: 20px;
}

#back_col {
	padding-bottom: 20px;
}

#back_col dl {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#back_col dt {
	float: left;
	width: 500px;
	line-height: 20px;
}

#back_col dt a {
	font-weight: bold;
}

#back_col dd {
	float: left;
	width: 120px;
	padding-left: 20px;
	text-align: center;
}

