@charset "UTF-8";
/* CSS Document */

body {
	font-size: 12px;
	background: #ffd726;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
td {
	font-size: 12px;
	line-height: 18px;
}
hr {
	margin: 30px 0 40px 0;
	border-bottom: 1px dotted #b3b3b3;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
a {
	color: #0066cc;
	text-decoration: underline;
}
a:hover {
	color: #ca1339;
	text-decoration: underline;
}

.img_rt {
	float: right;
	padding: 0 0 10px 15px;
}
.button {
	width: 60px;
	background: #333;
	padding: 0 5px 0 5px;
}
.button a {
	color: #fff;
	text-decoration: none;
}
.button a:hover {
	text-decoration: underline;
}
	
.contents h3 {
	font-size: 16px;
	font-weight: bold;
	color: #006699;
}
.contents2 h3 {
	font-size: 16px;
	font-weight: bold;
	color: #006699;
}
	
.red {
	color: #990000;
}
.blue {
	color: #003366;
}
.f14 {
	font-size: 14px;
}
.contents2 span.black {
	font-weight: normal;
	color: #000;
}
.ejournal p {
	margin-bottom: -8px;
}

.gray {
	color: #999;
}
.pod_links {
	margin: -7px 0 20px 0;
}
.servertimestyle {
	color: #fff;
}
#contact_form label {
	color: #333;
}
#contact_form textarea {
	margin-top: 10px;
}
#contact_form input {
	margin-left: 10px;
}
.contact_error {
	padding: 10px 0 10px 0;
}
.cu_title h3 {
	margin-top: -15px;
}

#schedule h2 {
	color: #003366;
}
#schedule h3 {
	color: #b21f2d;
}
#schedule h4 {
	color: #003366;
	font-size: 14px;
}
#schedule .date, #schedule .title {
	color: #b21f2d;
	font-size: 14px;
	font-weight: bold;
}
#schedule .note {
	color: #666;
	font-style: italic;
	font-weight: bold;
}
#schedule hr {
	margin: 30px 0 30px 0;
	border-bottom: 1px dotted #b3b3b3;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#video_player {
	padding-bottom: 30px;
}
