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

*{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-style: normal;
	font-variant: normal;
	height: 870px;
	font-weight: normal;
	background-image: url(../top_img/back.jpg);
	background-repeat: repeat;
}
#wrapper {
	display: block;
	height: 920px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#header {
	height: 87px;
	width: 800px;
	background-image: url(../top_img/header-2.gif);
	background-repeat: no-repeat;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#contener {
	display: block;
	clear: both;
	height: auto;
	width: 800px;
}
#top_info {
	height: 285px;
	width: 760px;
	clear: both;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(../top_img/top_info_back.gif);
	background-repeat: no-repeat;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#new_product {
	width: 800px;
	clear: both;
	height: 140px;
	background-color: #000000;
}
#contents {
	height: 270px;
	width: 760px;
	clear: both;
	padding: 15px 20px 10px;
	background-color: #FFFFFF;
}
#footer {
	height: 93px;
	width: 800px;
	clear: both;
}
