/* CSS Document */

.listTable{
	background-color:#121212;
	font-size:12px;
	color:#f4f4f4;
	border:solid 1px #7d7d7d;
	padding:5px 5px 5px 5px;
}
.listName{
	font-size:14px;
	font-weight:bold;
	width:274px;
}
.listPhoto{
	text-align:right;
	width:200px;
}
.listTitle{
	width:100px;
}
.listDetail{
	width:174px;
}
.listpadding{
	height:5px;
}
.topAnchor{
	width:474px;
	text-align:right;
	font-size:12px;
}
.detailTable{
	background-color:#121212;
	font-size:12px;
	color:#f4f4f4;
}
.detailTable a{
	text-decoration:underline;
}
.detailName{
	font-size:18px;
	font-weight:bold;
	width:250px;
	padding:10px 5px 5px 10px;
}
.detailRuby{
	font-size:12px;
	width:250px;
	padding:0px 5px 5px 10px;
	vertical-align:top;
}
.detailPhoto{
	vertical-align:top;
	padding:10px 5px 5px 10px;
	width:224px;
}
.detailTxt{
	padding:2px 2px 2px 10px;
}
.detail_geatitle{
	background-color:b7b7b7;
	font-weight:bold;
	font-size:14px;
	padding:5px 5px 5px 10px;
}
.detail_link{
	text-decoration:underline;
}