﻿@charset "utf-8";

/* 初期設定
---------------------------------------------------- */

body  {
  width:720px:

  color: #191970;  /* midnightblue  */
  background-color: ivory;

  font-family:monospace;

}

#header  {
  margin-left:30px;
}


#nav  {
  float: left;
  margin-left: -25px;

}


#nav ul a   {
    display: block;
    width:120px;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    text-decoration: none;
    color: white;
    background: #e8eefe  url(images/bn_navi_3.gif) no-repeat left bottom;
 
    font-weight: bold;

    text-align: center;
  
}

#nav ul a:hover  {

    background-position: right bottom;    
    color: #197aa7;
}


#navigation #meter img  {
  margin-left: 15px;
  margin-bottom: 15px;
}



#nav li  {
    display: inline;   
}

#main  {
   
   width: 640px;

   margin-top: 18px;
   margin-left: 160px;

   color: #191970;
   font-size: 14px;
   font-weight: normal;
   
   line-height: 1.4em;
}


#main h2 {
   text-align: center;
   font-size: 24px;
   font-weight: bold;
}


hr  {
  width: 720px;
}


#footer  {
  font-size: small;
  font-weight: bold;
  text-align: center;
  color: #191970;
}