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

/*
==========================================================
トップページ
==========================================================
*/
	#topImage {
	background-image: url(images/topImage.jpg);
}


@media print, screen and (min-width: 769px) {
	.sitemap {
	text-align: center;
	margin-bottom: 100px;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}
.sitemap li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	color: #666;
}



}


@media screen and (max-width: 768px) {

	.sitemap {
	text-align: center;
	margin-bottom: 100px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.sitemap li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	color: #666;
}



}

