@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	list-style-image: none;
	list-style-type: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1;
	color: #000000;
}
a {
	text-decoration: none;
	color: #3399CC;
}

a:hover {
	color: #0066FF;
	text-decoration: underline;
}
img {
	border: 0px;
}
/* 左ナビ部分
-------------------------------------------*/
#navi {
	width: 150px;
	font-size: 75%;
	position: absolute;
}
h4#shopping {
	height: 30px;
	width: 150px;
}
#navi li {
	margin-top: 7px;
}
/* フッタ部分
-------------------------------------------*/
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	text-align: right;
	font-size: 70%;
	color: #999999;
}
h4#guide {
	height: 30px;
	width: 180px;
	margin-top: 20px;
}