@charset "UTF-8";
/* CSS Document */

/* structure and block-level elements */
html,body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,adress,ul,ol,dl,dt,dd,
table,th,td,form,fieldset,input {
	margin:0;
	padding:0;
}
img {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	font-family:  "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	font-style: normal;
	line-height: 125%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #666666;
}

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #660033;
	text-decoration: none;
}
a:active {
	color: #660033;
	text-decoration: none;
}
.onair-date {
	font-size: 12px;
	line-height: 125%;
	color: #999999;
}
.caption {
	font-size: 10px;
	line-height: 120%;
}

#header_line {
	background-color: #660033;
	height: 3px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}
#top_copy {
	width: 745px;
	margin-top: 28px;
	padding-left: 35px;
}
#top_image {
	background-image: url(../images/top/top_image.jpg);
	height: 324px;
	width: 780px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#top_container {
	width: 780px;
}
#left_contents {
	width: 600px;
	float: left;
	padding-left: 20px;
}
#top_menu {
	width: 600px;
	margin-top: 20px;
	margin-bottom: 35px;
}
#topics {
	width: 160px;
	margin-right: 40px;
	float: left;
}
#top_topics_title    {
	margin-top: 10px;
	margin-bottom: 10px;
}
#top_banner {
	width: 160px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#schedule {
	float: right;
	width: 400px;
}
#schedule_title {
	font-size: 12px;
	background-image: url(../images/common/border_h.gif);
	background-repeat: repeat-x;
	background-position: 0px 17px;
	height: 18px;
	margin-bottom: 10px;
	color: #660033;
	width: 400px;
}
#left_contents_wrapper {
	clear: both;
	width: 600px;
}
#top_logo {
	float: right;
	height: 104px;
	width: 160px;
	background-image: url(../images/top/top_logo.jpg);
	background-position: 52px 0px;
	background-repeat: no-repeat;
}
#top_wapper {
	width: 780px;
	clear: both;
	height: 51px;
	background-image: url(../images/common/border_h.gif);
	background-repeat: repeat-x;
	background-position: 0px 50px;
}
#footer_l {
	width: 390px;
	text-align: left;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 10px;
	text-indent: 20px;
}
#footer_r {
	width: 390px;
	text-align: right;
	float: right;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 10px;
}
#footer_end {
	width: 780px;
	height: 0px;
	clear: both;
}

