* {
	margin: 0; padding: 0;
}
html, body {
	height: 100%;
	background-image: url(../img/bgline.gif);
	background-color: #000;
	font-size: 11px;
	color: #FFF;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	width: 780px;
	height: 100%;
	margin: 0 auto -40px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
}
#header {
	width: 747px;
	height: 87px;
	margin: 0 auto 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffd117;
	padding: 0px;
}
#footer, #push {
	width: 747px;
	margin: 0 auto;
	height: 39px; 
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffd117;
}
#fot {
	clear: both;
}
/*パンくずリスト
----------------------*/
#pan {
	width: 738px;
	color:#ffd117;
	font-size: 12px;
	margin: 0 auto 9px;
}
/*トップカテゴリー
----------------------*/
#category {
	width: 738px;
	margin: 0 auto;
	padding: 0;
}
#category-title {
	width: 116px;
	height: 15px;
	float: left;
	background-color:#6c6c6c;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 4px;
}
#category-right {
	width: 611px;
	height: 15px;
	float: right;
	background-color: #3e3e3e;
	padding-top: 6px;
	padding-bottom: 4px;
	margin-bottom: 1px;
}
#category-right ul li {
	float: left;
	list-style: none;
}
#category-right li {
	padding-left: 12px;
	background-image: url(../img/p.gif);
	background-repeat: no-repeat;
	background-position: left 0.2em;
	float: left;
	margin-left: 15px;
	display: block;
}
#category-right ul {
	margin: 0 8px 0;
}
/*トップフラッシュ
-------------------------*/
#top-flash {
	width: 738px;
	margin: 10px auto 10px;
}