@charset "shift_jis";


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

BODY {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino KaKu Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color : black;
  background-image: url(img/back.gif);
}







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


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

#main {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 800px;
  border-right:  solid 1px #9f9f9f;
  border-bottom: solid 1px #9f9f9f;
  border-left: solid 1px #9f9f9f;
  background-color: #ffffff;
  color : black;
}



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

#header {
  margin: 0;
  width: 800px;
  height: 130px;
  border-top: solid 1px #99ab4e;
  background-color: #ffffff;
  background-image: url(img/header.jpg);
  background-repeat: no-repeat;
  
}

#header H1 {
  margin: 0;
  padding: 2px 0 0 10px;
  text-align: left;
  font-weight: normal;
  font-size: 10px;
  
}

#header H2 {
  margin: 0;
  padding: 36px 10px 0 40px;
  width: 400px;
  text-align: left;
  font-size: 14px;
  color : black;
  letter-spacing: 1px;
}

#header P {
  margin: 0;
  padding:  4px 0 0 40px;
  text-align: left;
  font-size: 13px;
  color : maroon;
  letter-spacing: 1px;
}


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

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

#table-left A:hover{
  font-size: 16px;
  color: #6a6a6a;
  text-decoration: none;
}


#table-right{
  text-align: right;
  margin: 0;
  padding: 2px 14px 2px 0;
  font-size: 15px;
  color : black;
  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: 23px;
  background-color: #333333;
  border-top: solid 3px #ffffff;
  margin: 0px;
  padding: 10px 0 0 13px;
  background: url(img/head_menu_back.gif);
  background-repeat: repeat-x;
  text-align: left;
  width: auto;
}

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

#header-menu li {
  color: #ffffff;
  display: inline;
  padding-left: 13px;
  padding-right: 8px;
  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: #cccccc;
}


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

#container {
  width: 788px;
  overflow: hidden;
  margin: 0px;
  padding: 6px;
  background-color: #ffffff;
}


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

#contents {
  float: right;
  margin: 0;
  padding: 5px 10px 5px 0;
  font-size: 14px;
  line-height: 180%;
  width: 590px;
  letter-spacing: 1px;
}

#contents H2 {
  height: 29px;
  margin: 0 0 7px 0;
  padding: 6px 0 0 20px;
  font-size: 14px;
  color : black;
  background-image: url(img/titlebar.gif);
  background-repeat: no-repeat;
}

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

#contents A {
  font-size: 13px;
  color : black;
}

#contents A:hover {
  font-size: 13px;
  color : black;
}

#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;
  color : black;
}



/*---------- メニュー ----------*/

#menu {
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  width: 170px;
  text-align: left;
  background-image: url(img/menu_back.gif);
  letter-spacing: 1px;
}

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


.menulist {
  margin: 0 0 15px 0;
  padding: 5px 2px 0px 5px;
  width: 160px;
  text-align: left;
  background-image: url(img/menu_back.gif);
  color : black;
  
}

.menulist H2 {
  height: 19px;
  margin: 0;
  padding: 5px 0 0 12px;
  font-size: 13px;
  color : black;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

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

.menulist A:hover{
  
  background-image: url(img/side_menu_bg_hover.gif);
  background-repeat: no-repeat;
  color : gray;
}


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

.menu_free H2 {
  height: 19px;
  margin: 0;
  padding: 5px 0 0 12px;
  font-size: 13px;
  color : fuchsia;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menu_free A{
  color : black;
  width: 148px;
  padding: 6px 0 5px 0;
  font-size: 13px;
  background-color: #f3f3f2;
 
}

.menu_free A:hover{
  color : black;
  background-color: #f3f3f2;
}

.menu_free P{
  margin: 10px 3px 0 3px;
  font-size: 12px;
  background-color: #f3f3f2;
  line-height: 180%;
  color : black;
}

#menu P {
  margin: 10px 4px 0 4px;
  line-height: 180%;
}


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

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 15px 0 15px 0;
  text-align: center;
  font-size: 13px;
  color: #333333;
  border-top: solid 4px;
  border-top-color: #69821b;
  background-color: #f3f3f2;
}



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

A:link{
  font-weight : normal;
  
  
  

  
  

  color : black;
}
