HTML{
  height:100%;
}
BODY{
  background:#ffffff;
  color:#254b7c;
  font-size:9pt;
  scrollbar-highlight-color:#000000;
  scrollbar-shadow-color:#000000;
  scrollbar-base-color:#444444;
  scrollbar-face-color:#000000;
  scrollbar-arrow-color:#007194;
  scrollbar-track-color:#444444;
  scrollbar-darkshadow-color:#009dcb;
  scrollbar-3dlight-color:#009dcb;
  margin:0px;
  height:100%;
  _text-align:center;
}
A:link{
  text-decoration:none;
  color:#7cbfb7;
  border-bottom:1px dotted #000000;
}
A:active{
  text-decoration:none;
  color:#7cbfb7;
  border-bottom:1px dotted #000000;
}
A:visited{
  text-decoration:none;
  color:#ebac78;
  border-bottom:1px dotted #000000;
}
A:hover{
  color:#009dcb;
  text-decoration:none;
  border-bottom:1px solid #007194;
}
A[name]:hover{
  color:inherit;
  text-decoration:none;
}
IMG A{
  border:none;
}
P{
  font-size:9pt;
  line-height: 180%;
  margin: 0.5em 5%;
}
INPUT,SELECT,TEXTAREA{
  background:#444444;
  color:#254b7c;
  font-size:9pt;
  border-left:5px solid #007194;
  border-right:1px solid #000000;
  border-top:1px solid #000000;
  border-bottom:1px solid #000000;
  padding-left:5px;
}
TD{
  font-size:9pt;
}
HR{
  color:#254b7c;
  width:100%;
  height:1px;
  border-style:solid;
}

/*テーブルタグをPタグのマージンに合わせる場合*/
.tab{
  margin: 0.5em 5%;
}

/*見出し用*/

.subtitle{
  border-top:2px solid #007194;
  border-bottom:1px dotted #007194;
}
.subtitle2{
  border-left:10px solid #007194;
  padding-left:5px;
}
.subtitle_bottom{
  border-top:1px dotted #007194;
  border-bottom:2px solid #007194;
  text-align:right;
}

/*レイアウト*/

* html div#contents{
  height:100%;
}
DIV#contents{
  width:600px;
  background:#d9f8fa;
  border-left:5px solid #007194;
  border-right:5px solid #007194;
  margin:auto;
  padding:5px 0px;
  position:relative;
  min-height:100%;
  _text-align:left;
}
BODY > #contents{
  height:auto;
}

.index{
  width:920px;
  height:100%;
  border-left:15px solid #007194;
  border-right:15px solid #007194;
  margin:0 auto;
  _text-align:left;
}
.index_left{
  width:220px;
  border-left:5px solid #9cd0e8;
}
.index_right{
  width:700px;
  border-right:5px solid #9cd0e8;
}

/*注意書きindex用*/

.index_text{
  width:920px;
  height:100%;
  border-left:15px solid #007194;
  border-right:15px solid #007194;
  margin:0 auto;
  padding:1px;
  _text-align:left;
}
.index_detail{
  margin:50px 100px;
}


/*メニューデザイン用*/

.menu{
  letter-spacing:2px;
  border-top:1px dotted #007194;
  border-bottom:1px dotted #007194;
  text-align:center;
}
.menu A{
  font-family:Verdana;
  padding:8px;
  display:block;
  border:none;
}
.menu A:hover{
  background:#007194;
  color:#ffffff;
}
.menu_icon{
  text-align:center;
  margin-top:30px;
}
.menu_icon A{
  border:none;
}
.menu_title{
  font-size:12pt;
  font-family:Century Gothic;
  letter-spacing:1px;
  text-align:center;
  margin:50px 0px;
}