/*--------------------------------------------------------------------
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:693px;
	height:98px;
	margin:45px 0 0 130px;

overflow:hidden;
}

#text1{
	padding-top:25px;
	float:left;
}

#text1 #p1{
	font-size:24px;
	font-family:"curlz MT";
}
#text1 #p2{
	font-size:11px;
	padding-left:30px;
}

#image1{
	float:right;

}
#image1 ul{
	text-decoration:none;
}

#image1 ul li{
	float:left;
	margin-left:35px;

}

#Container3{
	width:693px;
	height:98px;
	margin:90px 0 0 130px;

overflow:hidden;
}

#text2{
	padding-top:25px;
	float:left;
}

#text2 #p3{
	font-size:24px;
	font-family:"curlz MT";
}
#text2 #p4{
	font-size:11px;
	padding-left:15px;
}

#image2{
	float:right;

}
#image2 ul{
	text-decoration:none;
}

#image2 ul li{
	float:left;
	margin-left:35px;

}

#Container4{
	width:693px;
	height:98px;
	margin:90px 0 0 130px;

overflow:hidden;
}

#text3{
	padding-top:25px;
	float:left;
}
#text3 #p5{
	font-size:24px;
	font-family:"curlz MT";
}
#text3 #p6{
	font-size:11px;
	padding-left:28px;
}

#image3{
	float:right;

}
#image3 ul{
	text-decoration:none;
}

#image3 ul li{
	float:left;
	margin-left:35px;

}

#Container5{
	width:693px;
	height:120px;
	margin:90px 0 0 130px;

overflow:hidden;
}

#text4{
	padding-top:25px;
	float:left;
}
#text4 #p7{
	font-size:24px;
	font-family:"curlz MT";
}
#text4 #p8{
	font-size:11px;
	padding-left:30px;
}

#image4{
	float:right;

}
#image4 ul{
	text-decoration:none;
}

#image4 ul li{
	float:left;
	margin-left:15px;

}

#tyuui{
	float:right;
	overflow:hidden;
	font-size:10px;
	padding-top:96px;
}

#footer{
	padding-top:125px;
}

#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;
}

