/* 取扱商品紹介 CSS */


h1#product_title{
	display: none;
}

h1{
	color: #f00033;
	margin-right: 15px;
	background: #ffffff url(../img/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;
}


#main p{
	text-align: left;
	margin: 0 10px 20px 10px;
	clear: both;
}

#main strong{
	color: #f00033;
}

#main ul{
	list-style: none;
	margin: 10px;
}


#main h2{
	background: #757575 url(../img/head_bg.gif) left top repeat-x;
	font-weight: bold;
	color: #ffffff;
}

li#figure{
	border: 1px solid #ff2989;
	background: #ffffff url(../img/figureicon_bg.gif) right bottom no-repeat;
}

li#figure h2{
	background: #ff2989 url(../img/figure_bg.gif) left top repeat-x;
}

li#toys{
	border: 1px solid #ff8208;
	background: #ffffff url(../img/toysicon_bg.gif) right bottom no-repeat;
}

li#toys h2{
	background: #ff8208 url(../img/toys_bg.gif) left top repeat-x;
}

li#adult{
	border: 1px solid #000000;
	background: #ffffff url(../img/adulticon_bg.gif) right bottom no-repeat;
}

li#adult h2{
	background: #000000 url(../img/adult_bg.gif) left top repeat-x;
}

li#goods{
	border: 1px solid #26960c;
	background: #ffffff url(../img/goodsicon_bg.gif) right bottom no-repeat;
}

li#goods h2{
	background: #26960c url(../img/goods_bg.gif) left top repeat-x;
}

li#others{
	border: 1px solid #b100d1;
	background: #ffffff url(../img/othersicon_bg.gif) right bottom no-repeat;
}

li#others h2{
	background: #b100d1 url(../img/others_bg.gif) left top repeat-x;
}

#main ul li{
	float: left;
	width: 234px;
	margin: 2px;
}



#main ul li span{
	clear: both;
	text-align: right;
	display: block;
}

#main a{
	text-decoration: none;
	color: #7777ff;
	padding-left: 15px;
	background: url(../img/link_arrow.gif) left center no-repeat;
}

#main p a , span#end a{
	color: #3333ff;
}

#main p a:hover , span#end a:hover{
	color: #ff3333;
}

span#end{
	clear:both;
	display: block;
	margin: 10px;
}


/* メニュー関連 */

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;
}

#menu dl dd{
	border-right: 1px solid #f30b6b;
	border-bottom: 1px solid #f30165;
	border-left: 1px solid #f3488f;
	width: 198px;
	margin-left: 20px;
	text-align: left;
}


#menu dl dd a{
	display: block;
	text-decoration: none;
	background-color: #f3d5e2;
	color: #f30165;
	width: 198px;
}

#menu dl dd a:hover{
	color: #ffffff;
	background-color: #f30165;	
}

ul#copy{
	list-style: none;
	text-align: left;
	color: #000000;
	margin: 10px 0 0 20px;
}
