@charset "UTF-8";

/* 全体構造 */

body {
  color: #333;
  font-size: medium;
  font-family: 'Helvetica Neue','Helvetica', 'Arial', '游ゴシック', YuGothic,'ヒラギノ角ゴ Pro W3','Osaka','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, sans-serif;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  background-color: #ffffff;
  
}
#wrap {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  background-color: #ffffff;
 
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0px;
}

caption {
  text-align: left;
}

th, td {
  border: 1px solid #999;
  padding: 8px;
  text-align: left;
  word-wrap: break-word; /* 長い単語を折り返す */
}

th {
  background-color: #ffbd6f;
}

/* 全体構造 END */


/* ヘッダ */
#head {
  width: 1000px;
}

#head h1 {
  width: 1000px;
  height: 250px;
  text-indent: -700em;
  background-image: url("../image/header.png");
  font-size: medium;
  margin-top: 18px;
}

/* ヘッダ END */


/* フッタ */
#foot {
  width: 1000px;
  height: 80px;
  color: #333;
  font-family: 'Helvetica Neue','Helvetica', 'Arial', '游ゴシック', YuGothic,'ヒラギノ角ゴ Pro W3','Osaka','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, sans-serif;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #666666;
  margin-top: 15px;
}

#foot ul.menu {
  width: 400px;
  margin-top: 5px;
  float: left;
}

#foot ul.menu li {
  font-weight: bold;
  margin-right: 10px;
  float: left;
}

#foot ul.menu li a {
  color: #333;
}

#foot ul.menu li a:hover {
  color: #CC0000;
}

#copyright {
  font-size: xx-small;
  text-align: right;
  margin-top: 8px;
  float: right;
}
/* フッタ END */


/* コンテンツ */
#content {
  width: 1000px;
  background-color: #ffffff;
  margin-bottom: 25px;
  margin-top: 20px;
  clear: both;
}

#content-wrap {
  width: 1000px;
  float: left;
  background-color: #ffffff;
  overflow: hidden;
}

#center-box-index {
  width: 1000px;
  float: center;
  background-color: #ffffff;
}

/* 中央ブロック */

#content h2 {
   color: #333;
   font-family: 'Helvetica Neue','Helvetica', 'Arial', '游ゴシック', YuGothic,'ヒラギノ角ゴ Pro W3','Osaka','Hiragino Kaku Gothic Pro','メイリオ', Meiryo, sans-serif;
   line-height: 100%;
   background-color: #ffffff;
   border-left:solid 2px #ff0000;
   border-bottom: solid 1px #999;
   padding-left: 5px;
 }


em {
  padding: 2px;
  font-style: normal;
  background-color: #ff9a4d;
  color: #fff;
}

.entry-body {
  padding-top: 5px;
  padding-bottom: 20px;
  margin-bottom: 5px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #ffffff;

}

.entry-body img {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.entry-body a{color:#999999;}
.entry-body a:hover{color:#88FFFF;}
.entry-body a:visited{color:#333333;}


/* 中央ブロック END */

/* コンテンツ END */

/* share */
* {
  margin: 0px;
  padding: 0px;
}

