@charset "utf-8";

/* 番組用レイアウト */

/* 背景 */

#all {
	text-align: left;
}

/* フォント */

.large {
	font-size: 20px;
	color: #548214;
	font-weight: bold;
}

.normal {
	font-size: 11px;
	color: #548214;
	font-weight: bold;
}

/* ヘッダを定義 */

#header {
	display: block;
	width: 100%;
	height: 129px;
}

#header_left {
	display: block;
	width: 490px;
}

#header_right {
	display: none;
}

/* ヘッダの左側のレイアウトを定義 */

#header_left p#read_txt {
	display: block;
	width: 478px;
	height: 15px;
	padding: 4px 6px 2px 6px;
}

#header_left h1#title {
	display: block;
	width: 490px;
	height: 59px;
	background-image: url(../common2.0/img/title_logo.jpg);
	background-repeat: no-repeat;
}

#header_left #header_link {
	display: none;
}

/* 帯のレイアウトを定義 */

#search_menu {
	display: none;
}

/* グローバルメニューのレイアウトを定義 */

ul#global_menu {
	display: none;
}

/* 検索結果リードのレイアウトを定義 */

#search_result_read {
	border-bottom: solid 2px #78ba1c;
}

/* 詳細タイトルのレイアウトを定義 */

#detail_ttl {
	background-color: #78ba1c;
}

/* 詳細メイン左側レイアウトを定義 */

p#photo_frame {
	background-image: url(../common2.0/img/photo_program_frame.jpg);
}

#inquiry_container {
	background-color: #78ba1c;
}

