@charset "UTF-8";

div#content{
	line-height: 2;
}

table.tbl01{
	border-top: 1px solid #ccc;
	width: 920px;
	margin-bottom: 30px;
}

table.tbl01 th{
	width: 210px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

table.tbl01 td{
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

ul.list01{
	margin: 15px 0;
}

ul.list01 li{
	list-style: disc inside;
}