@charset "Shift_JIS";

/* 上部ナビ */
#c_hdr_navi #c_hdr_navi_2 {
	padding: 10px 0;
	width: 149px;
	background-color: #000000;
	color: #ffffff;
}
/* ページタイトル */
#c_main h1 {
	background-image: url("../img/homepage_ttl.jpg");
}
/* コンテンツ */
#homepage_cont_1_ttl {
	background-image: url("../img/homepage_cont_1_ttl.gif");
}
#homepage_cont_2_ttl {
	background-image: url("../img/homepage_cont_2_ttl.gif");
}
.content p {
	margin-top: 14px;
}
.content h3 {
	margin-top: 14px;
}
table {
	margin-top: 14px;
	width: 620px;
}
th, td {
	border: 1px solid #666;
}
th {
	background-color: #dfd;
}
td {
	background-color: #ffd;
}
.zero_border {
	border: 0;
	background-color: #fff;
}

