 @charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: top;
}

.clearfix:after{
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0;
	visibility:hidden;
}

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1;
	font-size: 12px;
}

#wrapper {
	width: 100%;
	min-width: 980px;
	overflow: hidden;
	margin: 0 auto;
}
#wrap_in {
	width: 980px;
	margin: 0 auto;
}

#bg img {
	position: fixed;
	z-index: -1;
}

h1 {
	margin: 0 0 0 -50px;
}
#photo {
	margin: 30px 0 0;
}
#photo li {
	float: left;
	margin: 0 0 30px;
}


#shop {
	width: 885px;
	height: 541px;
	background: url(../img/shop_bg.png);
	padding: 89px 0 0 95px;
	position: relative;
}

#shop ul {
	float: left;
	width: 310px;
	color: #f11998;
}
#shop ul#wondergoo {
	width: 265px;
}
#shop li {
	padding: 0 0 0 25px;
	height: 12px;
	background: url(../img/shop_bullet.png) left top no-repeat;
	margin: 0 0 10px;
}
#shop li.lastshop {
	margin: 0 0 32px;
}

#shop_notice {
	font-size: 10px;
	line-height: 1.5;
	color: #999999;
	position: absolute;
	bottom: 32px;
	left: 98px;
}

#foot {
	color: #fff;
	font-size: 10px;
	line-height: 1.8;
	text-align: center;
	margin: 58px 0 50px;
}
#foot a {
	color: #fff;
	text-decoration: none;
	margin: 0 5px;
}
#foot a:hover {
	text-decoration: underline;
}