@charset "utf-8";


/*表カスタマイズ===============================================*/


/*施設説明==============================*/


table.setsumei {border: solid 1px #ed811b; border-collapse: collapse; width:100%;}

th.setsumei {
	border: solid 1px #ed811b;
	padding: 3px;
	background-color: #fde4a1;
	text-align: right;
	vertical-align: middle;
}

td.setsumei {
	border: solid 1px #ed811b;
	background-color: #FFFFFF;
	padding: 3px;
	text-align: left;
	vertical-align: top;
}



/*表カスタマイズ===============================================*/



/*見出し===============================================*/


h2.guide {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
	vertical-align: text-bottom;
	padding-top: 5px;
	padding-left: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 30px;
	background-image: url(/images/title_menu.jpg);
	background-repeat: no-repeat;
	background-position: top;
}




h3.guide {
	color: #ed811b;
	border-bottom-color: #ed811b;
	border-bottom-width: 3px;
	border-bottom-style: double;
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}



h4.guide {
	color: #ed811b;
	border-left-color: #ed811b;
	border-bottom-color: #ed811b;
	border-left-width: 5px;
	border-left-style: solid;
	font-size: 1em;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

h5.guide {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
	color: #ed811b;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: left;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

h6.guide {
	font-size: 1em;
	text-align: left;
	line-height: 1.4em;
	color: #ed811b;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 5px;
	margin-left: 30px;
	margin-right: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ed811b;
}

/*コーナー内リンク===============================================*/


#SubLinkArea_h2 {
	text-align: center;
	color: #ed811b;
	clear: both;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ed811b;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ed811b;
	padding: 5px;
}


#SubLinkArea_h2 a:link {
	color: #ed811b;
	text-decoration: underline;
}

#SubLinkArea_h2 a:visited {
	color: #ed811b;
	text-decoration: underline;
}

#SubLinkArea_h2 a:hover {
	color: #ffa421;
	text-decoration: underline;
}

#SubLinkArea_h2 a:active {
	color: #ffa421;
	text-decoration: underline;
}

