@charset "shift_jis";
/* ---------------------------------------------------------- */
/* 一括で全ての要素の余白をゼロに指定 */
/* ---------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link { color: #00f; }

a:visited { color: #90f; }

a:hover { color: #f00; }

a:active { color: #f00; }

/* ---------------------------------------------------------- */
/* [setting] */
/* ---------------------------------------------------------- */
body {
  font-size: 90%;
  text-align: center;
  font-family: "メイリオ", Meiryo "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  background-color: #242;
}

#field {
  width: 800px;
  background-color: #def;
  border: 1px solid #003311;
  padding: 0px 10px;
  margin-top: 10px;
  margin-bottom: 10px;
} 

#header {
  margin-bottom: 10px;
  width: 100%;
  height: 160px;
  position: relative;
  background: url(../../../img/nanafushi812.jpg) no-repeat 0 10px;
}

#header2 {
  width: 100%;
  padding: 0 10px;
  height: 10px;
  background: url(../../../img/bg-wrapper.gif) no-repeat 0px 0px;
  margin-bottom: 5px;
}

#main0 {
  width: 780px;
  background-color: #def;
  border: 1px solid #0000ff;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  margin: 10px 0px;
}

#main1 {
  float: right;
  width: 620px;
  background-color: #def;
  border: 1px solid #0000ff;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 5px;
  margin-bottom: 10px;
}

#left-side {
  float: left;
  width: 160px;
  background-color: #def;
  border: 1px solid #0000ff;
  margin-bottom: 10px;
}

#footer {
  clear: both;
  padding: 10px 0 5px;
  background-color: #000;
  color: #fff;
  margin-bottom: 10px;
}


/* ---------------------------------------------------------- */
/* [header] */
/* ---------------------------------------------------------- */
h1 {
  font-size: 250%;
  font-weight: bold;
  color: #00a;
  position: absolute;
  top: 15px;
  left: 10px;
}

.description {
  width: 780px;
  color: #ff0;
  position: absolute;
  bottom: 10px;
  padding-left: 10px;
  text-align: left;
}

/* ---------------------------------------------------------- */
/* [main] */
/* ---------------------------------------------------------- */
h2 {
  font-size: 140%;
  font-weight: normal;
  height: 50px;
  padding-top: 4px;
  padding-left: 10px;
  background: url(../../../img/bg-h2.gif) no-repeat 0 0;
  text-align: left;
}

h3,h4,h5 {
  font-size: 100%;
  font-weight: bold;
  height: 50px;
  padding-top: 5px;
  padding-left: 10px;
  background: url(../../../img/bg-h2.gif) no-repeat 0 0;
  text-align: left;
  margin-top: 20px;
}

/* -- 情報ボックス -- */
.infobox1 {
  height: 120px;
  padding: 20px 5px 0;
  background: url(../../../img/bg-620120.gif) no-repeat 0 0;
  font-weight: bold;
  text-align: left;
}

.infobox2 {
  padding: 0px 20px 0;
  line-height: 1.4em;
  text-align: left;
  font-weight: bold;
  color: #004;
}

.infobox3 {
  text-align: center;
  margin-top: 0.5em;
}

/* -- サムネル画像 -- */
.thum {
  width:140px;
  height:140px;
  margin-left: 0px;
  border: 1;
  border-color: #ffffbb;
}

.photo {
  margin-top: 15px;
  width:384px;
  height:288px;
}

/* -- table -- */
.table1 {
  width: 620px;
}

.td1 {
  width: 25%;
  font-size: 80%;
  font-weight: bold;
}

.msg1 {
  text-align: center;
  font-weight: normal;
  color: #00f;
}

.space1 {
  width: 620px;
  height: 100px;
  margin: 10px 0px;
}

/* ---------------------------------------------------------- */
/* [sub] */
/* ---------------------------------------------------------- */
/* -- タイトル -- */
.side-title1 {
  height: 30px;
  padding: 10px 5px 0;
  background: url(../../../img/bg-sidetitle.gif) no-repeat 0 0;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
}

.side-title2 {
  height: 30px;
  padding: 10px 5px 0;
  background: url(../../../img/bg-sidetitle.gif) no-repeat 0 0;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
  margin-top: 10px;
}

.side-title3 {
  height: 150px;
  padding: 10px 5px 0;
  background: url(../../../img/sora150a.jpg) no-repeat 0 0;
  color: #ff0;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
}

.side-title4 {
  height: 50px;
  padding: 10px 5px 0;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
}

/* -- リスト -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  background: url(../../../img/bg-localnavi.gif) no-repeat 0 100%;
}

.localnavi li { display: inline; }

.localnavi a {
  text-decoration: none;
  display: block;
  width: 150px;
  padding: 5px 5px 10px;
  background: #ccc url(../../../img/bg-localnavi-li.jpg) no-repeat 0 100%;
  color: #000;
}

.localnavi a:hover {
  text-decoration: none;
  background: #cc9 url(../../../img/bg-localnavi-li.jpg) no-repeat -200px 100%;
  color: #f00;
  font-weight: bold;
}

/* ---------------------------------------------------------- */
/* [footer] */
/* ---------------------------------------------------------- */
#footer p { 
  text-align: center;
}

