#header{
    background-image:url(./images/header.jpg);
    width:750px;
    height:250px;
    position:relative;
}
#header ul{
    position:absolute;
    bottom:0px;
    width:750px;
    height:25px;
    margin:0;
    padding-left:40px;
    font-size:16px;
    list-style:none;
    background-color:#ffffff;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
}
#header li{
    height:25px;
    line-height:25px;
    float:left;
    width:100px;
    text-align:center;
    position:relative;
}

#header a{
    text-decoration:none;
    display:block;
    color:#000000;
/*    color:#663300; */
}

#header a:hover{
    width:100%;
    height:100%;
    color:#331100;
    background-color:#cccccc;
}

#container{
    background:url(./images/container.jpg) repeat-y 0 0;
    width:750px;
    font-size:small;
}

#navi{
    width:742px;
    margin:0px;
    padding:4px;
    background-color:#000000;
    color:#cccccc;
}

#navi a{
    text-decoration:none;
    color:#cccccc;
}

#menu{
    position:relative;
    width:160px;
    margin:0px;
    padding:5px;
    float:left;
}

#contents{
    position:relative;
    width:560px;
    margin:0px;
    padding:5px;
    float:right;
}

#footer{
    width:750px;
    margin:0px;
    padding:5px;
    clear:both;
/*    background-color:#cccccc; */
    background:url(./images/footer.jpg) repeat-y 0 0;
    text-align:center
}

div.pclist{
    background-image:url(./images/pclist_back.jpg);
    height:95px;
    width:330px;
    background-repeat:no-repeat;
    border-right:2px #666666 solid;
    border-bottom:2px #666666 solid;
    background-color:#ffffff;
    color:#000000;
    padding-top:5px;
    padding-left:170px;
    text-decoration:none;
}

div.jinji{
    background-image:url(./images/jinji_back.jpg);
    height:95px;
    width:330px;
    background-repeat:no-repeat;
    border-right:2px #666666 solid;
    border-bottom:2px #666666 solid;
    background-color:#ffffff;
    color:#000000;
    padding-top:5px;
    padding-left:170px;
    text-decoration:none;
}

div.it{
    background-image:url(./images/it_back.jpg);
    height:95px;
    width:330px;
    background-repeat:no-repeat;
    border-right:2px #666666 solid;
    border-bottom:2px #666666 solid;
    background-color:#ffffff;
    color:#000000;
    padding-top:5px;
    padding-left:170px;
    text-decoration:none;
}

h2{
    font-size:large;
    border-style:solid;
    border-width:0px;
    border-bottom-width:2px;
    border-color:#ff0000;

}

