/* 打ち出し画像
*************************************************************************/
#main #fla {
	height: 200px;
	width: 634px;
	margin-bottom: 8px;
}
/* 流れるニュース
*************************************************************************/
#main #news {
	height: 22px;
	float: left;
	width: 634px;
	margin-bottom: 8px;
}
/* 女の子一覧
*************************************************************************/
/* タイトル共通 */
#main h3 {
	float: left;
	height: 31px;
	text-indent: -9999px;
	padding-bottom: 1px;
}
/* 更新ボタン */
#main .reload {
	float: left;
	height: 31px;
	width: 94px;
	background: url(http://blackcat.tv/img/index/reload.jpg);
	text-indent: -9999px;
}
/* クロネコチャンネル一覧ボタン */
#main .channellist {
	float: left;
	height: 31px;
	width: 94px;
	background: url(http://blackcat.tv/img/index/list.jpg);
	text-indent: -9999px;
	margin-top: 3px;
	display: block;
}
#main .channellist a {
	height: 31px;
	display:block;
	text-indent:-9999px;
}

/* タイトル背景画像 */
#main .online {
	width: 540px;
	background: url(http://blackcat.tv/img/index/title_online.jpg) no-repeat left top;
}
#main .channel {
	width: 540px;
	height:34px;
	background: url(http://blackcat.tv/img/index/title_channel.jpg) no-repeat left top;
}
#main .newface {
	width: 634px;
	background: url(http://blackcat.tv/img/index/title_newface.jpg) no-repeat left top;
}
#main .pickup {
	width: 634px;
	background: url(http://blackcat.tv/img/index/title_pickupgirls.jpg) no-repeat left top;
}
#main .schedule {
	width: 540px;
	background: url(http://blackcat.tv/img/index/title_schedule.jpg) no-repeat left top;
}
#main .info {
	width: 634px;
	background: url(http://blackcat.tv/img/index/title_information.jpg) no-repeat left top;
}
/* 女の子くくり
*************************************************************************/
#main .girlbox {
	float: left;
	width: 632px;
	border-top: 1px solid #a5a5a5;
	background: #e6e6e6;
	margin-bottom: 8px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 2px;
}
#main .infobox {
	float: left;
	width: 632px;
	border: 1px solid #a5a5a5;
	height: 200px;
	overflow: scroll;
	line-height: 1.6em;
}
#main .infobox h4 {
	font-size: 140%;
	font-weight: bold;
	text-decoration: underline;
	color: #ff0080;
	text-align: center;
	padding-bottom: 0.4em;
}
#main .infobox p {
	padding-bottom: 1.2em;
}
#main .girlbox .margin3 {
	margin-right: -3px;
}
#main .margin3 {
	margin-right: -3px;
}
