@charset "shift_jis";


/*---------- ページ全体の指定 ----------*/

body{
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino KaKu Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333333;
  background-image: url(img/back.gif);
}

a:link{
  color: #004080;
  font-size: 12px;
}

a:hover{
  color: #005ebb;
  font-size: 12px;
}

a:visited{
  color: #004080;
  font-size: 12px;
}

p{
  margin: 18px 0 18px 0;
  line-height: 120%;
  letter-spacing: 1px;
}


/*---------- メイン ----------*/

#main{
  margin: 0 auto 0 auto;
  padding: 0;
  width: 900px;
  border-right:  solid 1px #c6c6c6;
  border-bottom: solid 1px #c6c6c6;
  border-left: solid 1px #c6c6c6;
  background-color: #ffffff;
}



/*---------- ヘッダー ----------*/

#header{
  margin: 0;
  width : 898px;
  height : 114px;
  border-top: solid 2px #005ebb;
  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;
  color: #888888;
}

#header h2{
  margin: 0;
  padding: 30px 10px 10px 15px;
  width: 400px;
  text-align: left;
  font-size: 18px;
  color: #444444;
  letter-spacing: 1px;
}


#table-left{
  text-align: left;
  font-size: 16px;
  color: #444444;
  line-height: 150%;
  text-decoration: none;
}

#table-left a{
  font-size: 16px;
  color: #444444;
  text-decoration: none;
}

#table-left a:hover{
  font-size: 16px;
  color: #666666;
  text-decoration: none;
}


#table-right{
  text-align: right;
  margin: 0;
  padding: 2px 14px 2px 0;
  font-size: 15px;
  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{
  width: auto;
  margin: 0px;
  padding: 0px;
  height : 38px;
  text-align: left;
  background-image: url(img/head_menu_back.gif);
  background-repeat: repeat-x;
}

#header-menu ul{
  text-align: left;
  margin: 0px;
  padding: 0px
;
}

#header-menu li{
  display: inline;
  list-style-type: none;
  float: left;
  color: #ffffff;
}

#header-menu li a{
  font-size: 13px;
  width: 149px;
  line-height: 30px;
  color: #fffffc;
  background-image: url(img/head_menu_back.gif);
  text-align: center;
  display: block;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #1e50a2;
  text-decoration: none;
  padding: 5px 0 5px 0;
}

#header-menu li a:hover{
  background-image: url(img/head_menu_back_hover.gif);
}


/*---------- コンテンツ ----------*/

#container{
  width: 870px;
  overflow: hidden;
  margin: 10px;
  padding: 10px;
  background-color: #ffffff;
}


/*---------- メインコンテンツ ----------*/

#contents{
  float: right;
  margin: 0;
  padding: 5px 10px 5px 0;
  font-size: 15px;
  line-height: 180%;
  width: 870px;
  letter-spacing: 1px;
}

#contents h2{
  height: 50px;
  margin: 0 0 4px 0;
  padding: 7px 0 0 15px;
  font-size: 18px;
  color: #000000;
  background-image: url(img/header_h2.gif);
  background-repeat: no-repeat;
}

#contents p{
  margin: 18px 0 18px 0;
  padding: 0 5px 0 0;
  line-height: 180%;
  font-size: 12px;
}

#contents img.head_photo{
  margin: 0 0 10px 0;
}

#contents img.photo{
  vertical-align:text-bottom;
  float: right;
  margin: 10px 20px 0 0;
}

#contents img.picture{
  vertical-align:text-bottom;
  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;
}




/*---------- フッター ----------*/

#footer{
  clear: both;
  width: 100%;
  margin: 0;
  padding: 15px 0 15px 0;
  text-align: center;
  font-size: 12px;
  color: #333333;
  border-top: solid 2px #999999;
  background-color: #ffffff;
}

#footer a{
  color: #333333;
  font-size: 12px;
 }

#footer a:hover{
  color: #333333;
}
body{
	width: 80%;
margin-left: auto;
margin-right: auto;
}
