/*--------------------------------------------------------------------
common
css初期化
--------------------------------------------------------------------*/
html, body {
	font-family: "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

ul, li {
	list-style-type: none;
}

a {
	outline: none;
}

.clear {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

hr {
	display: none;
}

* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
}



/* divのレイアウト */

body{
	background-color:#eee;
}

#container{
	width:960px;
	margin:0 auto;
	background:url("img/background.jpg") no-repeat;
	overflow:hidden;
}
#logo{
	padding:27px 0 0 11px;
}

#navi ul{
	text-decoration:none;
	padding:31px 11px 56px 8px;
}

#navi ul li{
	float:left;
	margin-left:10px;
}


#navi ul li a {
	text-decoration:none;
	display:block;
	width:225px;
	height:70px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:left top;
}

#navi #top a {
	background-image:url(../img/top2.png);
}

#navi #shops a {
	background-image:url(../img/shops2.png);
}

#navi #goods a {
	background-image:url(../img/goods2.png);
}

#navi #access a {
	background-image:url(../img/access2.png);
}

#navi a:hover{
	background-position:left bottom;
}

h1{
	font-family:"curlz MT";
	font-size:40px;
	padding:56px 0 0 79px;
}


#container2{
	width:812px;
	height:376px;
	margin:43px 0 0 78px;
	overflow:hidden;
}

#left{
	float:left;

}
#mainimg{
	float:right;

}

#logo2{
	padding-top:35px;
}
#text1{
	font-size:16px;
	padding:70px 0 0 0;
}
#text1 p{
	padding-top:30px;
}
#container3{
	float:left;
	width:812px;
	height:350px;
	margin:20px 0 0 78px;
	overflow:hidden;
}

#suvimg{
	float:left;
}

#text2{
	float:left;
	font-size:16px;
	padding:270px 0 0 56px;
}
#map{
	float:right;
}
#tyuui{
	float:right;
	overflow:hidden;
	font-size:10px;
	padding-top:35px;
}

#footer{
	padding-top:430px;
}

#footer ul li a{
	text-decoration:none;
	color:#000000;
}
#footer ul li a:hover{
	color:#aaaaaa;
}


#footer ul{
	float:left;
	padding-left:30px;
	overflow:hidden;
}

#footer ul li{
	font-size:15px;
	color:#000000;
	padding:12px 5px 10px 5px;
	float:left;
}
#c{
	float:right;
}
#waku{
	width:960px;
	height:40px;
	background-color:#fff;
}
