@charset "UTF-8";
/* CSS Document */

/* 全称セレクタでブラウザ毎のクセをリセット */
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	border: none;
	font-size: 10px;
	line-height: 130%;		
}

body{
	height:100%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS UI Gothic",sans-serif;
	font-size:12pt;
	line-height:150%;
	margin:0px 0px 0px 0px;
	color:#000000;
	height:100%;
	background-color:#ffffff;
	text-decoration:none;
}

/* メインコンテンツ大枠 */
#main_box{
	margin:10px 0px 0px 0px;
    width: 800px;
}

/* Flash表示枠 */
#contents_box{
	margin:0px 0px 0px 0px;
    width:680px;
	height:300px;

}


#menu_area{
	margin:5px 0px 5px 0px;
	padding:0px 0px 0px 5px;
	width:225px;
	height:290px;
	text-align:left;
	overflow:auto;
	word-break:break-all;
	float:left;
}

#tv_area{
	margin:5px 0px 5px 0px;
	padding:0px 0px 0px 5px;
	width:440px;
	height:290px;
	text-align:left;
	word-break:break-all;
	float:left;
}

#program_box{
	margin:0px 0px 5px 3px;
	width:198px;
	height:47px;
	border:solid 1px #666666;
	background-color:#eeeeee;
}

#program_img{
	width:60px;
	height:45px;
	padding:6px 8px 6px 6px;
	float:left;
}

#program_title{
	padding:8px 0px 0px 10px;
	width:188px;
	height:39px;
	font-size:12px;
	color:#202020;
	font-weight:bold;
	float:left;
	text-decoration:none;
}

.program_title_font{
	font-size:12px;
	color:#202020;
	font-weight:bold;
	text-decoration:none;
}

#program_info{
	padding:3px 3px 0px 0px;
	width:210px;
	height:38px;
	font-size:12px;
	color:#202020;
	float:left;
	text-decoration:none;
}

.program_info_font{
	font-size:12px;
	color:#202020;
	text-decoration:none;
}


#space{
clear: both;
}
