@charset "UTF-8";
/*-----------------------------
 Reset
-------------------------------*/
* {
	margin:0;
	padding:0;
}
/*-----------------------------
 body
-------------------------------*/
body {
	font-size:15px;
	font-family:"ＭＳ Ｐゴシック", "MS UI Gothic", Osaka, sans-serif;
}
a:hover {
	color:#d03;
	text-decoration:none;
}
img {
	border:none;
}
h1 {
	padding:5px;
}
h2 {
	margin:0;
}
b {
	color:#720;
}
/*-----------------------------
 左右メニュー
	border:1px #c0c0c0 solid;
-------------------------------*/
#container {
	width:810px;
	margin:0 auto;
}
#contents {
	padding:2px;
	float:left;
	width:600px;
}
#sidebar {
	padding:2px;
	float:right;
	width:200px;
}
/* ---------------------------------- 左メニュー上部 */
#search {
	margin-bottom:4px;
	padding:8px 0 0 170px;
	width:600px;
	height:41px;
	background:url(./img/search_bg.jpg) no-repeat;
}
input#s-size {
	width:240px;
}
input#s-submit {
	margin:0 0 0 8px;
	width:54px;
	height:25px;
	background:url(./img/submit.gif) no-repeat bottom;
	border:none;
	cursor:pointer;
}
div.margin_img {
	margin:8px 0;
}
/* ---------------------------------- 左メニュー本文 */
#genre {
	margin:0 auto;
	padding:0;
	width:100%;
}
#genre p {
	margin:0 0 0 10px;
	padding:4px 0;
	display:block;
	float:left;
	width:185px;
}
.category {
	margin:0;
	padding:0 0 0 10px;
	font-size:15px;
	background:url(./img/title_bar.gif) no-repeat;
	color:#720;
}
/* -------------------------------------- 右メニュー */
ul#right_menu {
	margin:0;
	margin-bottom:10px;
	padding-left:5px;
	list-style:none;
}
ul#right_menu li {
	margin-bottom:5px;
	padding:3px 0 0 25px;
	display:block;
	height:22px;
	width:165px;
	background:url(./img/menu_bar.gif) no-repeat;
	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;
}
.clr { /* 回り込み解除 */
	clear:both;
}
/* -------リスト----------- */
.text-list {
	margin:10px 20px;
}
/* -------フォント----------- */
.type {
	color:#FF8C00;
	font-weight:bold;
}
.touroku_st {
	color:#FF8C00;
	font-weight:bold;
}
/* ----- 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;
}
/* ---------------------------------------- フッター */
#navi-footer {
	clear:both;
	padding:12px 10px 0 10px;
	height:40px;
	background:url(./img/footer_bg.gif) no-repeat;
}
/* ---------------------------------------- フッター */
#footer {
	clear:both;
	padding:10px;
	text-align:center;
}
/*ul,ol {
	margin:10px 20px;
}*/

