@charset "Shift_JIS";

/*title
--------------------------------------------------------------------------------------------------------------*/
#main h2 {
	background: url(img/tit.gif) no-repeat;
	width: 580px;
	height: 30px;
	margin-top: 14px;
	text-indent: -9999px;
}

/* table
--------------------------------------------------------------------------------------------------------------*/
#main table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 580px;
	margin: 10px 0 30px;
}
	#main table th {
		background: #dfdfdf;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding: 5px;
		text-align: right;
		vertical-align: top;
		white-space: nowrap;
		line-height: 1.5;
		letter-spacing: 0.2em;
	}
	#main table td {
		border-bottom: 1px solid #ccc;
		padding: 5px 5px 5px 10px;
		vertical-align: top;
		line-height: 1.5;
	}
