@charset "UTF-8";
/* CSS Document */

@import url("domain.css");
@import url("reset.css");

div#cast{
	width:800px;
	min-height:1000px;
}

*html div#cast{
	height:1000px;
}

div#cast h1{
	padding:5px 0 0 0;
}

div#cast dl{
	width:235px;
}

div#cast dt{
	width:235px;
}

div#cast dd{
	color:#ffffff;
	font-size:18px;
	width:235px;
	text-align:center;
	margin:13px 0 0 0;
}

div#cast dd a{
	color:#ffffff;
	text-decoration:none;
}

div#cast div#castBoxWrap{
	width:740px;
	float:left;
	display:inline;
	padding:0 30px 0 30px;
	background-image: url(../img/cast/bg01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#cast div.castBox{
	width:225px;
	float:left;
	display:inline;
	margin:0 18px 40px 0;
}


