@charset "utf-8";

/* CSS information ///////////////////////////////////////////////////

 博物館
 
////////////////////////////////////////////////////////////////////*/


/*---------------------------------------------------------------------------------------------------
	index_btn
---------------------------------------------------------------------------------------------------*/
.sitemap{
	border-top: 1px dashed #e5e5e5;
	}
	.sitemap li {
		border-bottom:1px dashed #e5e5e5;
		padding:16px 0 16px 27px;
		}
		.sitemap a{
			padding:0 0 0 14px;
			margin:0 25px 0 0;
			color:#1a1a1a;
			background-image:url(../img/link_arrow2.gif);
			background-repeat:no-repeat;
			background-position:0 center;
		}
		.sitemap ul{
			margin:15px 0 0 25px;
			overflow:hidden;
		}
			.sitemap ul li{
				float:left;
				border-bottom:none;
				padding:0;
			}

