@charset "utf-8";
/* CSS Document */

#main ol{
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
#main ol li{
	margin-left: 30px;
	list-style-type: decimal;
	padding-top: 3px;
	padding-bottom: 3px;
	}
#main ul{
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
#main ul li{
	margin-left: 30px;
	list-style-type: disc;
	padding-top: 3px;
	padding-bottom: 3px;
	}	
	
table{
	width: 740px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	font-size: 14px;
}

table th{
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #F2F2F2;
	vertical-align: top;
	padding-top: 7px;
}
table td{
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 7px;
}