@charset "Shift_JIS";

@import url(menu.css);


body {font-size:0.9em;
      background-color:#FFFFFF;
      color:#333333;
      margin:0 auto;
      padding:0;
      width:713px;
      letter-spacing:0.1em;}
 
td {line-height: 130%;} 
img { border-style: none; margin: 0px; padding: 0px; }

a:active {color: #FF6600; text-decoration: none;}
a:hover {color: #33CC66; text-decoration: none;}
a:link {color: #0000FF; text-decoration: none;}
a:visited {color: #333399; text-decoration: none;}


/*--------------------------------------------　フォント　---------*/
.fnt_gray {color: #666666;}

.fntb {font-weight:bold;}
.fntb_red {font-weight:bold;
           color:#FF0000;}

.fntb_blue {font-weight:bold;
           color:#0000A0;}

.fnt16 {font-size: 1.8em;}
.fnt14b {font-size: 1.4em;
        font-weight:bold;}

.fnt18b_red {font-size: 1.8em;
             font-weight:bold;
             color:#FF0000;}
.fnt12b_red {font-size: 1.2em;
             font-weight:bold;
             color:#FF0000;}


.soroe{padding-left:1em;
       text-indent:-1em;}

.waku01 {border:1px solid #CCCCCC;}


/*--------------------------------------------　メニュー　---------*/

#head a:active {color: #FFFFFF; text-decoration: underline;}
#head a:hover {color: #FFFFFF; text-decoration: underline;}
#head a:link {color: #FFFFFF; text-decoration: none;}
#head a:visited {color: #FFFFFF; text-decoration: none;}

#head {width:713px;
       padding:0;
       margin:0;}
#head td {padding:0;}

#menu ul {
	width:713px;
	height:21px;
	margin:0;
	padding:0;
	display:inline-table;}

#menu li {list-style-type:none;
	      float:left;
	      margin:0;
	      padding:0;}
#menu li a {
	display:block;
	height:21px;
	background-repeat:no-repeat;
	background-position:left top;
	text-decoration:none;
	text-indent:-9999px;
	line-height:1px;
	font-size:1px;
	outline:none;
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu li a:hover ,
#menu li.current a {
	background-position:left bottom;
}

#menu #home a {
	width:141px;
    background-image:url(images/menu/menu_01.jpg);}
#home #menu #home a {background-position:left bottom;}

#menu #outline a {
	width:143px;
	background-image:url(images/menu/menu_02.jpg);}
#outline #menu #outline a {background-position:left bottom;}
	
#menu #history a {
	width:143px;
	background-image:url(images/menu/menu_03.jpg);}
#history #menu #history a {background-position:left bottom;}

#menu #legend a {
	width:143px;
	background-image:url(images/menu/menu_04.jpg);}
#legend #menu #legend a {background-position:left bottom;}
	
#menu #reliability a {
	width:143px;
	background-image:url(images/menu/menu_05.jpg);}
#reliability #menu #reliability a {background-position:left bottom;}


