@charset "utf-8";

@import url("base.css");

table.style-a {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	width: 640px;
}
table.style-a th,table.style-a td {
	padding: 4px 8px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	vertical-align: top;
	font-size: 1.3em;
	line-height: 180%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
table.style-a th {
	text-align: left;
	font-weight: normal;
	background: #FFFAE7;
	width: 100px;
}


#contents ol.ol-01 {
	font-size: 1.3em;
	line-height: 180%;
	list-style: decimal inside;
	margin: 0px 0px 15px 3px;
	padding: 0px;
}
#contents ol.ol-01 li {
	background: url(../images/dt01.gif) repeat-x left bottom;
	padding: 3px 0px;
}

#contents ul.ul-01 {
	font-size: 1.3em;
	line-height: 180%;
	margin: 0px 0px 15px;
	padding: 0px 0px 0px 30px;
}

