@charset "Shift_JIS";

/*title
--------------------------------------------------------------------------------------------------------------*/
h2 {background: url(img/title.jpg) no-repeat;}
h3 {background: url(img/tit.gif) no-repeat;}


/*table
--------------------------------------------------------------------------------------------------------------*/
#main table,
#main th,
#main td {
	border-collapse: separate;
	border-spacing: 0;
	padding: 1px;
}
#main table {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	margin-bottom: 20px;
}
#main th {
	background: #eee;
	border-top: 1px solid #fff;
	border-right: 1px solid #999;
	border-bottom: 1px solid #444;
	border-left: 1px solid #fff;
	font-size: 85%;
}
#main td {
	border-top: 1px solid #fff;
	border-right: 1px solid #999;
	border-bottom: 1px solid #444;
	border-left: 1px solid #fff;
	text-align: center;
	font-size: 85%;
}
#main th.w18 {
	width: 18px;
	text-align: center;
}
#main td.title {
	text-align: left;
	font-size: 93%;
}
