﻿.table_description
{
	border: thin solid #226e22;
	margin: 20px;
}

.table_description th
{
	background-color:#226e22;
	color:white;
}

.table_bikou
{
	margin: 20px;
}
.table_bikou th
{
	font-weight:normal;
	width:100px;
	text-align:left;
	vertical-align:top;
}

/* 主な施設のタイトル */
.facility_link_title
{
	font-weight: bolder;
	background-color: #22711A;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px;
}

/* 主な施設へのリンク */
.facility_link
{
	display: block;
	float: left;
	margin-right: 15px;
	padding: 5px 5px 5px 10px;
	margin-bottom: 10px;

