@charset "UTF-8";

/*------------------------------------------------
#title
------------------------------------------------*/
#title {
	height: 70px;
	background: url(img/title.gif) no-repeat;
}

/*------------------------------------------------
#main
------------------------------------------------*/
#main h3 {
	width: 560px;
	height: 35px;
	margin-top: -10px;
	margin-bottom: 10px;
	text-indent: -9999px;
	background: url(img/tit.gif) no-repeat;
}
#main p {
	margin-bottom: 1.3em;
}
#main table {
	width: 560px;
	margin-bottom: 15px;
}
#main table th {
	padding: 5px;
	font-weight: normal;
	text-align: center;
	background: #50709a;
	color: #ffffff;
	width: 20px;
	border-bottom: 1px solid #50709a;
	border-right: 1px solid #50709a;
}
#main table td {
	padding: 5px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
td.bg01 {
	background: #f0f2f5;
	text-align: center;
	white-space: nowrap;
}
td.border-top {
	border-top: 1px solid #cccccc;
}