/* DIVの定義 */

#title {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #54516c;
	height: 180px;
	background-image: url(../img/DSCF0005.JPG);
	background-repeat: no-repeat;
	background-position: top center;
	border-top: 1px solid #bab7ad;
	border-bottom: 1px solid #bab7ad;

}

#title h1 {
	text-align: left;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	width: 800px;
	border-top: 1px solid #696969;
	border-bottom: 1px solid #696969;
}

#title p {
	color: #ffffff;
	font-size: 75%;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

/*--------------------------------------------*/

#contents {
	text-align: left;
	width: 800px;
	padding: 0 0 4px 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	background-color: #eeeeee;
}

/*--------------------------------------------*/

#contents_main {
	margin-top: 4px; 
	width: 72%;
	float: left;
	background-color: #ffffff;
}

/*--------------------------------------------*/

#contents_sub {
	margin-top: 4px;
	width: 26%;
	float: right;
	border: 1px solid #006600;
	background-color: #ffffff;
}

.sub_menu {
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 8px;
	line-height: 140%;
/*	border: 1px solid #0000cc;*/
	background-color: #ffffff;
}

.sub_link {
	background-image: url(../img/sankaku.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	list-style-type: none;
	margin-left: 4px;
	line-height: 140%;
	background-color: #ffffff;
}

.sub_link a:link {
	display: block;
	background-color: #ffffff;
	font-size: 110%;
	font-weight: bold;
	text-decoration:none;
	width: 100%;
	border-bottom: solid 1px #bab7ad;
	border-right: solid 1px #bab7ad;
}
.sub_link a:visited {
	display: block;
	background-color: #ffffff;
	font-size: 110%;
	font-weight: bold;
	text-decoration:none;
	width: 100%;
	border-bottom: solid 1px #bab7ad;
	border-right: solid 1px #bab7ad;
}

.sub_link a:hover {
	color: #ffffff;
	background-color: #7ebb30;
}

.sub_menu_banner {
	margin: 4px 2px  4px 2px;
	padding: 4px 0 4px 0;
	list-style: none;
	text-align: center;
	border-bottom: 1px dotted #bab7ab;
}

/*.sub_menu_banner a:hover {
	border-bottom: 0px dotted #cc5339;
}
*/
/*--------------------------------------------*/

/* tableの定義 */

.table_right {
	text-align: right;
}

.table_kenei td,th{
	text-align: center;
}

.table_tesuryo {
	margin-left: 88px;
}

.table_tesuryo td {
	text-align: right;
}

/*--------------------------------------------*/

/* クラスの定義 */

.box {
	clear: both;
	padding: 0 0 2px 0;
	margin: 0 0 4px 0; 
	border: 1px solid #cc5339;
	background-color: #ffffff;
}

.box_menu {
	list-style: none;
/*	text-align: center;*/
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 8px;
}

.box_list a:link {
	display: block;
/*	background-color: #d7efcd;*/
	background-color: #ffffff;
/*	color: #2e6f38;*/
	font-size: 110%;
	font-weight: bold;
	text-decoration:none;
/*	background-image: url(../img/menu_01.gif);*/
	width: 120px;
	height: 80px;
	border-bottom: solid 1px #bab7ad;
	border-right: solid 1px #bab7ad;
	background-repeat: no-repeat;
	background-position: top left;
}

.box_list a:visited {
	display: block;
/*	background-color: #d7efcd;*/
	background-color: #ffffff;
/*	color: #2e6f38;*/
	font-size: 110%;
	font-weight: bold;
	text-decoration:none;
/*	background-image: url(../img/menu_01.gif);*/
	width: 120px;
	height: 80px;
	border-bottom: solid 1px #bab7ad;
	border-right: solid 1px #bab7ad;
	background-repeat: no-repeat;
	background-position: top left;
}

.box_list a:hover {
	color: #ffffff;
	background-color: #7ebb30;
}

.box_list {
	margin: 4px 0 4px 16px;
	display: inline;
	float: left;
	height: 80px;
	background-color: #eeeeee;
	width: 120px;
/*	font-size: 100%;*/
/*	font-weight: bold;*/
	line-height: 130%;
	border-bottom: solid 1px #bab7ad;
	border-right: solid 1px #bab7ad;
/*	padding: 2px 2px 2px 2px;*/
	background-image: url(../img/line_green.gif);
}

/*--------------------------------------------*/

.float_clear {
	font-size: 50%;
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	color:#ffffff;
}

/* ----------------------------------------------------------------------------- */

