

body{
color: #EEEEEE;
background:#111;
font-size:small;
}
a:link {
color:#00DD77;
}
a:visited {
color:#00DD77;
}

a { 
text-decoration: none; 
}

a:hover 
{
    color:Lime;
    text-decoration:underline; 
        
         }


.clear_all{
clear: both;
}


.menu{
margin:0px;
width:791px;
height:25px;
background-image:url('http://www.maruhamotors.co.jp/menuberback.gif');
background-color:#222;
}
.menu ul
{
list-style : none;
margin:0px;
padding:0px;
}

.menu li{
border-left:1px solid #999;
border-bottom:1px solid #222;
float:left;
font-size:12px;
padding:0.1em 0.2em;
margin:5px 3px 5px 0px;
background-color:#444;
background-image:url('http://www.maruhamotors.co.jp/obi2.gif');
width : 146px;
}

.footer{
border:solid 1px #888;
background-color:#151515;
background-image: url('h150b.png');
background-position: top;
background-repeat:repeat-x;
float:left;
margin:5px 0px 0px 5px;
padding:0.3em;
}

