/* フィギュアシリーズ Three B CSS */


h1#top_title{
	display: none;	
}

h3{
	color: #ffffff;
	margin-right: 15px;
	margin-left: 10px;
	background: #0b4dc6 url(./img/product_header_bg.gif) left top repeat-x;
}

div#contents{
	width: 1000px;
	background: url(./img/threeb_mid.gif) center top repeat-y;
	overflow: auto;
	color: #ffffff;
}

div#main{
	margin-top: 10px;
	float: right;
	width: 740px;
	overflow: auto;
	border-left: 1px solid #0b4dc6;
}


#main p{
	text-align: left;
	margin: 10px 10px 20px 10px;
}

#main strong{
	color: #0b4dc6;
}

.pageSelect a{
	margin: 1px;
	border: 1px solid #0b4dc6;
	padding: 2px;
	color: #aaaaff;
}

.pageSelect a:hover{
	color: #ff6666;
}

#main ul{
	list-style: none;
}

ul#link li{
	border: 1px solid #0b4dc6;
	float: left;
	width: 335px;
	margin: 10px;
}

#main ul li{
	color: #000000;
}

ul#product{
	background: #000000 url(./img/product_bg.gif) left top repeat-x;
	margin: 0 15px 10px 10px;
	border-right: 1px solid #0b4dc6;
	border-bottom: 1px solid #0b4dc6;
	border-left: 1px solid #0b4dc6;
}

ul#product li{
	color: #ffffff;
}

ul#product li span{
	font-weight: bold;
	color: #0b4dc6;
}



ul#link li h2{
	background: #0b4dc6 url(./img/producttitle_bg.gif) left top repeat-x;
	font-weight: bold;
	color: #ffffff;
}


#main ul li a{
	text-decoration: none;
	color: #7777ff;
}

#main ul li a:hover{
	color: #ff7777;
}

#main dl dt{
	color: #ff0000;
	font-weight: bold;
}


#main p a{
	color: #ffffff;
}

#main p a:hover{
	color: #ff7777;
}

/* メニュー関連 */

div#menu{
	float: left;
	margin-top: 10px;
	overflow: auto;
}

#menu dl{
	margin-bottom: 20px;
}

#menu dl dt{
	margin: 10px auto 0 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#avp2_btn{
	background: url(./img/avp2_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#avp2_btn a{
	background: url(./img/avp2_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}



#menu dt a:hover{
	background-image: none;
	background-color: transparent;
}

ul#copy{
	list-style: none;
	text-align: left;
	color: #ffffff;
	margin: 10px 0 0 20px;
}