@charset "EUC-JP";

/* ■ページ構造 */

body {
  margin: 0;
  padding: 0;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
}
#header {
  width: 650px;
  margin-left: 25px;
}

#containar {
  width: 650px;
  margin-left: 25px;
  margin-bottom:15px;
}

#maintitle {
  width: 650px;
  margin-bottom:30px;
}
div.content {
  width: 650px;
  margin-bottom:30px;

}
div.title {
  width: 640px;
  margin-right: 10px;
}


.main {
  width: 600px;
  margin-left: 40px;
  margin-top: 6px;
  margin-right: 10px;
}

.re {
  width: 600px;
  margin-top: 2px;
  margin-bottom: 10px;
  text-align: right;
}




#footer {
  clear: both;
  width: 650px;
  margin-left: 25px;
  margin-bottom: 25px;
  text-align: right;
}

/* ■その他 */

body {
  line-height: 1.5;
}
p {
  margin-top: 5px;
  margin-bottom: 5px;

}

h1 {
  margin-left: 10px;
  padding-left:5px;
  font-size: 14px;
  color: #008B8B;
  border-bottom: 1px solid #333;

}

table {
  color:#222;
}


th {
  color: #222;
  font-size: 13px;
  text-align: left;
}

.title1 {
  font-size: 16px;
  line-height: 1.2;
  padding-left:5px;
}

.title2 {
  /*margin-top:6px;*/
  margin-bottom:6px;
  color: #222;
  font-size: 13px;
  font-weight: bold;
}

.title3 {
  margin-top:3px;
  margin-bottom:8px;
  color: #2F4F4F;
  font-size: 13px;
  /*font-weight: bold;*/
  border-bottom: 1px dotted #4169E1;
}


#containar {
  border: 1px solid #dcdcdc;
}

#maintitle{
  margin-left: 0px;
  padding-top:5px;
  padding-bottom: 5px;
  /*border-top: 1px solid #66cdaa;*/
  /*background: #f0f8ff;*/
  border-bottom: 1px solid #66cdaa;
}


#header {
  color: #000;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  /*background: #ccc;*/
}

.main {
  color: #222;
  font-size: 13px;
  line-height: 150% ;
  /*background: #fc0;*/
}

.index {
  color: #000;
  font-size: 13px;
  line-height: 150% ;
}


#footer {
  color: #222;
  /*background: #ccc;*/
}


/* 文字 */

.honbun-w { font-size: 13px; line-height: 130% }
.honbun { font-size: 12px; line-height: 150%  }
.h13 { font-size: 13px; line-height: 150%  }
.h11 { font-size: 11px; line-height: 150%  }
.h16 { font-size: 16px; line-height: 150% }
.h18 { font-size: 18px; line-height: 150% }
.h20 { font-size: 20px; line-height: 150% }
.caption { font-size: 10px; line-height: 120% }

/* リンク */
 a{/* color: #333333; */text-decoration: none; }
 a:hover {
 color: #800000;
 /*background-color:#808080;*/
 text-decoration: underline;
  }
 a:active {
 color: #778899;
background-color:#f0f8ff;
 text-decoration: underline;
  }
