/* 総合案内 CSS */

#main{	
	padding-right: 10px;
}


div#contents{
	background: url(../img/toys_mid.gif) center top repeat-y;
	width: 1000px;
	overflow: auto;
	color: #000000;
}

h1{
	color: #000000;
	margin: 10px 15px;
	display: none;
}

h2{
	clear: both;
	text-indent: -1000em;
}

#contents p{
	text-align: left;
	margin: 0 15px 10px 15px;
}

h2#top_title{
	margin-left: 15px;
	background: #ffffff url(../img/top_title.gif) left bottom no-repeat;
	width: 600px;
	height: 50px;
}

ul#products_list{
	list-style: none; 
	width: 465px;
	float: left;
	padding-left: 5px;
}

ul#products_list li{
	float: left;
	width: 152px;
	height: 104px;
	border: 1px solid #aaaaaa;
	
}

ul#products_list li a{
	display: block;
	background-color: #ffffff;
	width: 152px;
	height: 104px;
}

ul#products_list li a:hover{
	background: #ffffff url(../img/products_bg.gif) left top no-repeat;
	width: 152px;
	height: 104px;
}

ul#products_list li img{
	margin: 2px;
}

#whatsnew{
	float: right;
	width: 260px;
}

#whatsnew h2{
	background: #ffffff url(../img/new_whatsnew_header.gif) left top no-repeat;
	text-indent: -1000em;
	width: 260px;
	height: 40px;
}

#whatsnew dl{
	border-right: 1px solid #9b3706;
	border-bottom: 1px solid #9b3706;
	border-left: 1px solid #9b3706;
	overflow: auto;
	height: 500px;
	text-align: left;
	padding: 5px;
	font-size: 90%;
	background: #ffffff url(../img/new_whatsnew_bg.jpg) left top ;
}

#whatsnew dl dt{
	margin-top: 20px;
	font-weight: bold;
	color: #ffffff;
}

#whatsnew dl dd{
	color: #ffffff;
}

#whatsnew dl dd a{
	color: #ffffff;
}

#whatsnew dl dd a:hover{
	color: #ffaaaa;
}


ul#pickup{
	clear: both;
	overflow: auto;
	padding-top: 10px;
	list-style: none;
}

ul#pickup li {
	margin-bottom: 20px;
	font-size: 80%;
}

/* メニュー関連 */

div#menu{
	float: left;
	margin-top: 10px;
	overflow: auto;
}

#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;
}