@charset "UTF-8";
@import "common.css";

#contents {
	width: 720px;
	margin: 0 auto;
	padding: 0;
	background: #393939 url(/img/cast_contents_bg.gif) repeat-y 0 0;
}
#header {
	width: 720px;
	height: 88px;
	background: #eeeeee url(/img/cast_header.gif) no-repeat 0 0;
}

#footer {
	width: 720px;
	clear: both;
	height: 25px;
	text-align: center;
	background: #ccc url(/img/cast_footer_bg.gif) no-repeat left bottom;
}

#cast {
	width: 680px;
	clear: both;
	height: 500px;
	padding: 0 20px;
	text-align: center;
	color: #ff0;
	background:  url(/img/cast_bg.gif) no-repeat right top;
}
/******************************************************
//
//  @ cast
//
******************************************************/

#photo{
float: left;
margin-top: 10px;
width :300px;

}
#castdata{
	margin-top: 10px;
	font-size: 12px;
	float: right;
	text-align: left;
	width :358px;
	background: #505050 url(/img/box_bg.gif) repeat-x right top;
	border: 1px solid #505050;
}
#castdata h2{
	clear:both;
	font-size:14px;
	height:25px;
	margin:5px;
	padding-top: 0;
	background:  url(/img/h2_bg.gif) repeat-x 0 0;
	text-indent: 5px;
	color: #fff;

}
#castdata h2 em{
	background:  url(/img/h2.gif) no-repeat 0 -1px;
	padding-left: 20px;
	font-style: normal;
	line-height:25px;
	height:25px;
	font-size:16px;
	padding-right: 3px;
}

#castdata table{
	width: 350px;
	background: #ccc;
	margin:0 auto;
	margin-bottom:10px;
	border: 1px solid #505050;
	background: #505050 url(/img/box_bg.gif) repeat-x right top;
	border-collapse: collapse;
}
#castdata td{
	background:  url(/img/line.gif) repeat-x left bottom;
	padding: 6px 0;
}
#castdata td a{
	color: #ff0;
}
#castdata th{
	background:  url(/img/line.gif) repeat-x left bottom;
	font-weight: normal;
	padding: 2px;
	width: 130px;
}
#castdata p{
	width: 346px;
	padding: 2px;
	background: #ccc;
	margin:0 auto;
	margin-bottom:10px;
	border: 1px solid #505050;
	background: #505050 url(/img/box_bg.gif) repeat-x right top;
}
#castdata h3{
	background: #555555 url(/img/h3.gif) no-repeat 1px 1px;
	text-indent:18px;
	font-size: 14px;
	padding: 3px;
	height:20px;
	line-height:20px;
	font-weight: normal;
}

.castbox h3 span{
	margin-left: 15px;
	font-size: 12px;
}
.castbox .photo{
	margin: 5px;
	float: left;
	display: block;
}

.thumbs img{
	float: left;
	width: 60px;
}




