@charset "utf-8";
/* CSS Document */
#tokushu_bkyu_r_list{
	float:left;
	width:751px;
	margin-bottom:50px;
	z-index:999;
	}
#tokushu_bkyu_r_list .top_r_images{
	width:82px;
	height:50px;
	margin:0 0 1px 1px;
	padding:0;
	float:left;
	cursor:pointer;
	}
#tokushu_bkyu_r_list img{
	vertical-align:bottom;
	border:none;
	}
	
#tokushu_bkyu_topics{
	width:216px;/*290-padding分30*/
	float:right;
	padding:5px 10px;
	background:#fff;

	border:1px solid #D8CCBF;
	}
#tokushu_bkyu_topics h3{
	color:#C00;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:16px;
	letter-spacing:0.1em;
	margin-bottom:8px;
	}
#tokushu_bkyu_topics h4{
	font-size:12px;
/*	font-weight:400;*/
	}
#tokushu_bkyu_topics h4 a{
	color:#0071BC;
	text-decoration:none;
	}
#tokushu_bkyu_topics h4 a:hover{
	text-decoration:underline;
	}
#tokushu_bkyu_topics p{
	font-size:12px;
	margin-top:3px;
	padding-bottom:8px;
	border-bottom:1px dotted #999;
	margin-bottom:8px;
	}

#tokushu_bkyu_topics .topics_r_image{
	width:100px;
	height:73px;
	float:left;
	margin:0 8px 3px 0;
	border:none;
	}
#tokushu_bottom{
	clear:both;
	font-size:90%;
	overflow:auto;
	color:#999;
	margin-bottom:30px;
	margin-top:50px;
	border-top:1px dotted #999;
	}

#tokushu_bottom_left{
	float:left;
	width:490px;
	padding:0 0 0 10px;
	}
#tokushu_bottom_right{
	float:right;
	width:480px;
/*	padding:0 10px 0 0; */
	}

#tokushu_bottom dl{
	margin-bottom:10px;
	}
#tokushu_bottom dt{
	clear:both;
	float:left;
	width:7em;
	font-weight:bold;
	color:#666;
	}
#tokushu_bottom a{
	color:#666;
	text-decoration:none;
	}
#tokushu_bottom a:hover{
	color:#3366ff;
	text-decoration:underline;
	}

#tokushu_bottom h3{
	font-size:14px;
	color:#534741;
	margin-bottom:15px;
	border-bottom:3px dotted #FFF;
	text-align: left;
	}
#tokushu_bottom h5{
	font-size:14px;
	color:#534741;
	margin-bottom:15px;
	border-bottom:1px solid #FFF;
	}
#tokushu_bottom h5 a{
	color:#039;
	text-decoration:none;
	margin-left:5px;
	}
#tokushu_bottom h5 a:hover{
	text-decoration:underline;
	}
#tokushu_bottom h5 img{
	vertical-align:middle;
	padding:2px;
	background:#666;
	margin-bottom:3px;
	border:none;
	}


/* image hover */
.r_hover {
	display:none;
	background: #fff;
	border: solid 4px #eee;
	font-size:12px;
	width:200px;
	height: 150px;
	overflow: hidden;
	color:#666;	
/*	border-radius:5px;*/
	box-shadow: #59698F 1px 1px 2px;
}
.r_hover caption{
	display:block;
	text-align:center;
	}

#screenshot{
	position:absolute;
	border:1px solid #666;
	background:#fff;
	padding:5px;
	display:none;
	color:#666;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	-moz-box-shadow: 0 0 8px #000; 
	-webkit-box-shadow: 0 0 8px #000;
	z-index:999;
	}
