﻿@charset "UTF-8";


/*---------- body ----------*/

body {
  font-family: Arial, Helvetica,"メイリオ",Meiryo,"AR P丸ゴシック体M","ヒラギノ角ゴ Pro W3", "Hiragino KaKu Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #333;
  background-image: url(img/back-01.jpg);
  background-repeat: repeat-y;
  background-position: center;
    }

a:link {
  color: #69821b;
  font-size: 12px;
}

a:hover {
  color: #99ab4e;
  font-size: 12px;
}

a:visited {
  color: #69821b;
  font-size: 12px;
}

p {
  margin: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
}

a img { border: none;}

/*---------- main ----------*/

#main {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 900px;
  background-color: #ffffff;

}

#main-p{
  margin: 15px 0 10px 0;
  padding: 15px 0 0px 0;
  line-height: 120%;
  letter-spacing: 1px;
}


/*---------- header ----------*/

#header {
  margin: 0;
  width: 900px;
  height: 120px;
  background-color: #ffffff;
  border-top: solid 10px #4FB33B;
  background-repeat: no-repeat;
  background-position: right;
}

#header-a {
  margin: 0;
  width: 900px;
  height: 20px;
  background-color: #ffffff;
  border-top: solid 10px #4FB33B;
  background-repeat: no-repeat;
  background-position: right;
}

#pr {
   position:absolute;
   left:0;
   top:0;
   width:800px;
}

#gnavi {
   position:absolute;
   top:0;
   right:0;
}


#header h1 {
  margin: 0;
  padding: 2px 0 0 10px;
  font-weight: normal;
  text-align: left;
  font-size: 14px;
  color: #666666;
}

#header h2 {
  margin: 0;
  padding: 25px 10px 10px 15px;
  width: 400px;
  text-align: left;
  font-size: 14px;
  color: #333333;
  letter-spacing: 1px;
}


/*---------- header menu ----------*/

#header-menu {
   width:100%;
   float:left;
   border-right:1px solid #D8D8D8;
   background:url("img/menu-60-16-wu.jpg") repeat-x;

}

#header-menu ul {
   width:900px;
   margin:0 auto;
   padding:0;

}

#header-menu li {
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
}


#header-menu a {
   display:block;
   width:149px;
   line-height:60px;
   border-left:1px solid #D8D8D8;
   color:#3F2A0F;
   font-weight:normal;
   font-size:16px;
   text-decoration: none;
}


#header-menu a:hover {
   color:#A4A4A4;
   background:#fff url("img/menu-60-16-wd.jpg") repeat-x;
   z-index:100;
}

#header-menu a:active {
   color:#ff00ff;
}

#header-menu a.selected {
   background:#fff url(img/menu-60-16-wd.jpg) repeat-x;
}


/*---------- container ----------*/

#container {
  float: right;
  width: 660px;
  overflow: hidden;
  margin: 10px 0 0 0;
  padding: 10px 6px 6px 6px;
  background-color: #ffffff;
 border: solid 1px #E6E6E6;
}


/*---------- contents ----------*/


#contents {
  float: left;
  margin: 0;
  padding: 5px 8px 5px 0;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 1px;
  width: 660px;
}

#contents h2 {
  margin: 0 0 4px 0;
  padding: 10px 0 6px 15px;
  line-height: 110%;
  font-size: 18px;
  color: #69821b;
  background-image: url(img/tit-01-gr.jpg);
 /* background-repeat: repeat-x; */
}

#contents h3 {
  margin: 12px 5px 10px 5px;
  padding: 10px 10px 7px 13px;
  line-height: 110%;
  font-size: 16px;
  color: #4FB33B;
}

#contents h4 {
  margin: 10px 30px 0 30px;
  padding: 10px 0 10px 10px;
  font-weight:normal;
  line-height: 150%;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
}


#contents h5 {
  margin: 10px 30px 0 20px;
  padding: 10px 0 10px 10px;
  font-weight:normal;
  line-height: 150%;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
}

#contents p {
  margin: 14px 0 18px 0;
  padding: 0 5px 0 5px;
  line-height: 180%;
  letter-spacing: 1px;
  color: #000000;
  text-align: justify;
  text-justify: inter-ideograph;
}

#contents p1 {
  margin: 14px 0 18px 0;
  padding: 0 5px 0 50px;
  line-height: 180%;
  letter-spacing: 1px;
  color: #000000;
  text-align: justify;
  text-justify: inter-ideograph;
}

#contents h2 a {
  font-size: 18px;
  color: #69821b;
  text-decoration: none;
}

#contents h2 a:hover {
  font-size: 18px;
  color: #4FB33B;
}

#contents h3 a {
  font-size: 16px;
  color: #4FB33B;
  text-decoration: none;
}

#contents h3 a:hover {
  font-size: 16px;
  color: #69821b;
}

#contents a {
  font-size: 14px;
  color: #DF3A01;
}

#contents a:hover {
  font-size: 14px;
  color: #99ab4e;
}

#contents li {
  padding: 0 0 0 100px;
  list-style-type:none;
}

#contents li a{
  color: #000000;
  text-decoration: none;
}

img.fl {
	float: left;
	margin-right: 10px;
	margin-bottom: 1em;
}
img.fr {
	float: right;
	margin-left: 10px;
	margin-bottom: 1em;
}

/* --------- table class --------- */

.tb-a{
 width: 600px;
 margin: 0 10px 0 10px;
 border-collapse: collapse;
  }

/*  .tb-a th{
 width: 20px;
 padding: 15px 6px 6px 15px;
 text-align: left;
 vertical-align: top;
 color: #333;
 background-color: #eee;
 border: 1px solid #b9b9b9;
 } */


 .tb-a td{
 width: 100px;
 padding: 15px 6px 6px 15px;
 text-align: left;
 background-color: #fff;
 border: 1px solid #b9b9b9;
 }


.att {
   padding-left: 2em;
   text-indent: -1em;
 }

#contents img.photo {
  float: left;
  margin: 10px 20px 0 0;
}

#contents img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

#contents p.photo {
  margin: 0 0 20px 0;
  padding: 0;
}

table#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}


td#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}


td#head {
  padding: 6px;
  border: solid 1px #999999;
  border-collapse: collapse;
}

p.infobox {
   height: 20em;
   overflow: scroll;
   border:none;
}




/*---------- menu ----------*/

#menu {
  float: left;
  margin: 20px 10px 15px 0;
  padding: 0;
  width: 190px;
  bottom: 0;
  text-align: left;
}

#menu-a {
  float: left;
  margin: 10px 10px 15px 0;
  padding: 0;
  width: 190px;
  bottom: 0;
  text-align: left;
  border: solid 1px #E6E6E6;
}


#menu h2 {
  margin: 0 0 2px 7px;
  padding: 9px 0 9px 12px;
  line-height: 110%;
  font-size: 16px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}


.menulist {
	width: 180px;
	text-align: left;
	border: solid 2px #4FB33B;
        margin: 5px 5px 15px 0px;
	padding: 5px 2px 2px 0px;
        font-size: 16px;
}


.menulist-a {
	width: 180px;
	text-align: center;
        margin: 5px 5px 15px 0px;
	padding: 5px 2px 2px 0px;
        font-size: 16px;
}


.menulist h2 {
  margin: 0;
  padding: 9px 0 7px 12px;
  line-height: 110%;
  font-size: 14px;
  color: #fffffc;
  background-image: url(img/sidebar-green.gif);
  background-repeat: x;
}

.menulist h3 {
	margin: 0;
	padding: 9px 12px 7px 12px;
	line-height: 110%;
	font-size: 14px;
	color: #666666;
	background-image: none;
	background-repeat: no-repeat;
	text-align: left;
	font-weight: normal;
}



.menulist a{
  color: #69821b;
  display: block;
 /* border-bottom: solid 1px #9f9f9f; */
  width: 152px;
  padding: 7px 4px 4px 8px;
  font-size: 12px;
  line-height: 160%;
  text-decoration: none;
  /*background-image: url(img/side_menu_bg.gif);*/
  /*background-repeat: no-repeat;*/
 }

.menulist a:hover{
  color: #99ab4e;
  text-decoration: underline;
 /* background-image: url(img/side_menu_ar_o.gif); */
  background-repeat: no-repeat;
}


.menu_free {
  margin: 0 0 14px 0;
  padding: 5px 2px 0px 5px;
  width: 180px;
  text-align: left;
  letter-spacing: 1px;
  background-image: url(img/menu_back.gif);
}

.menu_free h2 {
  margin: 0;
  padding: 9px 0 7px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menu_free a{
  color: #69821b;
  width: 158px;
  padding: 6px 0 5px 0;
  font-size: 12px;
  background-color: #f3f3f2;
 }

.menu_free a:hover{
  color: #99ab4e;
  background-color: #f3f3f2;
}

.menu_free p{
  margin: 10px 4px 0 4px;
  font-size: 12px;
  background-color: #f3f3f2;
  line-height: 180%;
  letter-spacing: 1px;
}


#menu p {
  margin: 10px 4px 0 4px;
  line-height: 180%;
}





/*---------- footer ----------*/

#footer {
  clear: both;
  width: 100%;
  height: 45px;
  margin: 20px 0 0 0;
  padding: 40px 0 15px 0;
border-bottom: solid 3px #4FB33B;
border-top: solid 3px #4FB33B;
  text-align: center;
  font-size: 16px;
  color: #333333;
background-color: #FAFAFA;
}

#footer a {
  color: #333333;
  font-size: 12px;
 }

#footer a:hover {
  color: #333333;
}
