@charset "utf-8";

/*	Stylesheet for Asmik Ace Entertainment Inc.
 *	Copyright (C)2007 アスミック・エース エンタテインメント株式会社 / Asmik Ace Entertainment, Inc. All Rights Reserved.
*/ 
@import "base.css";

/*カテゴリタイトル*/
#categoryTitle h2{text-indent:-9999px;}
#categoryTitle{
	display:block;
	width:742px;
	height:31px;
	background-image:url(../tv/tv_img/category_title.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-indent:-9999px;
    margin: 0 14px 1px 14px;
}

/* テレビ放映情報 */


a:link{color:#E10916;text-decoration:none;}
a:visited {color:#E10916;text-decoration:none;} 
a:hover{color:#E10916;text-decoration:underline;}

.tv_date {
	font-size: 12px;
	color: #666666;
	padding: 3px;
	}

.tv_time {
	font-size: 12px;
	color: #666666;
	padding: 3px;
	}

.tv_title {
	width:260px;
	font-size: 12px;
	color: #E10916;
	font-weight: bold;
	padding: 3px;
	}

.tv_station {
	width:160px;
	font-size: 12px;
	color: #666666;
	padding: 3px;
	}

.tv_text {
	font-size: 12px;
	color: #666666;
	text-align: center;
	}


