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


body.sitemap .sitemapbox {
	width:835px;
	margin:10px auto 0 auto;
	}
	
body.sitemap h2 {
    background: url("../images/sitemap/h2_title.gif") no-repeat scroll 0 0 transparent;
    font-size: 14px;
    height: 35px;
    margin: 0 auto 10px;
    padding: 8px 0 0 10px;
    width: 400px;
	
	}

body.sitemap .c2box {
    float:left;
    width: 410px;
	
	}
	
.c2box ul{
	    display: block;
    overflow: hidden;
    padding: 0 0 4px;
    width: 380px;
}

.c2box ul.last{

    margin-bottom:10px;

}


.c2box ul li.first{
    padding: 0 10px 0 0;
}

.c2box ul li.end{
    border: medium none;
    display: block;
    padding-right: 0;
}

.c2box ul li {
    border-color: #1D3994;
    border-style: solid;
    border-width: 0 1px 0 0;
    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0 10px;
}
.c2box ul.listtri li {
	border:none;
	height:24px;
	    background: url("../images/common/list_blue.gif") no-repeat scroll 0 7px transparent;
    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0 10px;
	width:110px;
}

	.c2box ul.listtri {
		width:400px;
	margin-bottom:10px;	
	}
	
	.c2box ul.listtri2 li {
	border:none;
	height:24px;
	    background: url("../images/common/list_blue.gif") no-repeat scroll 0 7px transparent;
    display: block;
    margin: 0;
    overflow: hidden;
    padding:0 0 0 10px;
	width:189px;
}

	.c2box ul.listtri2 {
		width:400px;
	margin-bottom:10px;	
	}
	
body.sitemap h3{

    background: url("../images/sitemap/icon.gif") no-repeat scroll 0 10px transparent;
    border: medium none;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    padding: 7px 0 10px 17px;
    width: 355px;
	
}

body.sitemap .Bborder{
border-bottom:1px dotted #ccc;	
	
	
}

body.sitemap .col1{
	    width: 410px;
float:left;	
}

body.sitemap .col2{
    width: 410px;	
float:right;
}


