BODY{
	margin: 0px;
	padding: 0px;
	color: #666666;
}
/* リンクに関するＣＳＳ */
a{
	text-decoration: none;
	font-weight: bold;
	color: #0066ff;
}
a:visited{
	color: #009966;
}
a:hover{
	color: #ff99cc;
}

/*　ヘッダに関するＣＳＳ　*/
.title h1{
	font-size: 24px;
	font-weight: 500;
	color: #ffffff;
	text-align: left;
	height: 40px;
	padding: 10px 30px;
	margin: 0px;
	background-color: #84c065;
}

/* ナビゲーションに関するＣＳＳ */
.navbar {
	background-color: #d3f196;
	padding: 0px;
	margin-left: 0px;
	width: 720px;
	position: absolute;
	top: 60px;
	left: 20px;
	border-bottom: solid 1px #999999;
	border-top: solid 1px #999999;
}
.navbar h2{
	width: 58px;
	float: left;
	text-align: center;
	background-color: #d3f196;
	margin:0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1.2em;
	border-right: solid 1px #48b7a0;
}
.navbar h2 a {
	display: block;
	width: 58px;
}
/* タイトルに関するＣＳＳ */
h1{
	text-align: center;
	font-size: 20px;
	color: #d195aa;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents{
	margin-left: 20px;
	margin-right: 20px;
	width: 720px;
}
table{
	border: solid 2px #009900;
	margin-top: 40px;
	line-height: 140%;
	font-size: 12px;
	margin-left: 10px:
	margin-right: 10px;
	border-collapse: collapse;
}
td{
	border: solid 1px #009900;
}
th{
	border: solid 1px #009900;
	font-size: 12px;
	white-space: nowrap;
}
.date{
	width: 2.5%;
	text-align: right;
	font-size: 12px;
}
.week{
	width: 2.5%;
	text-align: center;
	font-size: 12px;
}
.radio{
	width: 19%;
	background-color: #ffffe6;
	vertical-align: top;
}
.tv{
	width: 19%;
	background-color: #ffe6e6;
	vertical-align: top;
}
.magazine{
	width: 19%;
	background-color: #ffe0ff;
	vertical-align: top;
}
.live{
	width: 19%;
	background-color: #e6ffff;
	vertical-align: top;
}
.other{
	width: 19%;
	background-color: #e6ffe6;
	vertical-align: top;
}
.footer{
	padding: 20px;
	width: 720px;
	font-size: 90%;
	text-align: center;
}
