@charset "utf-8";

/*
* {
	border: 1px red solid;
}
*/


.sitemap_list li{
    margin-bottom: 10px;
}


.sitemap_list a{
    text-decoration-line: none;
}


.sitemap_list2{
    margin: 0px 0px 20px 35px;
    list-style-type: circle;
}


.contact{
	font-size: 0.8em;
	color: #666;
	line-height: 2em;
	margin-top: 3px;
    margin-top: 30px;
    padding: 15px 0px 25px;
    border-top: 1px dotted #e5e5e5;
    border-bottom: 1px dotted #e5e5e5;
}

.contact a{
    color: #007bc7;
}