@charset "UTF-8";
/* [www.ch-ginga.jp]
 * /special/css/kiyoshi.css
 * Style for "Kiyoshi To Kono Yoru" Special Page.
 * Modified: 2010-09-27 14:47:11.
 */

/* bg
----------------------------------------*/
dl#topic_path { margin-bottom: 20px; }

/* area_header
----------------------------------------*/
.area_header {
	min-height: 82px;
	margin-bottom: 29px;
	background: #000;
	color: #FFF;
	line-height: 1.5;
	_height: 82px;/* ie6 */
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
}

.area_header .schedule {
	display: inline;
	float: right;
	width: 615px;
	margin: 30px 15px 10px 0;
	_display: inline; /* ie6 */
	font-size: 117%;
	font-weight: bold;
}
.area_header .btn {
	float: left;
	width: 268px;
	margin: 19px 0 20px;
	text-align: right;
}

/* archives
----------------------------------------*/
div#archives {
	position: relative;
	margin: 30px 10px -35px 300px;
	text-align: right;
}

#guests h2 img{
	margin: 0;
	float: left;
}

/* guests
----------------------------------------*/
#guests {
	width: 100%;
	padding-bottom: 45px;
	line-height: 1.5;
}
#guests div.section {
	clear:both;
	position: relative;
	width: 100%;
	min-height: 145px;
	_height: 145px;
	border-top: 1px solid #0CF;
}
#guests #guest02,
#guests #guest04,
#guests #guest06,
#guests #guest08,
#guests #guest10,
#guests #guest12,
#guests #guest14,
#guests #guest16 {
	border-color: #FF3393;
}
#guests div.section h3 {
	margin: 17px 462px 13px 20px;
	font-weight: bold;
	font-size: 117%;
}
#guests div.section div.comment {
	padding: 0 462px 12px 20px;
}
#guests div.section p.pct {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 430px;
}

/* banners
 * ----------------------------------------*/
.banners {
	margin-bottom: 10px;
	*zoom: 1; /* ie6,7 */
}
.banners:after {
	content:""; display:block; clear:both;
}
.banners li {
	float: left;
	margin-right: 10px;
	*zoom: 1; /* ie6,7 */
}



