@charset "Shift_JIS";

body {
	font-size: 90%;
	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;
	background-color: #FFF;
	background-image: url(img/bg-body.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #666;
}


* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* ƒ{ƒfƒB‚ÉŠÖ‚·‚éCSS */

#wrapper {
	width: 830px;
	margin: 0 auto;
	text-align: left;
}


#header {
  width: 830px;
  height: 450px;
  position: relative;
}


#header2 {
  width: 830px;
  height: 276px;
  position: relative;
}


#my_menu{
  width: 830px;
  height: 36px;
  float: left;
  background-color: #FFFFFF;
  padding: 0px;
  left: 0px;
  margin: 0px;
}

#my_menu img {
	border: none;
	float : left;
	margin-right: 0px;
	margin-left: 0px;
}


#contents {
	float: left;
	width: 560px;
	margin-bottom: 3em;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
}

#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

#contents2 {
	float: left;
	width: 810px;
	margin-bottom: 3em;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#contents2 p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}


#sidebar {
  float: right;
  width: 200px;
  margin-bottom: 3em;
  padding: 0 10px 0 20px;
}

#footer {
	width: 100%;
}

#footer2 {
	width: 830px;
	background-color: #F00;
	color: #ffffff;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}


.logo {
  font-size: 140%;
  position: absolute;
  top: 40px;
  left: 30px;
}

.logo a {
  text-decoration: none;
  background-color: #ffffff;
  color: #333333;
}

.logo a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #ff0000;
}



h1 {
  font-size: 100%;
  font-weight: normal;
  position: absolute;
  top: 110px;
  right: 20px;
}


h2 {
	font-size: 16px;
	line-height: 19px;
	background: #E8E8E8;
	font-style: normal;
	color: #333;
	height: auto;
}
h3 {
	font-size:20px;
	color: #0000CC;
	font-style: normal;
	font-weight: bolder;
	line-height: 25px;
}

h4{
	font-size : 140%;
	font-weight : bold;
	color : #3A7A70;
	text-align : left;
	letter-spacing : 1px;
	line-height : 160%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99CCCC;
	border-right-color: #99CCCC;
	border-bottom-color: #99CCCC;
	border-left-color: #99CCCC;
	margin-right: 5px;
	text-indent: 5px;
  }


h5{
	font-size : 100%;
	font-weight : bold;
	color : #3A7A70;
	text-align : left;
	letter-spacing : normal;
	padding-left : 1em;
	line-height : 1.2em;
	margin-right: 2.2em;
	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: #99CCCC;
	border-right-color: #99CCCC;
	border-bottom-color: #99CCCC;
	border-left-color: #99CCCC;
	width: 250px;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}


.sidetitle {
  padding: 0.5em 0;
  border-bottom: 1px solid #666666;
}


.localnavi {
  list-style-type: none;
  margin: 0 0 2em;
}

.localnavi li { display: inline; }

.localnavi a {
  text-decoration: none;
  display: block;
  width: 185px;
  padding: 0.5em 5px 0.5em 10px;
  background: #ccc url(img/bg-localnavi.jpg) no-repeat 0 100%;
  color: #000000;
}

.localnavi a:hover {
  text-decoration: none;
  background: #333 url(img/bg-localnavi.jpg) no-repeat -200px 100%;
  color: #ffffff;
}

