/* head */

.headnav {
	width: 100%;
	height: 7px;
	background-color: #023090;
}

.headnavtxt {
	background-image: url("../img/common/back_header2.gif");
	background-repeat: no-repeat;
	width:185px;
	height:33px;
	text-align:right;
		vertical-align:text-top;
}
	.headnavtxt a{
		text-decoration:none;
	}
	.headnavtxt a:hover{
		color:#88be05;
	}

#menu td{
    background-image: url("http://www.jqs.jp/img/top/mainmenu.jpg");
	background-repeat: no-repeat; 
	height:40px;
	text-align:center;	
	font-size:100%;
	}
    #menu a{
        text-decoration:none;
	font-size:100%;
    }
    #menu a:hover{
	    color:#000000;
    background-image: url("http://www.jqs.jp/img/top/mainmenu2.jpg");
	    text-decoration:underline;
	}
    #menu a:visited{
	    color:#000000;
    }