@charset "UTF-8";
/* [www.ch-ginga.jp]
 * /special/css/masamune.css
 * Style for "New Tricks" Special Page.
 * Modified: 2010-03-08 19:09:00
 */

/* topic_path
----------------------------------------*/
dl#topic_path { margin-bottom: 19px; }

/* area_header
----------------------------------------*/
.area_header {
	position: relative;
	min-height: 239px;
	_height: 239px;
	margin-bottom: 39px;
	background: #444 url(../images/newtricks/bg_area_header.jpg) no-repeat 0 100%;
	color: #FFF;
}
.area_header:after {
	content:"."; display:block; clear:both; height:0; visibility:hidden;
}

.area_header .schedule {
	float: left;
	width: 636px;
	padding: 24px 0 16px;
	font-size: 108%;
	font-weight: bold;
	text-align: right;
}
.area_header .btn {
	float: right;
	width: 270px;
	margin: 10px 0 0;
}
.area_header .lead1 {
	position: absolute;
	top: -46px;
	right: 20px;
}
.area_header .lead2 {
	padding-left: 31px;
}

/* #characters
----------------------------------------*/
#characters {
	position: relative;
	margin-bottom: 20px;
	padding: 21px 0 18px;
	background: #FDF8CA;
	line-height: 1.5;
	*zoom: 1; /* ie6,7 */
}
#characters:after {
	content:"."; display:block; clear:both; height:0; visibility:hidden;
}
#characters h2 {
	position: absolute;
	top: -19px;
	left: 5px;
	width: 88px;
}
#characters ul {
	width: 846px;
	margin: 0 auto 0 79px;
}
#characters li {
	float: left;
	width: 197px;
	margin-right: 13px;
}
#characters h3 {
	font-weight: bold;
}
#characters li .pct {
	margin-bottom: 2px;
}

/* #episodes
----------------------------------------*/
#episodes {
	position: relative;
	margin-bottom: 48px;
	background: url(../images/newtricks/bg_episodes.gif) repeat-y 0 0;
	line-height: 1.5;
	*zoom: 1; /* ie6,7 */
}
#episodes h2 {
	position: absolute;
	z-index: 3;
	top: -37px;
	left: 0;
	width: 312px;
}
#episodes .wrapper {
	clear: both;
	border-bottom: 10px solid #FFF;
	*zoom: 1; /* ie6,7 */
}
#episodes .wrapper:after {
	content:"."; display:block; clear:both; height:0; visibility:hidden;
}
.episode {
	width: 458px;
	min-height: 221px;
	_height: 221px;
}
#episode01,
#episode03,
#episode05,
#episode07,
#episode09 {
	float: left;
}
#episode02,
#episode04,
#episode06,
#episode08,
#episode10 {
	float: right;
}
.episode h3 {
	position: relative;
	z-index: 1;
	padding: 15px 12px 0 269px;
	color: #D9942C;
	font-weight: bold;
	*zoom: 1; /* ie6,7 */
}
.episode h3 img {
	position: absolute;
	z-index: 2;
	top: 14px;
	left: 13px;
}
.episode p {
	padding: 0 12px 12px 269px;
}



/* archives
----------------------------------------*/
div#archives {
	margin: 0 10px 20px;
	text-align: right;
	*zoom: 1; /* ie6,7 */
}

