
body{
  background-color  : White;
  margin            : 0px;
/*  font-family:arial, sans-serif;*/
  font-family:'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

/* 表示領域 全体 */
#display_space{
  position:absolute;
  width:1130px;
  background-color:White;
  margin-left:10px;
}

/* ヘッダ領域 */
#header_space{
  position:relative;
  width:1130px;
  height:100px;
  background-color:#19448e;
}

/* ヘッダ領域 タイトル */
#title{
  position:relative;
  top:15px;
  left:40px;
  font-family:Verdana;
  font-size:30pt;
  color:navy;
}

#title2{
  position:relative;
  top:10px;
  left:10px;
  font-family:Verdana;
  font-size:30pt;
  color:white;
}

#title3{
  position:relative;
  top:10px;
  left:30px;
  font-family:Verdana;
  font-size:12pt;
  color:white;
}

/* トップメニュー領域 */
#top_menu_space{
  position:relative;
  width:1130px;
  height:35px;
  text-align:center;
  background-color:White;
  border:0px solid dimgray; 
}


/* フッタ領域 */
#footer_space{
  float:left;
  position:relative;
  width:1128px;
  height:60px;
/*  font-family:arial, sans-serif;*/
  font-family:'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  background-color:snow;
  border-top:1px dotted silver;
  background-color:White;
  font-size:9pt;
}

/* フッタ領域 コピーライト */
p#copy{
  font-size      : 10pt;
  vertical-align : middle;
  text-align     : left;
  margin         : 10px 0px 0px 20px;
  float          : left;
}


/* 以下、画像とグラフの共通 */
/* メインコンテンツのプルダウンメニュー領域 */
#main_contents_menu_space{
  width:620px;
  height:24px;
  margin: 5px 0px 5px 10px;
  float:left;
}

/* メインコンテンツのボタン領域 */
#main_contents_button_space{
  width:300px;
  height:24px;
  float:left;
}

/* メインコンテンツのプルダウンメニュー領域 メニュークラス */
div.main_contents_menu{
  float: left;
  width:200px;
}

/* メインコンテンツのボタン領域 ボタンクラス */
input.main_contents_button{
  width:70px;
  margin-left:10px;
}

/* メインコンテンツのボタン領域 ボタンスペースクラス */
div.button{
  float           : left;
  width           : 80px;
}

/* トップメニュー領域 リストクラス */
li.top_menu{
  float:left;
  width:170px;
  height:25px;
  display:block;
  text-align:center;
  padding-top:5px;
  border:1px solid silver;
  clickable:true;
}

/* リストのスペースをなくすクラス */
ul.nospace{
  padding:0px;
  margin:0px;
/*  font-family:arial, sans-serif;*/
  font-family:Verdana;
  font-size:12pt;
  list-style-type:none;
}

/* マップメニューのアイコンクラス */
div.icon{
  float:left;
  width:15px;
}

#menu_year{
  width:70px;
}
#menu_month{
  width:60px;
}
#menu_day{
  width:100px;
}

/* Link */
a{color: #77AADD; text-decoration: none;}
a:link  { color: #77AADD; text-decoration: none;}
a:visited { color: #77AADD; text-decoration: none;}
a:active { color: #ffffff; text-decoration: none;}
a:hover { color: #ffffff; background-color:#666666}
