@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-color: #ffffff;
}


/* 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: #004080;
  font-size: 13px;
}

a:hover {
  color: #005ebb;
  font-size: 13px;
}

a:visited {
  color: #004080;
  font-size: 13px;
}

p {
  margin: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
}


/*---------- メイン ----------*/

#main {
  width: 900px;
  margin: auto;
  padding: 0;
  text-align: center;
  background-color: #ffffff;
}



/*---------- ヘッダー ----------*/

#header {
  margin: 0 auto 0 auto;
  width: 900px;
  height: 70px;
  text-align: center;
  background-image: url(img/header.jpg);
  background-repeat: no-repeat;
}

#header h1 {
  margin: 0;
  padding: 4px 10px 0 10px;
  width: 400px;
  text-align: left;
  font-size: 20px;
  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: 20px;
  color: #666666;
  text-decoration: none;
}

#table-left a:hover{
  font-size: 20px;
  color: #999999;
  text-decoration: none;
}

#table-right{
  text-align: right;
  margin: 0;
  padding: 16px 20px 2px 0;
  font-size: 16px;
  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: 35px;
  margin-bottom: 2px;
  padding: 0;
  text-align: left;
  width: auto;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
}

#header-menu #navi {
  width: 900px;
  height: 35px;
  padding: 0;
  margin: 0 auto 0 auto;
  background: url(img/head_menu_back.gif);
  background-repeat: no-repeat;
}

#header-menu ul {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

#header-menu li {
  color: #ffffff;
  display: block;
  float: left;
  width: 150px;
  background-position: left center;
}

#header-menu li a {
  display: block;
  height: 26px;
  padding-top: 10px;
  color: #eeeeee;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

#header-menu li a:hover {
  color: #cccccc;
  text-decoration: underline;
}

#header-img {
  width: 900px;
  margin: 0;
  text-align: center;
}

#header-img-slim {
  width: 900px;
  margin: 0;
  text-align: center;
}


/*---------- コンテンツ ----------*/

#container {  
  width: 889px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding: 7px 6px 6px 5px;
  background: #ffffff url(img/side_yback.jpg);
  background-repeat: repeat-y;
}


/*---------- メインコンテンツ ----------*/

#contents {
  float: right;
  margin: 0;
  padding: 5px 5px 5px 0;
  font-size: 13px;
  line-height: 180%;
  width: 640px;
  letter-spacing: 1px;
  text-align: left;
}

#contents #pannavi {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 12px;
}

#contents h2.page_title {
  height: 33px;
  margin: 0 0 26px 0;
  padding: 17px 0 0 20px;
  font-size: 16px;
  color: #555555;
  border-top: solid 2px #004080;
  background-image: url(img/page_title.gif);
  background-repeat: no-repeat;
}

#contents h2 {
  height: 28px;
  margin: 0 0 7px 0;
  padding: 7px 0 0 20px;
  font-size: 14px;
  color: #004080;
  background-image: url(img/titlebar.gif);
  background-repeat: no-repeat;
}

#contents h3 {
  margin: 12px 4px 10px 5px;
  padding: 9px 10px 4px 13px;
  line-height: 110%;
  font-size: 14px;
  color: #005ebb;
  border-bottom: solid 1px #aaaaaa;
  border-left: solid 4px #aaaaaa;
  background-color: #eeeeee;
}

#contents p {
  margin: 18px 0 18px 0;
  padding: 0 5px 0 8px;
  line-height: 180%;
  font-size: 13px;
}

#contents a {
  font-size: 13px;
  color: #004080;
}

#contents a:hover {
  font-size: 13px;
  color: #005ebb;
}

#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;
}


/*---------- メニュー ----------*/

#menu {
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  width: 220px;
  text-align: left;
  letter-spacing: 1px;
}

.menulist {
  margin: 0 0 15px 0;
  padding: 5px 2px 0px 5px;
  width: 210px;
  text-align: left;
}

.menulist h2 {
  height: 20px;
  margin: 0;
  padding: 5px 0 5px 17px;
  font-size: 13px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
}

.menulist a{
  color: #004080;
  display: block;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #cccccc;
  border-left: solid 1px #dddddd;
  width: 174px;
  padding: 10px 4px 5px 30px;
  font-size: 13px;
  line-height: 160%;
  text-decoration: none;
  background-image: url(img/side_menu_bg.gif);
  background-repeat: no-repeat;
 }

.menulist a:hover{
  color: #005ebb;
  text-decoration: underline;
  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: 5px 0 5px 17px;
  font-size: 13px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
}

.menu_free a{
  color: #004080;
  width: 198px;
  padding: 6px 0 5px 0;
  font-size: 13px;
  line-height: 180%;
 }

.menu_free a:hover{
  color: #005ebb;
  line-height: 180%;
}

.menu_free p{
  margin: 0;
  padding: 8px 8px 14px 8px;
  font-size: 13px;
  line-height: 180%;
}


/*---------- フッター ----------*/

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0 0 10px 0;
  text-align: center;
  font-size: 12px;
  color: #333333;
  border-top: solid 2px;
  border-top-color: #005ebb;
  background-color: #ffffff;
}

#footer .footer_navi {
  padding: 17px 0 10px 0;
  margin: 0;
  font-size: 12px;
  color: #333333;
  border-bottom: solid 1px #aaaaaa;
  background-image: url(img/footer_navi.gif);
 }

#footer .footer_navi a {
  color: #333333;
  font-size: 12px;
  text-decoration: none;
 }

#footer .footer_navi a:hover {
  color: #666666;
}

#footer .copy {
  padding-top: 10px;
  font-size: 12px;
  color: #333333;
 }

#footer .copy a {
  color: #333333;
  font-size: 12px;
 }

#footer .copy a:hover {
  color: #666666;
}
