@charset "UTF-8";
* {
	font-size:small;
	font-family:"ＭＳ Ｐゴシック", "MS UI Gothic", Osaka, sans-serif;
}
body {
	margin:0;
	padding:0;
}
img {
	border:0;
}
div#whole {
	width:800px;
	margin:0 auto;
}
* html div#whole {
	overflow:visible; /* 古いブラウザでスクロールバーを出させない */
}
h1 {
	padding:5px;
}
h2,h3,h4 {
	margin:0;
}
b {
	color:#720;
}
/* -------------------------------------- 左メニュー */
div#left {
	float:left;
	width:600px;
}
/* ---------------------------------- 左メニュー上部 */
div#search {
	width:600px;
	height:41px;
	background:url(./img/search_bg.jpg) no-repeat;
}
div#s-left2 {
	padding:8px 0 0 170px;
}
input#s-text2 {
	width:240px;
}
/* ---------------------------------- 左メニュー上部(未使用) */
div#s-left {
	float:left;
	padding:10px 0 0 0;
}
html:first-child div#s-left { /* Opera用 */
	float:left;
	padding:22px 0 0 0;
}
input#s-text {
	width:335px;
	margin:0 0 0 175px;
}
div#s-right {
	float:left;
	padding:8px 0 0 0;
}
html:first-child div#s-right { /* Opera用 */
	float:left;
	padding:20px 0 0 0;
}
input#s-submit {
	width:54px;
	height:25px;
	background:url(./img/submit.gif) no-repeat bottom;
	border:none;
	cursor:pointer;
	margin:0 0 0 8px;
}
div.margin_img {
	margin:8px 0;
}
/* ---------------------------------- 左メニュー本文 */
div#genre {
	width:100%;
	padding:0;
	margin:0 auto;
}
div#genre p {
	display:block;
	float:left;
	margin:0 0 0 10px;
	width:185px;
	padding:4px 0;
}
div.category {
	margin-bottom:3px;
}
div.category p {
	margin:0;
}
div.category h2 {
	margin:0;
	background:url(./img/title_bar.gif) no-repeat;
	color:#720;
	padding:0 0 0 10px;
}
/* -------------------------------------- 右メニュー */
div#right {
	float:right;
	width:200px;
/*	border:1px #ff00ff solid;*/
}
ul#right_menu {
	padding-left:5px;
	margin-bottom:10px;
	list-style:none;
}
ul#right_menu li {
	display:block;
	height:22px;
	width:165px;
	background:url(./img/menu_bar.gif) no-repeat;
	margin-bottom:5px;
	padding:3px 0 0 25px;
	font-weight:bold;
}
ul#right_menu li a:link, ul#right_menu li a:visited {
	color:#720;
	text-decoration:none;
}
ul#right_menu li a:hover, ul#right_menu li a:active {
	color:#d03;
	text-decoration:underline;
}
/* ------------------------- */
div#topics {
	height:150px;
	padding:5px;
	margin-left:5px;
}
div#topics h3 {
	background:url(./img/topics_title.gif) no-repeat;
	padding:5px 0 5px 7px;
	margin:0;
	color:#051;
}
div#topics_text {
	width:175px;
	height:100px;
	overflow:auto;
	margin:7px 0 0 5px;
}
div#topics_text hr {
	border:1px #000 dotted;
}
/* ---------------------------------------- フッター */
p.bt_top {
	float:right;
	background:url(./img/arrow_top.gif) no-repeat bottom left;
	padding-left:15px;
	margin-bottom:5px;
}
div#footer {
	height:40px;
	background:url(./img/footer_bg.gif) no-repeat;
	padding:12px 10px 0 10px;
}
div#footer p {
	float:left;
	margin:0;
}
div#footer p a {
	margin:0 5px;
}
div#footer address {
	font-style:normal;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
}
/* ---------------------------------- 検索結果ぺージ */
p#pankuzu {
	margin:10px 3px;
}
p#pankuzu a {
	margin:0 5px;
}
/* ------------------------------------ 画像・リンク */
.clr { /* 回り込み解除 */
	clear:both;
}
a:hover {
	color:#d03;
	text-decoration:none;
}
/* -------リスト----------- */
.list {
	margin:15px 0px;
}
.list ul {
	margin:0;
	list-style:none;
}
.list li {
	padding:0px 0px 0px 17px;
	line-height:23px;
}
/* -------フォント----------- */
.type {
	color:#FF8C00;
	font-weight:bold;
}
.touroku_st {
	color:#FF8C00;
	font-weight:bold;
}
/* ------------------ */
div#menu_w {
	padding:13px 30px 0px 15px;
	line-height:22px;
}
div#menu_w2 {
	padding:13px 30px 0px 15px;
	line-height:15px;
}
div.inmenu {
	background-color:#f4a460;
	color:#720;
	font-weight:bold;
	padding:0 0 0 5px;
	text-align:left;
}
div.inmenu-2 {
	background-color:#f4a460;
	color:#720;
	font-weight:bold;
	padding:0 0 0 5px;
	text-align:left;
}
.left {
	padding:13px 30px 3px 15px;
}
/* -----サイトマップ指定-------- */
div#map_1 {
	margin:10px 0px 0px 10px;
	width:200px;
}
div#map_1 ul {
	margin:0;
}
div#map_1 li {
	padding:0;
	line-height:20px;
	list-style:none;
}
/* ----- table ----- */
table {
	border-collapse:collapse;
	border:1px solid #fd0;
	background:url(./img/shop_bg.gif) no-repeat right;
	width:100%;
}
table th {
	padding:5px;
	background-color:#fd0;
	font-weight:normal;
	border:1px solid #fd0;
}
table td {
	padding:5px;
	border-bottom:1px solid #fd0;
}
.price {
	text-align:right;
	font-family:Osaka, Verdana, Arial, sans-serif;
	color:#c00;
}
.itemprice {
	font-family:Osaka, Verdana, Arial, sans-serif;
	font-weight:bold;
	color:#c00;
}
ul,ol {
	margin:0;
	padding:0;
	list-style:none;
}
