@charset "Shift_JIS";

/*---------- ページ全体の指定----------*/

body {
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino KaKu Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
  font-size: 62.5%;
  color: #333333;
  line-height:1.4;
  margin: 2px auto;
  padding: 0;
}

a:link {
  text-decoration: none;
  color: #333366;
}

a:hover {
  color: #333399;
}

a:visited {
  color: #333399;
}

p {
  margin: 12px 0 12px 0;
  line-height: 150%;
  letter-spacing: 1px;
}

/*---------- メイン----------*/

#main {
  width: 720px;
  height: auto;
  border-right: solid 2px #436edd;
  border-left: solid 2px #436edd;
  background-color: #ffffff;
  align: center;
  margin: 0 auto;
  padding: 0;
}

/*---------- ヘッダー ----------*/

#header {
  width: 720px;
  height: 552px;
  clear: left;
  margin: 0;
  padding: 0;
}

#header h1 {
  width: 720px;
  height: 240px;
  clear: left;
  font-size: 16px;
  color: #333366;
  line-height: 100%;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: left;
}

#header h2 {
  width: 720px;
  height: 280px;
  clear: left;
  color: #333366;
  line-height: 100%;
  text-decoration: none;
  text-align: left;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: top center;
}

#header h3 {
  font-size: 1.4em;
  height: 32px;
  margin: 0;
  padding: 0;
  background-color: #ffffcc;  
  border-bottom: #333399 solid 1px;  
}

#header h3 ul {
  font-size: 1.4em;
  height: 32px;
  text-align: left;
  margin: 0;
  padding: 0 0 0 60px
}

#header h3 li {
  font-size: 1.4em;
  height: 32px;
  list-style-type: none;
  float: left;
  margin: 0;
  display: inline;
}

#header h3 li a {
  font-size: 1.4em;
  height: 32px;
  width: 150px;
  text-align: center;
  display: block;
}

#header h3 li a:hover {  
  font-size: 1.4em;
  height: 32px;
}

#header h3 #lastbit {
  font-size: 1.4em;
  height: 32px;
}

/*---------- メインコンテンツ格納部分 ----------*/

#container {
  width: 720px;
  color: #333366;
  margin: 30px 0 0 0;
}

/*---------- 右側もくじ ----------*/

#index {
  float: right;
  font-size: 1.4em;
  width: 150px;
  height:auto;
  text-decoration: none;
  text-align: left;
  letter-spacing: 1px;
  background-image: url(../images/index_back.jpg);
  margin: 0 10px 0 0;
  padding: 0;
}

.indexlist {
  font-size: 1.2em;
  height: auto;
  text-decoration: none;
  text-align: left
  margin: 0;
  padding: 0;
}

.indexlist h1{
  font-size: 1.2em;
  height: 50px;
  text-decoration: none;
  text-align: left
  margin: 0;
  padding: 0;
}

/*---------- 左側主要コンテンツ ----------*/

#contents {
  float: left;
  font-size: 1.4em;
  color: #000033;
  width: 500px;
  height: auto;
  margin: 0 15px;
  padding: 0;
  letter-spacing: 0;
}

#contents h1 {
  font-size: 1.8em;
  color: #6633aa;
  text-align: left;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

#contents h2 {
  font-size: 1.4em;
  color: #6633aa;
  text-align: left;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/*---------- SNSボタン ----------*/

#sns {
  float: left;
  width: auto;
  height: auto;
  margin: 15px 0 0 0;
  padding: 0;
  bottom: 0;
  vertical-align: bottom;
}

/*---------- フッター ----------*/

#footer {
  clear: both;
  height: 80px;
  border-top: #333399 solid 1px; 
  background-image: url(../images/footer.jpg);
  bottom: 0;
}

#footer h1{
  font-size: 1.4em;
  color: #6633aa;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
