
/* 全体*/
body{
    width: 100%;
    height: 100%;
    background: #000000;
    margin: 0 auto;
    overflow-y: scroll;
}




#wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #000000;
    overflow: hidden;
    clear:both;
}

/* hedaer */

#header{
    width:100%;
    height:auto;
    margin: 0 auto;
    background:#000000;
    clear: both;
}



/* homebaner */

#homebaner{
   margin: 0 auto;
   width:620px;
   height:auto; 
}

#homebaner p.images a{
color:#ffffff;
width: 620px;
height:0;
line-height: 120px;
text-align: center;
padding: 120px 0 0 0;
background: url("../image/homebaner.jpg");
overflow: hidden;
display: block;
}


/* メニュー  */

 ul.menu{
    width: 620px;
    height: 40px;
    margin: 0 auto;
    padding: 10px;
 }

ul.menu li{
    float: left;
    list-style: none;
    text-align: center;
}

ul.menu li.menu01{
    width: 145px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

ul.menu li.menu02{
    width: 145px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

ul.menu li.menu03{
    width: 145px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

ul.menu li.menu04{
    width: 145px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}


ul.menu li.menu01 a{
    width: 145px;
    height:40px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
}

ul.menu li.menu01 a:hover{
    color: #ff0000;
}


ul.menu li.menu02 a{
    width: 145px;
    height:40px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
}

ul.menu li.menu02 a:hover{
    color: #ff0000;
}

ul.menu li.menu03 a{
    width: 145px;
    height:40px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
}

ul.menu li.menu03 a:hover{
    color: #ff0000;
}


ul.menu li.menu04 a{
    width: 145px;
    height:40px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
}

ul.menu li.menu04 a:hover{
    color: #ff0000;
}

