@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------

	basic

--------------------------------------------------------------------*/


/*html {
	overflow-y: scroll;
}*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	text-align: center;
	font-family:Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka－等幅", sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #333;
	background: #fff url(../images/bg_yukatamenu.jpg) repeat-x top;
	padding: 15px 0 10px;
}

img {
	border: 0;
	vertical-align: bottom;
}

a {
	text-decoration: underline;
	color: #CC0066;
}

a:hover {
	text-decoration: underline;
	color: #ccc;
}

ul.shoplist {
	margin: 25px 0 30px;
	font-size: 14px;
	list-style: none;
}

p.annotation {
	padding: 0 30px 30px;
	text-align: left;
}