/* ---------------------------------------- */
/* body タグ                                */
/* ---------------------------------------- */

body{
  background-attachment:fixed;
}
body#index{
  background-image : url(../img/top.gif);
  background-repeat:no-repeat;
  background-position:center center;
  background-color : #000000;
}
body#footer{
  background-color : #000000;
}
body#page{
  background-image : url(../img/page-bg.gif);
  background-repeat:repeat-x;
  background-position:left top;
  background-color : #3C3C3C;
}
form{
  margin-top : 0px;
  margin-bottom : 0px;
  margin-left : 0px;
  margin-right : 0px;
}
/* ---------------------------------------- */
/* a 属性                                   */
/* ---------------------------------------- */
A{
  color : #50c59c;
  link-color:#1ccd58;
  vlink-color:#1ccd58;
  alink-color:#1ccd58;
  font-size : 12px;
  letter-spacing : 1px;
  font-weight : normal;
  text-decoration:none;
  font-family : Arial,Verdana,sans-serif;
  line-height : 1.2;
}
a:hover{
  color:white;
  background-color:#ff8000;
}
A#menu{
  color : white;
  link-color:#110000;
  vlink-color:#001100;
  alink-color:#000011;
  letter-spacing : 0.5px;
  font-weight : normal;
  text-decoration:none;
  font-size : 13px;
  font-family : Arial,Verdana,sans-serif;
}
a#menu:hover{
  color:white;
  background-color:#ff8000;
  text-decoration:underline;
}
a#img{
  color : #c2f1d8;
}
a#img:hover{
  color:white;
  background-color:#c2f1d8;
}
a#midashi{
  color : #FC8821;
  link-color:#FC8821;
  vlink-color:#FC8821;
  alink-color:#FC8821;
  font-size : 13.5px;
  letter-spacing : 0.5px;
  font-weight: bolder;
  text-decoration:none;
}
a#midashi:hover{
  color:white;
  background-color:#ff8000;
}
/* ---------------------------------------- */
/* id                                       */
/* ---------------------------------------- */
#waku_left {
  padding-top : 3px;
  padding-left : 5px;
  padding-right : 3px;
  padding-bottom : 3px;
  border-top-width : 1px;
  border-left-width : 8pt;
  border-left-style : solid;
  border-top-color : #4d4d77;
  border-left-color : #3c3c3c;
  margin-left : 1px;
}
#waku_top-left {
  padding-top : 3px;
  padding-left : 5px;
  padding-right : 3px;
  padding-bottom : 3px;
  border-top-width : 1px;
  border-left-width : 8pt;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : #4d4d77;
  border-left-color : #3c3c3c;
  margin-left : 1px;
}
#waku_bottom-left {
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
  border-top-width : 1px;
  border-left-width : 5pt;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : #e2deeb;
  border-left-color : #e2deeb;
}
#spot {
  font-weight : normal;
  color : black;
  letter-spacing : 1px;
  line-height : 1.6;
}
#white{
  font-weight : normal;
  color : white;
}
#filter85 {
  filter: Alpha(Opacity=85);
  -moz-opacity: 0.85;
}
/* ---------------------------------------- */
/* クラス                                   */
/* ---------------------------------------- */

.title{
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
  border-top-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-left-style : none;
  font-size : 22px;
  font-family : Impact,Arial,sans-serif;
  font-weight : normal;
  color : #d5d5d5;
  border-width:1px;
  border-top-color : blue;
  border-left-color : blue;
  border-right-color : blue;
  border-bottom-color : blue;
  letter-spacing : 0.5px;
}
.sub_title{
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
  border-top-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-left-style : none;
  font-size : 16px;
  font-family : Arial,sans-serif;
  font-weight : bold;
  color : #3e4159;
  border-width:1px;
  border-top-color : blue;
  border-left-color : blue;
  border-right-color : blue;
  border-bottom-color : blue;
  letter-spacing : 0.5px;
}
.midashi01-e{
  font-size : 14pt;
  font-family : Verdana,Arial,sans-serif;
  font-weight : bold;
  color : #3e4159;
  letter-spacing : -1px;
}
.midashi01-j{
  font-size : 12pt;
  font-family : Verdana,Arial,sans-serif;
  font-weight : bold;
  color : #3e4159;
  letter-spacing : 2px;
}
.comment-e{
  font-size : 12.5px;
  letter-spacing : 0.5px;
  font-weight : normal;
  font-family : Arial;
  border-left-width : 1px;
  color : #363636;
  line-height : 3ex;
}
.comment-j{
  font-size : 13px;
  letter-spacing : 1px;
  font-weight : normal;
  font-family : Verdana,Arial,sans-serif;
  border-left-width : 1px;
  color : #6c6c6c;
  line-height : 1.5;
}
.line{
  color : black;
  font-size : 13px;
  font-family : Arial;
  font-weight : bold;
  background-color : #666666;
}
#orange{
  color : #ff8000;
}
#yellow{
  color : #ffff00;
}
#green{
  color : #24db6d;
}
