a:link {
	color: #7C9CDE; text-decoration: underline; 
}
a:visited {
	color: #7C9CDE; text-decoration: underline; 
}
a:hover {
	color: #0A2950; text-decoration: none; 
}
a:active {
	color: #7C9CDE; text-decoration: underline; 
}

a.green:link {
	color: #5B331A; text-decoration: underline; 
}
a.green:visited {
	color: #5B331A; text-decoration: underline; 
}
a.green:hover {
	color: #5B331A; text-decoration: none; 
}
a.green:active {
	color: #5B331A; text-decoration: underline; 
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.font14 {
	font-size: 14px;
	line-height: 18px;
	color: #222222;
}

.font12 {
	font-size: 12px;
	line-height: 18px;
	color: #222222;
}
.font10 {
	font-size: 10px;
	line-height: 14px;
	color: #222222;
}
.font14w {
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
}

.font12w {
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
}
.font10w {
	font-size: 10px;
	line-height: 14px;
	color: #ffffff;
}

/* 追記 2009.11/15 */
.my_blue_1{
	font-weight: bold;
	color:#0066CC;
}
.my_orange_1{
	font-weight: bold;
	color:#FF3300;
}
.my_pink_1{
	font-weight: bold;
	color:#CC3333;
}
.my_green_1{
	font-weight: bold;
	color:#009922;
}
.my_bold{
	font-weight: bold;
}
.red_1{
		color: #F00;
	}
.red_2{
		color: #EE4000;
	}
.brown_1{
		color: #8B0000;
	}
.blue_1{
		color: #1E90FF;
	}
.blue_2{
		color: #4682B4;
	}
.yellow_1{
		color: #8B5A2B;
	}
.yellow_2{
		color: #CD9B1D;
	}
.yellow_3{
		color: #FFCC44;
	}
.purple_1{
	color: #A41C71;
}
.small_gray{
	color: #888;
	font-size: 10px;
	font-weight: normal;
}
#news_list{
	text-align:left;
}
#news_list p{
	margin:0;
	padding:0;
}
.news_title{
	color: #EE4000;
	font-size: 11px;
	font-weight: bold;
}
table#liveschedule{
	margin: 15px auto 20px auto;
	border:1px solid #000;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#222;
	empty-cells:show;
}
table#liveschedule tr{
}
table#liveschedule td{
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	color: #999;
	padding: 5px;
	font-size: 10px;
	background-color:#000;
}
table#liveschedule td.contents{
	padding: 8px;
}

table#liveschedule td.td_list{
	background-color:#111;
	color: #555;
	font-size: 10px;
	text-align: center;
}
table#liveschedule td.td_list_blue{
	background-color:#090909;
	color: #AAA;
	font-size: 10px;
	text-align: center;
}
table#liveschedule p{
	margin: 0;
	line-height: 14px;
	padding-top: 3px;
}
