@charset "utf-8";

/* 全ページ共通CSS読み込み */
@import url("common.css");
@import url("menu.css");	/* ヘッダーメニュー用CSS */


/*---------- 入園案内ページ用CSS記述 ----------*/
#wrap #main #contents #matome #gaikan_p {
	float: right;
	padding-left: 20px;
}
/* テーブル */
table {
	margin-left: 30px;
}
th {
	color: #484848;
	background-color: #ccff99;
	padding:10px 0px 10px 10px;
	border-right:1px solid #484848;
}
.tbborder {
	border: 1px solid #484848;
}
.tbborder_cell {
	border-bottom:1px dashed #484848;
}
.tbborder_th {
	border-bottom:1px dashed #484848;
}
.line_b {
	border-bottom:1px solid #484848;
}
.line_b2 {
	border-bottom:1px solid #484848;
	padding-left: 10px;
}
.tbborder_s {
	padding-left: 10px;
}
