header_menu_fg.css 2.2 KB
/* CSS Document */

#body{
	padding: 0px;
	margin: 0px;
	}
	

/*====================================================
メニュー
====================================================*/
#menu0{
  position        : relative;
  left            : 0px ;
  top             : 0px ;
  width           : 100%;
  height          : 18px;
  padding         : 4px;
  background-color: #2F4F4F;
}
#menu0 a{
  font-size       : 14px  ;
  text-decoration : none;
  color           : #ffffff;
}

.menu  {
  position        : absolute;
 left            : 0px ;
  top             : 0px ;
  margin          : 0px;
  padding         : 0px;
  height          : 1.5em;
  border-top      : 1px solid #eeeeee;
}
.menu a {
  background-color: #dddddd;
  width          : 180px;
  display        : block;
  padding-top    : 4px ;
  padding-left   : 8px ;
  padding-bottom : 4px ;
  border-top     : 1px solid #eeeeee;
  border-right   : 1px solid #666666;
  border-left    : 1px solid #dddddd;
  border-bottom  : 1px solid #333333;
  text-decoration: none;
  color: #2f4f4f;
}
.menu a:hover {
  background-color: #D2FAB8;
  border-bottom: 1px solid #000000;
  color: #ffffff;
}

.table{
	width: 100%;
	border: 0;
	}

.header_back{
	background-image:url(../image/f_green/header_b.gif);
	height: 30px;
	vertical-align: middle;
	}
	
.header_l{
	width: 121px;
	height: 40px;
	background-image:url(../image/f_green/header_l_1.gif);
	background-repeat: no-repeat;
	}
	
.header_l_2{
	width: 37px;
	height: 40px;
	background-image:url(../image/f_green/header_l_2.gif);
	background-repeat: repeat;
	}
	
/*====================================================
フォント
====================================================*/
.header_font_80{
	font-size: 80%;
	text-align: right;
	color: #FFF;
	}

.font_90_s{
	font-size: 90%;
	vertical-align: middle;
	color: #FFF;
	font-weight: bold; 
	}
	
.info_font_80{
	font-size: 80%;
	font-weight: bold; 
	}

.info_font_80_n{
	font-size: 80%;
	}


/*====================================================
リンク
====================================================*/

a { text-decoration: none; }

a:link{ color:#336699; }

a:visited{ color:#336699; }

a:hover{ background-color:#5ED20F; }

a:active {
	right: -2px;
	bottom: -2px;
	position: relative;
}