* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url('./imgs/shop_title_bgimage.png');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 100%;
	text-align: center;
}

a,img {
	text-decoration: none;
	border: 0px;
}



#wrap {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 1055px;
}


h1 {
	margin: 0px;
	padding: 0px;
	height: 310px;
	background-image: url('./imgs/shop_image_header.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}


div#explanation {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	height: 855px;
	background-image: url('./imgs/shop_image_explanation.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}


div#menu {
	margin: 0px;
	padding: 0px;
	height: 1040px;
	background-image: url('./imgs/shop_image_menu.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}


div#order {
	margin: 20px auto 0px auto;
	padding: 0px 0px 20px 0px;
	width: 800px;
	border: 2px dotted #666;
}

form {
	margin: 30px;
	padding: 0px;
}

select {
	margin: 0px;
	padding: 5px;
}

input {
	margin: 0px;
	padding: 5px 15px 4px 15px;
}


div#caution {
	margin: 10px auto;
	padding: 0px;
	width: 450px;
	text-align: left;
}

div#caution ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div#caution li {
	margin: 5px 0px;
	padding: 0px 0px 0px 5px;
	border-left: 10px solid #f66;
}



div#footer {
	margin: 20px auto;
	padding: 0px;
	height: 110px;
	background-image: url('./imgs/shop_footer_bgimage.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}



#page-top {
	position: fixed;
	bottom: 30px;
	right: 50px;
	width: 50px;
	height: 100px;
}



div#acc {
	position: absolute;
	top: 0px;
	left: 0px;
    border: 0px;
}
