@charset "Shift_JIS";

/* 上部ナビ */
#c_hdr_navi #c_hdr_navi_4 {
	padding: 10px 0;
	width: 149px;
	background-color: #000000;
	color: #ffffff;
}
/* ページタイトル */
#c_main h1 {
	background-image: url("../img/chirashi_ttl.jpg");
}




/* コンテンツ */
#chirashi_cont_1_ttl {
	background-image: url("../img/chirashi_cont_1_ttl.gif");
}
#chirashi_cont_2_ttl {
	background-image: url("../img/chirashi_cont_2_ttl.gif");
}
.content p {
	margin-top: 14px;
}
.content table {
	margin-top: 8px;
	width: 620px;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	font-size: 86%;
}
.content th, td {
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 5px;
}
.content th {
	background-color: #dfd;
}
.content td {
	background-color: #ffd;
}

