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

#contents {
	border-top: 3px solid #222;
	background-image: none;
}

h2 {
	border-bottom: 1px solid #222;
}

h3 {
	padding-left: 20px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 180%;
}

#correlation {
	background: url(../images/cast/bg_correlation.png) repeat;
	padding: 20px;
}
#correlation_inner {
	background: url(../images/cast/bg_correlation_in.png) bottom repeat-x #FFF;
	text-align: center;
	padding: 28px 0 20px;
}

#contents dl,
#contents ul,
#contents ol {
	margin: 0px 0px 1.5em;
}

#cast {
	border-bottom: 1px dotted #CCC;
}

#cast dt {
	border-top: 1px dotted #CCC;
	font-weight: bold;
	padding-top: 1em;
	padding-left: 20px;
	font-size: 120%;
}
#cast dd {
	padding: 0 0 1em 0;
	padding-left: 20px;
	padding-right: 20px;

}

.box-img {
	float: left;
	width: 120px;
	padding-right: 0;
}

.box-img img {
	width: 100px;
	height: auto;
}

.box-txt {
	float: left;
	width: 800px;
}
