@charset "utf-8";
/* CSS Document */
/*========================== 基本 =============================*/

#topi_detail_container img{
	border: none;
} 

#topi_detail_container .p10{
	font-size:10px;
	line-height:15px;
}

#topi_detail_container .p12{
	font-size:12px;
	line-height:18px;
}
#topi_detail_container{
	
	width:850px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
	font-size:12px;
	color:#eeeeee;
}

#topi_detail_container a:hover{
	background-color:transparent;
}
/*========================== ヘッダー＆タイトル =============================*/

#topi_detail_title{
	width:850px;
	height:50px;
	background-color:#000000;
	color:#FFFFFF;
	text-align:left;
	font-size:12px;
	margin:0px 0px 0px 0px;
	color:#FFFFFF;
}

#topi_detail_title .title{
	padding:15px 0px 0px 10px;
	top:20px;
	left:10px;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}

#topi_detail_title .genre{
	font-size:14px;
	font-weight:normal;
	margin-left:20px;
}

#topi_detail_title .back{
	float:right;
	font-size:14px;
	margin-right:20px;
}
/*========================== 左コンテンツ =============================*/
#topi_detail_left{
	
	width:500px;
	float:left;
	margin:10px 0px 0px 10px;
	text-align:center;
}

#topi_detail_view{
	width:500px;
	margin-left:0px;
}

#topi_detail_view .img ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

#topi_detail_view .img li{
	float:left;
	width:160px;
	height:160px;
	margin-top:5px;
}

#topi_detail_view .title{
	clear:both;
	width:500px;
	height:30px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin-left:5px;
}

#topi_detail_view .exp{
	width:500px;
	font-size:12px;
	text-align:left;
	margin:5px 10px 10px 10px;
}

/*========================== 右コンテンツ =============================*/
#topi_detail_right{	
	width:300px;
	float:right;
	margin:10px 0px 0px 0px;
}

#topi_detail_link{
	margin-top:5px;
	text-align:left;
}

#topi_detail_photo{
	
	margin:10px 0px 0px 0px;
	text-align:center;
	width:300px;
	height:470px;
	background-color:#000000;
	float:right;
}	

#topi_detail_photo ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

#topi_detail_photo li{
	float:left;
	width:90px;
	height:85px;
	margin-top:5px;
}

#topi_detail_photo .cl{
	clear:both;
}

#topi_detail_more{
	padding:5px;
	
	border:1px #666666 solid;
	height:150px;
}

/*========================== トピック写真＆フッター =============================*/

#topi_detail_footer{
	
	clear:both;
	text-align:center;
	height:15px;
	background-color:#222222;
	font-size:8px;
	line-height:10px;
	text-align:center;
	color:#666666;
	letter-spacing:1px;
	margin-bottom:0px;

}
/*========================= Ajax表示用 ==================================*/

#TB_window {
	border: 1px #000000 solid;


}
/*ie7でモーダルウインドウ下部のラインが消えるバグの対応*/
*+html #TB_window {
	border-bottom: 2px #000000 solid;
}

#TB_title{
	height:27px;
	color:#000000;
	margin-top:5px;
}



