body {
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    line-height: 1.8em; 
}

a { text-decoration:none;} 

#wrap, #header, #contents, #menu2, #footer {
    width: 100%;
}

#header .inner, #menu .inner, #contents .inner, #menu2 .inner, #footer .inner {
    width: 960px;
    margin: 0 auto;
}

#wrap {
    margin-top: 0;
}

#header {
    margin-top: -35px;
    height : 100px;
    background-color:#ffffff;

}

#menu {
    height : 69px;
    background-image: url("header_base.jpg");
    background-repeat: repeat-x;
}

#contents {
    margin-top: 20px;
}

#contents .icon, #menu .icon  {
    text-align: center;
}

#menu2 {
    line-height: 40px; 
    color:#ffffff;
    margin-top: 30px;
    background-color:#F39800;
    height : 40px;
    text-align: center;
}

#menu2 a:link { color: #ffffff; }
       a:visited { color: #ffffff; }
       a:hover { color: #ffffff; }
       a:active { color: #ffffff; }

#footer {
    line-height: 1.5em; 
    text-align: center;
    font-size: 80%;
}