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

div#header{
	width:1000px;
	height:200px;
	margin:0 auto;
	background:url(../floor/image/floor_top.jpg) no-repeat;
}
div#main{
	width:800px;
	margin:0 auto;
}
h2#floor{
	margin-top:75px;
}
table.photo{
	margin-top:17px;
}

/*****サイトマップ******/

div#sitemap{
	padding-bottom:100px;
}

div#sitemap a{color:#A50010;}
div#sitemap a:hover{text-decoration:none;}

ul.sitemap{
	margin:30px 0 0 30px;
	list-style:none;
	font-size:16px;
}
ul.sitemap li{
	padding-bottom:10px;
}


ul.sitemap ul li{
	margin-left:15px;
	list-style:none;
	font-size:16px;
}
