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

@import "../../../files/css/common/layout.css";

/*-------------------------------------------------------------------------
	sitemap
/*-----------------------------------------------------------------------*/

#sitemap #contents {
	padding-bottom:40px;
	background:#fff;
}
		
	#sitemap h2 {
		margin:50px;
		font-size:267%;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}
	
	
		#sitemap .box {
			padding-left:80px;
			font-size:116%;
		}
		
				#sitemap .box a:link,
				#sitemap .box a:visited {
					text-decoration:underline;
				}
		
			#sitemap .box p {
				margin-bottom:20px;
			}
			
			#sitemap .box dl {
				margin-bottom:20px;
				padding-left:40px;
			}
			
				#sitemap .box dl dt {
					margin-bottom:5px;
					padding-left:30px;
				}
			
				#sitemap .box dl dd {
					margin-bottom:5px;
					padding-left:44px;
				}
				
				#sitemap .box dl#travel dt {
					background:url(../img/index/img001.gif) no-repeat left center;
				}
				
				#sitemap .box dl#training dt {
					background:url(../img/index/img002.gif) no-repeat left center;
				}
				
				#sitemap .box dl#powerspot dt {
					background:url(../img/index/img003.gif) no-repeat left center;
				}
				
				#sitemap .box dl#stay dt {
					background:url(../img/index/img004.gif) no-repeat left center;
				}
				
				#sitemap .box dl#monzen dt {
					background:url(../img/index/img005.gif) no-repeat left center;
				}	
			
			#sitemap .box ul {
				padding-left:70px;
			}
			
				#sitemap .box ul li {
					margin-bottom:20px;
				}