@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

.sitemap h2{
background:#CF121B;
border-radius:3px 3px 3px 3px;
color:white;
font-weight:bold;
margin:10px 0 10px;
padding:0.3em 1em;
}

/*--h3は右のリンクタイトル----*/
.sitemap h3{
background-color:#CF121B;
    color:white;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 2px;
    text-align: center;
}

.sitemap #contents li{
list-style:inside;
margin-bottom:10px;
padding-left:10px;
}

.sitemap .body_l{
margin-right:30px;
width:400px;
height:600px;
float:left;
}

.sitemap .body_r{
width:400px;
height:600px;
float:left;
}

