/*+++ サイトマップのデザイン +++*/

h2#title{
    width:800px;
    font-weight:bold;
    text-align:center;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    padding:10px 0;
    margin-bottom:30px;
}

#leftarea,
#centerarea,
#rightarea{ 
    width:240px; 
    float:left;
    margin:0 10px;
}

