@charset "shift_jis";

/***********************************************************
*
*	shop common style
*
*	include from style_shop_xxx.css
*
***********************************************************/

div#content img {
	border: none;
}

div.categoryHead {

}

/*=========================================================
 4. right menu
=========================================================*/
dl#categoryMenu {
	margin:10px 0;
	padding:0;
}

dl#categoryMenu dt {
	margin:0;
	padding:0;
	border: 1px solid #d2c7d2;
	background-color:#ffd1fd;
	background-image:url(/image/shop/menu_title.gif);
	width: 298px;
	height: 26px;
	text-indent:-2000px;
}

dl#categoryMenu dd {
	border-top: 1px solid white;
	border-bottom: 1px solid #d2c7d2;
	border-left: 1px solid #d2c7d2;
	border-right: 1px solid #d2c7d2;
	margin:0;
	padding:0;
}

dl#categoryMenu dd a {
	display: block;
	background-color: #ffe3ff;
	color: #463c91;
	text-indent: 30px;
	padding: 5px 0;
	font-size: 10pt;
	font-weight: bold;
	text-decoration:none;
}
dl#categoryMenu dd a:hover {
	background-color: #ff9bff;
	color: white;
}

ul#softbar {
	display:block;
	border-top:1px solid gray;
	border-bottom:1px solid gray;
	height:21px;
	margin:0 0 1em 0;
	padding:1px;
}
ul#softbar li{
	background-image:url(/shop/image/soft_bar.gif);
	height:21px;
	margin:0;
	padding:0;
}
ul#softbar li#softbar_shop{
	display:block;
	float:left;
	width:188px;
	background-position:-2px -2px;
	text-indent:-1000px;
	border-right:1px solid gray;
}
ul#softbar li#softbar_book{
	display:block;
	float:left;
	width:186px;
	background-position:-194px -2px;
	text-indent:-1000px;
	border-right:1px solid gray;
}
ul#softbar li#softbar_basket{
	display:block;
	float:right;
	width:114px;
	background-position:-502px -2px;
	text-indent:-1000px;
}
ul#softbar li a{
	display:block;
}


/*=========================================================
 5. index submenu
=========================================================*/
div.submenu div.sub_title {
	margin:5px 0px;padding:4px 7px 2px;color:white;background-color:#999999;
	border-bottom:1px solid black;font-weight:bold;font-size:9pt;clear:both;
}
div.submenu div.sub_column {margin:5px;font-size:8pt;color:red;clear:both;line-height:120%;}
div.submenu div.sub_column a {color:#666666;text-decoration:none;font-size:9pt;}
div.submenu div.sub_column a:hover {color:red;}
div.submenu div.sub_column a img {border:none;margin-right:5px;vertical-align:middle;}

