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

#top {
	margin: 100px auto;
	width: 910px;
}

#bnt-dance {
	display: block;
	margin: 26px 37px 0 0;
	float: left;
	width: 106px;
}
#bnt-dance p {
	text-align: center;
	margin-top: 5px;
	width: 106px;
}
#bnt-dance p a {
	background-image: url(../images/top/pic-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#bnt-dance p a:hover {
	text-decoration: underline;
}


#title {
	display: block;
	margin-right: 33px;
	float: left;
	width: 490px;
}

#bnt-massage {
	display: block;
	margin-top: 26px;
	float: left;
	width: 106px;
}
#bnt-massage p {
	text-align: center;
	margin-top: 5px;
	width: 106px;
}
#bnt-massage p a {
	background-image: url(../images/top/pic-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#bnt-massage p a:hover {
	text-decoration: underline;
}

#bnt-goods {
	display: block;
	margin-top: 26px;
	float: right;
	width: 106px;
}
#bnt-goods p {
	text-align: center;
	margin-top: 5px;
	width: 106px;
}
#bnt-goods p a {
	background-image: url(../images/top/pic-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#bnt-goods p a:hover {
	text-decoration: underline;
}

#message {
	margin: 0px auto;
	width: 850px;
}
#message p {
	margin-top: 1em;
}