@charset "UTF-8";
/*
 * index.css
 *
 */

/*==================================
           sitemap_list
==================================*/
#sitemap_list {
    margin: 20px auto 30px;
	width:800px;
}
#sitemap_list h3 {
    font-size: 28px;
    font-weight: bold;
	background-image:url(../../img/item_ttl.jpg);
    background-position: 50% 58%;
    background-repeat: no-repeat;
	margin:0 auto;
}
#sitemap_list h4 a,
.home_link a,
.sitemap a {
    font-size: 16px;
    font-weight: bold;
	background-image:url(../img/arrow.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 25px;
}
#sitemap_list .home_link {
	padding:10px 0;
}
.sitemap ,
.home_link {
	text-align:left;
}
#sitemap_list li {
    line-height: 1.8;
    padding: 10px 0 10px 20px;
    font-size: 16px;	
}
#sitemap_list .sitemap_items a,
#sitemap_list .sitemap_service a {
    line-height: 1.8;
    padding: 10px 0 10px 20px;
    font-size: 16px;
	background-image:url(../img/arrow02.png);
	background-position:left;
	background-repeat:no-repeat;	
}
#sitemap_list .sitemap_items h4 a,
#sitemap_list .sitemap_service h4 a {
	background-image:url(../img/arrow.png);	
}
#sitemap_list h4 a,
#sitemap_list li a {
	color:#000;
}
.sitemap_items ,
.sitemap_service {
	text-align:left;
	margin:10px auto;
}
.sitemap_items li ,
.sitemap_service li {
	margin:0 0 0 40px;
}