header_menu_b.css 2.48 KB
/* CSS Document */

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

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

.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   : 4px ;
  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: #CCCCCC;
  border-bottom: 1px solid #000000;
  color: #ffffff;
}

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

.header_back{
	background-image:url(../image/black/header_b.gif);
	height: 30px;
	vertical-align: middle;
	}
	
.header_l{
	width: 175px;
	height: 47px;
	background-image:url(../image/black/header_l_1.gif);
	background-repeat: no-repeat;
	}
	
.header_l_2{
	width: 37px;
	height: 47px;
	background-image:url(../image/black/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:#CCCCCC; }

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

/*====================================================
日時部分
====================================================*/
.clock{
	color: #FFF;
	font-weight: bold;
	font-size: 90%;
	padding-right: 5px;
	text-align: right;
}