﻿/* ---------------------------------------------- */
/*              メニューの設定                    */
/*              画面上部にメニュー                */
/* ---------------------------------------------- */
/*メニューボタンっぽいリンク*/
#Menu a{
  margin: 0px 0px 0px 0px;
  padding: 15px;
  width:100px;
  height:40px;
  background-color:#BB4400;
  text-align: center;
  font-size:14px;
  font-weight: bold;
  border: 2px solid #ffffff;
}


/* ---------------------------------------------- */
/*              クラスの設定                      */
/* ---------------------------------------------- */
/*テーブル設定*/
/*上部メニューエリア*/
.MenuArea{
  background-color:#000000; 
  font-size: 10pt;
}
/*ロゴエリア*/
.logoArea{
  width:140px;
  height:100px;
  background-color:#000000;
  float: left;
}
/* センターエリア */
.linkArea{
  height:100px;
  width:550px;
  float:left;
}
/*カウンタ代理領域*/
.CntArea{
  border-style: dotted;
  border-color: #666666;
  width: 520px;
  padding:  2px 2px 2px 2px;
  background-color:#444444;
/*  font-weight: bold;*/
}
/*ニュースエリア*/
.newsArea{
  width:200px;
  height:100px;
  background-color:#000000;
  float: left;
}
/*メニューボタン親エリア*/
.MenuButton{
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  height: 50px;
}

/* ドロップメニュー関連 */
.dropdown {display:inline;}
.dropdown dt {display:inline; cursor:pointer;}
.dropdown dd {position:absolute; overflow:hidden; display:none; z-index:200; opacity:0;padding: 15px 0px 0px 0px;height:50px;}
.dropdown a {display:inline;}
.dropdown a:active {display:inline;}
.dropdown a:visited {display:inline;}


