#contents {
	width: auto;
	height: auto;
	padding: 5px;
}

#sm_box {
	width: 90%;
	height: auto;
	padding: 20px;
	border: #C08040 double 3px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(../img/sm_bg.jpg) no-repeat right bottom;
}
#sm_box .txt_link {
	font-size: 14px;
	font-weight: bold;
	color: #C08040;
	margin: 0px;
	padding-left: 20px;
	line-height: 1.5em;
	background: url(../img/sm_cap.gif) no-repeat left;
}
#sm_box .txt_link a {
	color: #C08040;
	text-decoration: underline;
}
#sm_box .txt_link a:hover {
	color: #80A758;
	text-decoration: underline;
}
#sm_box .det_link {
	font-size: 12px;
	color: #333333;
	margin: 0px;
	text-indent: 5em;
	line-height: 1.5em;
}
#sm_box .det_link a {
	color: #C08040;
	text-decoration: underline;
}
#sm_box .det_link a:hover {
	color: #80A758;
	text-decoration: underline;
}
