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

h2 {
	padding-bottom:8px;
	margin-bottom:15px;
}

.about_ibs_bg {
	background:transparent url(../img/about_ibs_bg.jpg) 334px 72px no-repeat;
}

#titleBox{
	min-height: 235px;
	_height: 235px;
}

ul.stateList {
	list-style-type:none;
}

ul.stateList li {
	display:inline;
	margin-left:3px;
}
ul.stateList li img {
	margin-bottom:8px;
}

.box_green .colWidth {
	width:287px;
}

.caption {
	padding: 0 5px 1px 5px;
	margin-bottom: 0;
	text-align: center;
}

.hard {
	color: #e40f71;
	font-weight: bold;
}

.hardBG {
	background-color: #fceff2;
}

.soft {
	color: #2ea7df;
	font-weight: bold;
}

.softBG {
	background-color: #f3f7f6;
}

.bold {
	font-weight: bold;
}
.line{
	background:url(../img/cast_border.gif) repeat-x 0 14px;
	height: 35px;
	width: 597px;
	overflow: hidden;
	
}
.cmCastBlock{
	width: 597px;
	display:inline-block;/*----------------IE7 clearfix*/
	position: relative;
	background:url(../img/cast_bg.gif) repeat-y top left;
	/*margin-bottom: 20px;*/
}
.cmCastBlock .cast{
	float: left;
	width: 145px;
}
.cmCastBlock .nameAndProf{
	float: left;
	width: 181px;
	/*padding-top: 3px;*/
}
.cmCastBlock .nameAndProf div{
	width: 161px;
}
.cmCastBlock .nameAndProf .castName {
	background-image: url(../img/cm_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0.25em;
	padding-left: 13px;
	color:#6fba2c;
	font-weight: bold;
}
.cmCastBlock .nameAndProf .profile{
	margin-top: 8px;
	line-height: 150%;
}

.cmCastBlock .works{
	float: left;
	width: 251px;
	color: #333333;
	padding: 15px 0;
	
}
.cmCastBlock .works strong{
	color: #999999;
}

.movieBlock{
	margin-bottom: 20px;
	text-align: center
}


/*clearfix start*/
.cmCastBlock:after{
	content:".";
	height:0;
	font-size:0;
	clear:both;
	display:block;
	visibility:hidden;
}
/*clearfix end*/
