@charset "utf-8";

/* Description : 共有設定 */

/* reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul li {
	list-style: none;
}

ol li {
	margin-left: 1.8em;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img {
	border: none;
	vertical-align: bottom;
}

hr {
	display:none;
	clear: both;
}

sub {
	font-size: 70%;
	vertical-align: baseline;
}

address {
	font-style: normal;
}

.imeOn {
	ime-mode: active;
}

.imeOff {
	ime-mode: disabled;
}

/* base */

body {
	background: url(../../img/header.png) repeat-x;
	color: #000;
	text-align: center;
	font-size: 75%;
	line-height: 1.3;
}

a:link,
a:hover,
a:active {
	color: #003EA4;
}

a:visited {
	color: #663399;
}

a:link,
a:visited {
	text-decoration: underline;
	/**/
	overflow: hidden;
	/**/
}

a:hover,
a:active {
	text-decoration: none;
}


/* parts */

#header {
	width: 982px;
	margin: 0 auto;
	position: relative;
	text-align: right;
}

h1 {
	position: absolute;
	top: 0;
	left: 0;
}

#header dt {
	margin-bottom: 21px;
}

#header dd {
	float: right;
	margin-left: 5px;
}

#onAir  {
	width: 960px;
	margin: 15px auto 10px auto;
	/margin-top: 0;
	padding: 11px;
	/padding-bottom: 5px;
	background: #317B26;
	clear: both;
	text-align: left;
}

.on {
	background: url(../../img/on_air.png) no-repeat top left #fff;
	border: 1px solid #fff;
	margin-bottom: 7px;
	padding: 7px 80px 0 145px;
}

.on li {
	margin-bottom: 9px;
}

.off {
	background: url(../../img/off_air.png) no-repeat top left #fff;
	border: 1px solid #fff;
	margin-bottom: 7px;
	padding: 7px 10px 9px 145px;
}

#onAir dl {
	color: #fff;
}

.next {
	width: 960px;
	background: url(../../img/next.png) no-repeat;
	position: relative;
	text-align: right;
	border-bottom: 2px solid #98BD93;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.next dt {
	position: absolute;
	left: 110px;
}

.interview dt {
	float: left;
	font-weight: bold;
	font-size: 120%;
}

.interview dd {
	float: left;
	padding: 2px 0 0 1em;
}

#article {
	width: 982px;
	margin: 0 auto 20px auto;
}

#nav {
	width: 233px;
	float: left;
}

#section {
	width: 740px;
	float: right;
	position: relative;
}

#channel {
	padding: 22px 9px 22px 20px;
	text-align: left;
	margin-bottom: 25px;
}

#nav ul {
	width: 217px;
	background: url(../../img/channel_list.png) no-repeat;
	padding: 51px 0 20px 16px;
	/padding-bottom: 30px;
}

#nav li {
	float: left;
	margin: 0 9px 10px 0;
}

#podcast {
	clear: both;
	text-align: center;
	margin-bottom: 5px;
}

#plugin {
	width: 213px;
	margin: 0 auto;
	padding: 7px;
	background: #E7E7E7;
	text-align: left;
	font-size: 90%;
}

#plugin dt {
	margin: 10px 0 5px 0;
}

#footer {
	clear: both;
	background: url(../../img/footer.png) repeat-x;
	padding: 8px 0 25px 0;
}

address {
	margin-top: 15px;
	font-size: 80%;
}


/* clearfix */

#header dl:after,
#article:after,
#nav ul:after,
#homeTv:after,
#twoTv:after,
#threeTv:after,
#fourTv:after,
#fiveTv:after,
#sixTv:after,
#sevenTv:after,
#nineTv:after,
#tenTv:after,
#nineteenTv:after,
#news:after,
#link:after,
#podcast:after,
.interview:after {
	content: ".";
	display: block;
	_display: inline-block;
	height: 0;
	clear: both;
	visibility: hidden;
}
