/*--------------------------------------------------------------------
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:auto;
	background:url("img/background.gif") no-repeat;

}

#mainimg{
	float:left;
}

h1{
	float:right;
	padding-right:25px;
}

#navi ul{
	text-decoration:none;
	padding:150px 23px 0 30px;
}

#navi ul li{
	float:right;
	margin-top:13px;
}


#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;
}


#main{
	float:left;
	font-size:14px;
}

#news{
	padding:25px 0 20px 50px;
	font-family:"curlz MT";
	font-size:24px;
}

#text1{
	padding:0 95px 19px 70px;
	line-height:14px;
}

#text1 p{
	font-weight:bold;
}

#text1 .height{
	margin:18px 0;
}
#suv{
	float:right;
}

#mother{
	padding:38px 20px 35px 0;
}
#mother a {
	display:block;
	width:229px;
	height:102px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:left top;
}


#mother a {
	background-image:url(../img/mothersday2.png);
}

#mother a:hover{
	background-position:left bottom;
}



#suv p{
	font-size:13px;
	padding:0 0 0 10px;
}

#suv ul{
	font-size:10px;
	padding:12px 0 0 10px;
}

#footer ul li a{
	text-decoration:none;
	color:#000000;
}
#footer ul li a:hover{
	color:#aaaaaa;
}

#footer{
	clear:both;
	background-color:#ffffff;
}

#footer ul{
	padding-left:30px;
}

#footer ul li{
	font-size:15px;
	color:#000000;
	padding:12px 5px 10px 5px;
	float:left;
}

#c{
	padding-left:784px;
}

