@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 11px;
	line-height: 120%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
}


/*
|=========================================================================|
 
	header
 
|=========================================================================|
*/
 
#header {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	visibility: hidden;
	height: 1px;
	width: 1px;
}


/*
|=========================================================================|
 
	notice privacy
 
|=========================================================================|
*/
div#mainbody {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#mainbody h2{
	font-size: 20px;
}

div#mainbody h3{
	font-size: 14px;
	font-weight: bold;
	background-color: #8BB5E4;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 8px;
	letter-spacing: 0.5em;
	border: 2px solid #4B627E;
}

div#mainbody h4{
	font-size: 12px;
	font-weight: bold;
	background-color: #C0D3B2;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-top: 2ex;
	margin-right: 0ex;
	margin-bottom: 0ex;
	margin-left: 0ex;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #3B4338;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #727E6C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #727E6C;
}
.tvdate {
	line-height: 115%;
	padding-bottom: 5px;
	padding-left: 5em;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	font-weight: bold;
	border-right-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3B4338;
	border-left-color: #727E6C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3B4338;
	text-indent: -3.6em;
}
.tvmain {
	padding-left: 12px;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 20px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3B4338;
	border-bottom-color: #3B4338;
	border-left-color: #727E6C;
}
.tvinfo {
	line-height: 115%;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	font-weight: bold;
}

.attention {
	font-size: 105%;
	line-height: 115%;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	font-weight: bold;
	font-style: oblique;
}
.tvschedule {
	line-height: 115%;
	font-weight: bold;
	width: 320px;
}
#close {
	visibility: hidden;
}
.foot {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	visibility: hidden;
	height: 1px;
	width: 1px;
}


