@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	font-weight: normal;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 12px;
	color: #1F1F1F;
	background-image: url(images/body_back.jpg);
	background-repeat: repeat-x;
	line-height: 1.7em;
	background-position: 0px 120px;
	background-color: #F0F0F0;
}

a {
	text-decoration:underline;
	color:#12530B;
}
a:hover {
	color:#ffcc00;
	text-decoration:none;
}
a:link img{ text-decoration:none; border:none 0px; }
a:visited img{ text-decoration:none; border:none 0px; }



h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
body h1{
	color: #FFF;
}



#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/wrapper_back.png);
	background-repeat: repeat-y;
	background-position: center;
}
#wrapper #main {
	float: left;
	width: 690px;
	padding-bottom: 100px;
}
#container #clear {
	clear: both;
	width: 100%;
}

#header_inner {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/header_back.jpg);
	background-repeat: repeat-x;
}


	
#logo {
	display: block;
	background-image: url(contents2/img/logo.jpg);
	background-repeat: no-repeat;
}
#logo a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
}
#navi {
	margin: 0px;
	padding: 0px;
}
#navi li {
	background-image: url(images/navi_back.jpg);
	height: 34px;
	width: 240px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navi li a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}

#navi1 {
	
}

#navi2 {
	background-position: 0px -34px;
}
#navi3 {
	background-position: 0px -68px;
}
#navi4 {
	background-position: 0px -102px;
}
#navi5 {
	background-position: 0px -136px;
}
#navi6 {
	background-position: 0px -170px;
}
#navi7 {
	background-position: 0px -204px;
}
#navi8 {
	background-position: 0px -238px;
}
#navi9 {
	background-position: 0px -272px;
}
#navi10 {
	background-position: 0px -306px;
}#navi11 {
	background-position: 0px -340px;
}


#navi1:hover {
		background-position: -251px 0px;
}
#navi2:hover {
		background-position: -251px -34px;
}

#navi3:hover {
	background-position: -251px -68px;
}
#navi4:hover {
	background-position: -251px -102px;
}
#navi5:hover {
	background-position: -251px -136px;
}
#navi6:hover {
	background-position: -251px -170px;
}
#navi7:hover {
	background-position: -251px -204px;
}#navi8:hover {
	background-position: -251px -238px;
}#navi9:hover {
	background-position: -251px -272px;
}#navi10:hover {
	background-position: -251px -306px;
}
#navi11:hover {
	background-position: -251px -340px;
}


#side_l {
	float: left;
	width: 240px;
	height: 1300px;
	margin: 7px;
	padding: 0px;
	background-color: #61A140;
	text-align: center;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
#footer {
	background-image: url(images/footer_back.jpg);
	background-repeat: repeat-x;
	clear: both;
	height: 132px;
	color: #525252;
	text-align: center;
	padding-top: 15px;
}


.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#header #header_inner a {
	color: #EE6537;
}
#main .profile {
	width: 650px;
	border-collapse:collapse;
	border-spacing:inherit;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#container h2 {
	font-size: 120%;
	font-weight: bold;
	color: #063;
}
#container #wrapper #main .map {
	margin: 10px;
}


#main .profile th {
	padding: 4px;
	border: 1px solid #CCC;
	color: #436A35;
	background-color: #D0E1CA;
	width: 180px;
	
	 border-collapse:collapse;
	 border-spacing:inherit;
}
#main .profile td {
	padding: 4px;
	border: 1px solid #CCC;
	 border-collapse:collapse;
	 border-spacing:inherit;
}
#main .sitemap {
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
