@import "format.css";
@import "common.css";

h1{
	background: url(../images/setsubi_h1.gif);
	padding-top:49px;
	width:575px;
	}

h1.english{
	background: url(../english/images/setsubi_h1.gif);
	padding-top:49px;
	width:575px;
	}		

table{
	margin-bottom:20px;
	}	

th{
	width:290px;
	padding:5px;
	border-bottom:1px solid #cccccc;
	text-align:left;
	}

td{
	width:265px;
	padding:5px;
	border-bottom:1px solid #cccccc;
	text-align:right;
	}	

table.last{
	margin-bottom:30px;
	}			