@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;
  padding-top: 10px;

}


#footer {
  clear: both;
  width: 700px;
}

/* インデックス部分 */
.content {
  width: 640px;
  margin-left:5px;
  margin-bottom:8px;
}
.main1 {
  width: 315px;
  float: left;
  /*margin-left: 5px;*/
}
.main2 {
  width: 315px;
  float: left;
  margin-left: 10px;
}

.spacer {
  clear: both;
  width: 650px;
  height: 12px;
}


/* 修飾 */

body {
  line-height: 1.5;
}
p {
  padding: 0.5em;
  margin: 0;
}

ul {
  padding-left: 45px;
  margin: 0;
}





h1 {
  margin-left: 5px;
  padding-top:5px;
  padding-left:5px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1.2;
  border-top: 1px solid #66cdaa;
  background: #f0f8ff;
  border-bottom: 1px solid #66cdaa;
}

.main1 {
  color: #333;
  font-size: 13px;
  line-height: 150% ;
  /*background: #f60;*/
}
.main2 {
  color: #333;
  font-size: 13px;
  line-height: 150% ;
  /*background: #fc0;*/
}


#footer {
  color: #fff;
  background: #ccc;
}

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


/* 文字 */

.honbun-w { font-size: 14px; 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;
  }

h1 a{ color: #222; text-decoration: none; }
h1 a:hover { color: #4682b4; text-decoration: underline; }
