@charset "utf-8";
/*  CSS Document  */

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
	font-family: sans-serif;
	color: #440a19;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

::-moz-selection {
	background: #ff74af;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #ff74af;
	color: #fff;
	text-shadow: none;
}

a {
	outline: none;
	text-decoration: none;
}

a:link, a:visited {
	color: #3d549e;
	outline: none;
}

a:hover, a:active {
	text-decoration: underline;
	outline: none;
}

ul, ol, ul li, ol li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

dl, dd, dt {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	display: block;
}


/**************************************************/
/**************************************************/

#html {
	width: 100%;
	height: 100%;
}

#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	background-image: url(../../img/bg_img.jpg);
	background-repeat: repeat;
	background-position: center top;
	text-align: center;
}

.top_img {
	display: inline-block;
}

.text {
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #b4acae;
}

.store_list {
	margin: auto;
}

address {
	color: #fff;
	font-style: normal;
	background-color: #00a0e9;
	padding: 3px;
}




