* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #0066CC;
  text-decoration: underline;
}

a:visited {
  color: #37A534;
  text-decoration: underline;
}

a:hover {
  color: #9DACBF;
  text-decoration: underline;
}


.title {
	font-size: 24px;
}

body {
	font-size: 13px;
	text-align: center;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
	padding: 0;
	margin: 0;
}


#bodycontents {
	text-align: left;
	width: 800px;
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#contents {
	float: right;
	width: 570px;
	padding-top: 7px;
	padding-bottom: 20px;
	font-size: 13px;
	line-height: 150%;
	padding-left: 20px;
	background-color: #FFFFFF;
}

#sidebar {
	float: left;
	width: 190px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 13px;
	line-height: 150%;
}

#footer {
	clear: both;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}


h1 {
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}


.description {
	padding-bottom: 7px;
	padding-top: 7px;
	font-size: 13px;
	line-height: 120%;
}


h2 {
	font-size: 14px;
	font-weight: bold;
	background-color: #37A534;
	color: #FFFFFF;
	height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #37A534;
}

h3 {
    font-size: 14px;
	line-height: normal;
	border-left-width: 20px;
	border-left-style: ridge;
	border-left-color: #37A534;
	height: 15px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 0px;
	margin-top: 7px;
	margin-bottom: 7px;
}

h4 {
	font-size: 14px;
	line-height: normal;
	border-bottom-width: 2px;
	border-left-width: 15px;
	border-bottom-style: solid;
	border-left-style: ridge;
	border-bottom-color: #37A534;
	border-left-color: #37A534;
	height: 18px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 170px;
}


#contents p {
  line-height: 150%;
  margin-bottom: 0.5em;
}


#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }

#contents ul { margin: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }


.sidetitle {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}


.localnavi {
	list-style-type: none;
	margin-bottom: 15px;
}

.localnavi li {
	text-align: left;
	font-size: 13px;
	line-height: 150%;
	background-color: #FFFFFF;
	margin-top: 1px;
	margin-right: 0px;
	margin-left: 3px;
	border: 1px solid #000000;
	height: 20px;
}

.localnavi a {
	color: #000000;
	display:block;
	padding-left: 5px;
}

.localnavi a:hover {
	text-decoration: none;
	background-color: #37A534;
	color: #FFFFFF;
	border: 1px solid #000000;
}


#footer p {
	text-align: center;
}

#nav {
	margin: 0px;
	list-style:none;
	float:left;
	width : 760px;
	font-size: 13px;
	line-height: 150%;
}
   
   
#nav li {
	float:left;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 13px;
	text-align: center;
	width: 147px;
	height:20px;
	margin-top: 1px;
	margin-right: 0px;
	margin-left: 3px;
	line-height: 150%;
	font-weight: normal;
}
   
   
#nav a{
   color: #000000;
   display:block;
   width: 147px;
   height:20px;
}


#nav a:hover {
	color: #FFFFFF;
	background-color: #24951F;
	text-decoration:none;
	height:20px;
	width: 147px;
}
