/*--------------------------------------------------------------------
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;
}

#navi ul{
	text-decoration:none;
	padding:138px 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 41px 79px;
}

#image{
	float:left;
	overflow:hidden;
}
#Container2{
	width:710px;
	height:184px;
	margin-left:116px;
	overflow:hidden;
}

#text1{
	float:right;
	font-size:18px;
	padding:55px 0 0 0;
	overflow:hidden;
}
#text1 p{
	font-family:"ＭＳ ゴシック";
	font-weight:bold;
}
#arrangement{
	float:left;
	width:238px;
	height:450px;
	margin:61px 0 0 167px;

}

#a{
	padding:0 0 30px 8px;
}

#text2{
	font-size:14px;
	padding:33px 0 6px 20px;
}

#syousai{
	padding:0 0 0 110px;
}

#gift{
	float:right;
	width:238px;
	height:450px;
	margin:61px 170px 0 0;
}

#b{
	padding:0 0 30px 82px;
}

#text3{
	font-size:14px;
	padding:33px 0 26px 25px;
}
#syousai2{
	padding:15px 0 0 100px;
}

h2{
	font-family:"curlz MT";
	font-size:32px;
	
}

#tyuui{
	float:right;
	overflow:hidden;
	font-size:10px;
	padding-top:90px;
}

#footer{
	padding-top:633px;
}

#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;
}

