@charset "UTF-8";
body {
	background-color: #CC9999;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	line-height: 1.5em;
	margin-top: 10px;
}
#content {
	height: 900px;
	width: 1000px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/shop_page2.jpg);
	background-repeat: no-repeat;
}
#content h3 {
	font-size: 14px;
	font-weight: normal;
	margin-left: 520px;
	margin-top: 480px;
}
#menu  {
	text-align: center;
	margin-top: 15px;
	padding-top: 15px;
}
#content #menu a {
	font-size: 16px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 15px;
	color: #FF3366;
	text-decoration: none;
	margin-top: 15px;
}
#content #menu a:hover {
	color: #993399;
}
