@charset "utf-8";
/* CSS Document */

/* header menu */
ul#menu {
list-style-type:none;
margin:0;
padding:0;
}

ul#menu li {
list-style-type:none;
float:left;
}

ul#menu li.menu1 a{
display:block;
width:180px;
height:51px;
text-indent:-9999px;
overflow:hidden;
text-decoration: none;
background: url(/img/header_menu1.gif) no-repeat;
}

ul#menu li.menu1 a:hover{
background: url(/img/header_menu1_on.gif) no-repeat;
}

ul#menu li.menu2 a{
display:block;
width:175px;
height:51px;
text-indent:-9999px;
overflow:hidden;
text-decoration: none;
background: url(/img/header_menu2.gif) no-repeat;
}

ul#menu li.menu2 a:hover{
background: url(/img/header_menu2_on.gif) no-repeat;
}

ul#menu li.menu3 a{
display:block;
width:175px;
height:51px;
text-indent:-9999px;
overflow:hidden;
text-decoration: none;
background: url(/img/header_menu3.gif) no-repeat;
}

ul#menu li.menu3 a:hover{
background: url(/img/header_menu3_on.gif) no-repeat;
}

ul#menu li.menu4 a{
display:block;
width:175px;
height:51px;
text-indent:-9999px;
overflow:hidden;
text-decoration: none;
background: url(/img/header_menu4.gif) no-repeat;
}

ul#menu li.menu4 a:hover{
background: url(/img/header_menu4_on.gif) no-repeat;
}

ul#menu li.menu5 a{
display:block;
width:178px;
height:51px;
text-indent:-9999px;
overflow:hidden;
text-decoration: none;
background: url(/img/header_menu5.gif) no-repeat;
}

ul#menu li.menu5 a:hover{
background: url(/img/header_menu5_on.gif) no-repeat;
}

/* on */
ul#menu li.menu1_on a{
display:block;
width:180px;
height:51px;
text-indent:-9999px;
overflow:hidden;
text-decoration: none;
background: url(/img/header_menu1_on.gif) no-repeat;
}
ul#menu li.menu2_on a{
display:block;
width:175px;
height:51px;
text-indent:-9999px;
overflow:hidden;
text-decoration: none;
background: url(/img/header_menu2_on.gif) no-repeat;
}
ul#menu li.menu3_on a{
display:block;
width:175px;
height:51px;
text-indent:-9999px;
overflow:hidden;
text-decoration: none;
background: url(/img/header_menu3_on.gif) no-repeat;
}
ul#menu li.menu4_on a{
display:block;
width:175px;
height:51px;
text-indent:-9999px;
overflow:hidden;
text-decoration: none;
background: url(/img/header_menu4_on.gif) no-repeat;
}
ul#menu li.menu5_on a{
display:block;
width:178px;
height:51px;
text-indent:-9999px;
overflow:hidden;
text-decoration: none;
background: url(/img/header_menu5_on.gif) no-repeat;
}

table.border{border:solid #BBBBBB 1px;
}

