div.sitemap_box {
width: 660px;
}

div.sitemap_box_header h2 {
color: #1b67a5;
background: transparent url(../image/sitemap_headline_h2.jpg ) no-repeat scroll left top;
padding: 15px 10px 0px;
/*font-size: 110%;*/
margin: 0px 0px 30px;
height: 40px;
display: block;
font-size: 18px;
}

div.sitemap_box h3 {
color: #ffffff;
background: transparent url(../image/sitemap_headline_h3title01.jpg ) no-repeat scroll left top;
padding: 0px 0px 0px 30px;
/*font-size: 90%;*/
margin: 0px 0px 20px;
height: 30px;
line-height: 30px;
font-size: 14px;
}

div.sitemap_box h3 a {
color: #ffffff;
text-decoration: none;
display: block;
font-size: 14px;
}

div.sitemap_box ul {margin: 0px 0px 30px 0px;
/*padding-left: 10px;*/
padding-left: 25px;
list-style-type: none;
width: auto !important;
}

div.sitemap_box ul li {
/* padding-left: 25px; */
background: url(../image/sitemap_list_arrow.jpg) no-repeat scroll left top;
list-style-type: none;
line-height: 1.3;
margin-bottom: 5px;
padding-left: 20px;
vertical-align: middle;
/* background: transparent url(../image/sitemap_list_arrow.jpg) no-repeat scroll left 1px; */
/* line-height: 1.3; */
}

div.sitemap_box ul ul {
margin-bottom: 10px;
margin-left: 0px !important;
width: 255px !important;
padding-left: 0px !important;
background: none;
margin: 5px auto 10px;
}

div.sitemap_box ul ul li {
background: transparent url(../image/sitemap_list_delta.jpg) no-repeat scroll left 2px;
/* font-size: 110%; */
padding-left: 10px;
margin-left: 0px !important;
list-style-type: none !important;
}

div.sitemap_box_left {
float: left;
width:300px;
margin-left: 10px;
overflow: hidden;
}

div.sitemap_box_right {
float: right;
width: 300px;
margin-right: 15px;
}

/* 右寄せ */
p.sitemap_paragraph_right {
text-align: right;
clear: both;
}