@charset "utf-8";


/* sl_dl
---------------------------------------------------- */
#sl_dl {
	margin: 0px;
	padding: 0px;
}
#sl_dl dt {
	font-size: 1.4em;
	font-weight: bold;
	color: #ff8400;
	margin: 0px 0px 5px;
	padding: 0px;
}
#sl_dl dd {
	font-size: 1.3em;
	line-height: 160%;
	margin: 0px 0px 15px 35px;
	padding: 0px 0px 0px 10px;
	border-left: 3px solid #ddd;
}


/* table
---------------------------------------------------- */

table.style_sl {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	width: 650px;
	clear: both;
	margin: 50px 0px 0px;
}

table.style_sl th,table.style_sl td {
	padding: 5px 8px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	line-height: 140%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	vertical-align: top;
}
table.style_sl th {
	text-align: center;
	font-weight: bold;
	background: #f90;
	color: #fff;
	font-size: 1.5em;
}
table.style_sl td {
	font-size: 1.3em;
}
table.style_sl th.th2 {
	color: #333;
	background: #fff7d6;
	text-align: left;
	font-weight: normal;
	width: 90px;
	font-size: 1.3em;
}
