@charset "shift_jis";


/*---------- ページ全体の指定 ----------*/

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #333333;
  background-image: url(img/back.gif);
}


/* IE7 用 */

*:first-child+html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}


/* IE6 用 */
* html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}


a:link {
  color: #69821b;
  font-size: 13px;
}

a:hover {
  color: #99ab4e;
  font-size: 13px;
}

a:visited {
  color: #69821b;
  font-size: 13px;
}

p {
  margin: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
}


/*---------- メイン ----------*/

#main {
  width: 100%;
  margin: auto;
  padding: 0;
  text-align: center;
  background-color: #FFFFFF;
}



/*---------- ヘッダー ----------*/

#header {
  margin: 0;
  width: 100%;
  height: 80px;
  text-align: center;
  border-top: solid 3px #99ab4e;
  background-image: url(img/header.jpg);
  background-repeat: repeat-x;
}

#header h1 {
  margin: 0;
  padding: 5px 5px 0 5px;
  width: 400px;
  text-align: left;
  font-size: 14px;
  color: #666666;
  letter-spacing: 1px;
}

#header p {
  margin: 0;
  padding:  4px 0 0 10px;
  text-align: left;
  font-size: 13px;
  color: #666666;
  letter-spacing: 1px;
}

#table-left{
  text-align: left;
  font-size: 13px;
  color: #666666;
  line-height: 150%;
  text-decoration: none;
}

#table-left a{
  font-size: 16px;
  color: #000080;
  text-decoration: none;
}

#table-left a:hover{
  font-size: 16px;
  color: #1C1C1C;
  text-decoration: none;
}

#table-right{
  text-align: right;
  margin: 0;
  padding: 5px 20px 30px 0;
  font-size: 20px;
  color: #c9171e;
  line-height: 150%;
  text-decoration: none;
}

#table-right a{
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

#table-right a:hover{
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}

#header-menu {
  height: 24px;
  background-color: #333333;
  border-top: solid 1px #99ab4e;
  border-bottom: solid 2px #ffffff;
  margin: 0px;
  padding: 9px 0 2px 15px;
  background: url(img/head_menu_back.gif);
  background-repeat: repeat-x;
  text-align: left;
  width: auto;
}

#header-menu ul {
  width: 1100px;
  text-align: left;
  margin: 0 auto 0 auto;
  padding: 0px
}

#header-menu li {
  color: #ffffff;
  display: inline;
  padding-left: 15px;
  padding-right: 10px;
  background: url(img/l_icon.gif) no-repeat;
  background-position: left center;
}

#header-menu a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

#header-menu a:hover {
  color: #ffffff;
}

#header-img {
  width: 100%;
  height: 220px;
  margin: 0;
  text-align: center;
  background-color: #FFFFFF;
}

#header-img-slim {
  width: 100%;
  height: 150px;
  margin: 0;
  text-align: center;
  background-color: #FFFFFF;
}


/*---------- コンテンツ ----------*/

#container {
  width: 1088px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding: 7px 0 6px 10px;
  background: #ffffff url(img/side_yback.jpg);
  background-repeat: repeat-y;
}


/*---------- ミドル ----------*/

#middle {
  float: left;
  width: 870px
}


/*---------- メインコンテンツ ----------*/

#contents {
  float: right;
  margin: 0;
  padding: 5px 10px 5px 0;
  font-size: 14px;
  line-height: 180%;
  width: 615px;
  letter-spacing: 1px;
  text-align: left;
  background-image: url(img/DSC02342.jpg);
  background-repeat: no-repeat;
  background-color: #f3f3f2;
}

#contents #pannavi {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 12px;
}

#contents h2 {
  height: 28px;
  margin: 0 0 7px 0;
  padding: 7px 0 0 20px;
  font-size: 14px;
  color: #69821b;
  background-image: url(img/titlebar.gif);
  background-repeat: no-repeat;
}

#contents p {
  margin: 18px 0 18px 0;
  padding: 0 5px 0 5px;
  line-height: 180%;
  font-size: 14px;
}

#contents img.head_photo {
  margin: 0 0 10px 0;
}

#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;
}


table.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
}


td.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
  padding : 8px 14px 8px 14px;
}
span#imaha {
  font-weight: bold;
}

/*---------- 左サイドメニュー ----------*/

#menu-left {
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  width: 210px;
  text-align: left;
  letter-spacing: 1px;
}

#menu-left h2 {
  height: 22px;
  margin: 0;
  padding: 4px 0 0 12px;
  font-size: 13px;
  color: #fffffc;
  background-image: url(img/sidebar2.gif);
  background-repeat: no-repeat;
}

#menulist-l {
   margin: 0 0 15px 0;
   padding: 5px 2px 0px 5px;
   width: 210px;
   text-align: left;
}

.menulist-l h2 {
   height: 22px;
   margin: 0;
   padding: 4px 0 2px 12px;
   font-size: 13px;
   color: #fffffc;
   background-image : url(img/sidebar2.gif);
   background-repeat: no-repeat;
}

.menulist-l a{
   color: #69821b;
   display: block;
   border-right: solid 1px #9f9f9f;
   border-bottom: solid 1px #9f9f9f;
   border-left: solid 1px #9f9f9f;
   width: 184px;
   padding: 5px 4px 4px 20px;
   font-size: 13px;
   line-height: 160%;
   background-image : url(img/side_menu_bg.gif);
   background-repeat: no-repeat;
 }

.menulist-l a:hover{
   color: #99ab4e;
   background-image : url(img/side_menu_bg_hover.gif);
   background-repeat: no-repeat;
}

.menu_free {
  margin: 0 0 14px 5px;
  padding: 0;
  width: 210px;
  text-align: left;
  background-image: url(img/menu_back.gif);
}

.menu_free h2 {
  height: 19px;
  margin: 0;
  padding: 4px 0 2px 12px;
  font-size: 13px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menu_free a{
  color: #69821b;
  width: 198px;
  padding: 6px 0 5px 0;
  font-size: 13px;
  background-color: #f3f3f2;
 }

.menu_free a:hover{
  color: #99ab4e;
  background-color: #f3f3f2;
}

.menu_free p{
  margin: 0;
  padding: 8px 8px 14px 8px;
  border-right: solid 1px #9f9f9f;
  border-bottom: solid 1px #9f9f9f;
  border-left: solid 1px #9f9f9f;
  font-size: 12px;
  background-color: #ffffff;
  background-image: url(img/menu_back.gif);
  line-height: 180%;
}


/*---------- 右サイドメニュー ----------*/

#menu-right {
   float: right;
   margin: 0 0 15px 0;
   padding: 0;
   width: 205px;
   text-align: left;
   letter-spacing: 1px;
}

#menu-right h2 {
   height: 22px;
   margin: 0;
   padding: 4px 0 0 12px;
   font-size: 13px;
   color: #fffffc;
   background-image : url(img/sidebar.gif);
   background-repeat: no-repeat;
}

.menulist-r {
  margin: 0 0 15px 0;
  padding: 5px 2px 0px 5px;
  width: 200px;
  text-align: left;
}

.menulist-r h2 {
   height: 22px;
   margin: 0;
   padding: 4px 0 2px 12px;
   font-size: 13px;
   color: #fffffc;
   background-image : url(img/sidebar.gif);
   background-repeat: no-repeat;
}

.menulist-r a{
   color: #69821b;
   display: block;
   border-right: solid 1px #9f9f9f;
   border-bottom: solid 1px #9f9f9f;
   border-left: solid 1px #9f9f9f;
   width: 174px;
   padding: 5px 4px 4px 20px;
   font-size: 13px;
   line-height: 160%;
   background-image : url(img/side_menu_bg.gif);
   background-repeat: no-repeat;
 }

.menulist-r a:hover{
   color: #99ab4e;
   background-image : url(img/side_menu_bg_hover.gif);
   background-repeat: no-repeat;
}

.menu_free-r {
   margin: 0 0 14px 5px;
   padding: 0;
   width: 200px;
   text-align: left;
   background-image : url(img/menu_back.gif);
}

.menu_free-r h2 {
   height: 19px;
   margin: 0;
   padding: 4px 0 2px 12px;
   font-size: 13px;
   color: #fffffc;
   background-image : url(img/sidebar.gif);
   background-repeat: no-repeat;
}

.menu_free-r a{
   color: #69821b;
   width: 188px;
   padding: 6px 0 5px 0;
   font-size: 13px;
   background-color: #f3f3f2;
 }

.menu_free-r a:hover{
   color: #99ab4e;
   background-color: #f3f3f2;
}

.menu_free-r p{
   margin: 0;
   padding: 8px 8px 14px 8px;
   border-right: solid 1px #9f9f9f;
   border-bottom: solid 1px #9f9f9f;
   border-left: solid 1px #9f9f9f;
   font-size: 12px;
   background-color: #ffffff;
   background-image : url(img/menu_back.gif);
   line-height: 180%;
}
}


/*---------- フッター ----------*/

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 20px 0 20px 0;
  text-align: center;
  font-size: 13px;
  color: #333333;
  border-top: solid 4px;
  border-top-color: #99ab4e;
  background-image: url(img/footer_back.gif);
}

#footer a {
  color: #333333;
  font-size: 13px;
 }

#footer a:hover {
  color: #333333;
}
