@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;
}
#main h3.tit01 {background: url(img/tit01.gif) no-repeat;}
#main h3.tit02 {background: url(img/tit02.gif) no-repeat;}
#main h4 {
	width: 550px;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 10px;
	border: 1px solid #cbd4de;
}

#main p {
	margin-bottom: 1.3em;
}
#main table {
	width: 560px;
	background: #a3a3a3;
	border: 1px solid #a3a3a3;
	margin-bottom: 20px;
}
#main table caption {
	padding-bottom: 5px;
	font-weight: bold;
}
#main table th {
	padding: 5px;
	font-weight: normal;
	text-align: center;
	background: #50709a;
	color: #ffffff;
}
#main table td {
	padding: 5px;
}
td.bg01 {
	background: #f0f2f5;
	border-top: 1px solid #a3a3a3;
	width: 215px;
}
td.bg02 {
	background: #eeeeee;
	text-align: center;
	white-space: nowrap;
	border-top: 1px solid #a3a3a3;
}
td.bg03 {
	background: #ffffff;
}