/* 各カテゴリーページ CSS */


h1#nowonsale{
	margin-right: 15px;
	background: #ffffff url(../img/products_title.gif) left center no-repeat;
	width: 300px;
	height: 40px;
	text-indent: -1000.0em;
}

h1#end_products{
	magin-right: 15px;
	background: #ffffff url(../img/end_products_title.gif) left center no-repeat;
	width: 300px;
	height: 40px;
	text-indent: -1000.0em;
}



div#contents{
	width: 1000px;
	background: url(../img/toys_mid.gif) center top repeat-y;
	overflow: auto;
	color: #000000;
}

div#main{
	margin-top: 10px;
	float: right;
	width: 740px;
	overflow: auto;
}

h2#figure_title{
	background: #ffffff url(../img/figure_title.gif) left center no-repeat;
	text-indent: -1000.0em;
	margin: 20px 230px 0 0;
	width: 500px;
	height: 50px;
}

h2#toys_title{
	background: #ffffff url(../img/toys_title.gif) left center no-repeat;
	text-indent: -1000.0em;
	margin: 20px 230px 0 0;
	width: 500px;
	height: 50px;
}

h2#adult_title{
	background: #ffffff url(../img/adlut_title.gif) left center no-repeat;
	text-indent: -1000.0em;
	margin: 20px 230px 0 0;
	width: 500px;
	height: 50px;
}

h2#goods_title{
	background: #ffffff url(../img/goods_title.gif) left center no-repeat;
	text-indent: -1000.0em;
	margin: 20px 230px 0 0;
	width: 500px;
	height: 50px;
}

h2#others_title{
	background: #ffffff url(../img/others_title.gif) left center no-repeat;
	text-indent: -1000.0em;
	margin: 20px 230px 0 0;
	width: 500px;
	height: 50px;
}

#main p{
	text-align: left;
	margin: 0 10px 20px 10px;
	clear: both;
}

#main strong{
	color: #f00033;
}

#main ul{
	list-style: none;
	margin: 10px;
	text-align: left;
}

#main ul li{
	border-bottom: 1px dotted #999999;	
}

#main ul li a{
	padding-left: 15px;
	background: #ffffff url(../img/link_arrow.gif) left center no-repeat;
	
}


#main ul li span{
	clear: both;
	text-align: right;
	display: block;
}

#main table{
	text-align: left;
}

#main table tr th{
	width: 50px;
	height: 50px;
}

#main table tr td{
	border-bottom: 1px dotted #999999;
	width: 310px;
}



#main a{
	text-decoration: none;
	color: #3333ff;
}

#main a:hover{
	color: #ff3333;
}

#main p a{
	color: #ffffff;
}

#main p a:hover{
	color: #ff3333;
}


/* メニュー関連 */

div#menu{
	float: left;
	margin-top: 10px;
	overflow: auto;
}

#menu a img{
	margin-left: 0px;
}

#menu dl{
	margin-bottom: 20px;
	margin-top: 10px;
}

#menu dl dt{
	margin: 1px auto;
}


dt#top_page_btn{
	background: url(../img/top_page_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#top_page_btn a{
	background: url(../img/top_page_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#products_btn{
	background: url(../img/products_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#products_btn a{
	background: url(../img/products_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#event_btn{
	background: url(../img/event_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#event_btn a{
	background: url(../img/event_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#link_btn{
	background: url(../img/link_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#link_btn a{
	background: url(../img/link_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#news_btn{
	background: url(../img/news_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#news_btn a{
	background: url(../img/news_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}


#menu dt a:hover{
	background-image: none;
	background-color: transparent;
}
