@charset "utf-8";


#footer_container {
	width: 800px;
	background-color: #FFF;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#footer_contents {
	width: 800px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #666;
	background-color: #FFF;
	clear: both;
}
#footer_header {
	width: 800px;
	margin-top: 10px;
}

#footer_copy {
	width: 800px;
	text-align: center;
	color: #666;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: small;
}
body {
	background-color: #FFF;
	color: #666;
}



p {
	font-size: small;
	line-height: 220%;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.img_left {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 50px;
	margin-left: 3px;
	float: left;
	clear: both;
}
.float_clear {
	clear: both;
}
.img_shohin_left {
	float: left;
	line-height: 80em;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#navbar {
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navbar ul li {
	float: left;
	width: 160px;
	text-align: center;
}
#navbar a {
	background-color: #999;
	display: block;
	font-size: small;
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	margin: 0px;
}
#navbar a:hover {
	background-color: #99CC33;
}
