body {
	color: #000;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 1px;
	background-color: #fffaff;
}
td {
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 1px;
}
.gray {
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #999999;
}
.small {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
}
.small_gray {
	font-size: 12px;
	line-height: 20px;
	color: #999999;
}
.smaller { font-size: 10px; line-height: 15px; }
.dot {
	background-image: url(images130912/dot.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 30px;
}
.midashi { color: #0098ff; font-size: 18px; }
.komidashi { color: #ff5100; font-size: 16px; list-style-image: url(../help/images/circle.gif); }
.large { 
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 2px;
	 }
.larger { font-size: 24px; }
a:link { color: #0098ff; text-decoration: none; }
a:hover { color: #fcec00; text-decoration: none; }
a:visited { color: #00349e; text-decoration: none; }
.source {
	width:550;
	background-color:#ccc;
	color:#333;
	padding:5px;
	margin:8px 0px;
	font-size:12px;
}
.midashi_orange { color: #f89a2c; font-size: 18px; }
.margin { padding-right: 50px; padding-left: 50px; }
.alert { color: #009cbf; }
.btn { }

/*  news
 -------------------------------------------------------------------------------- */
a#news {
	display: block;
	width: 364px;
	height:279px;
	background: url(../images/btn_news.png) no-repeat left top;
	color: #000;
}
a#news:hover {
	background-image: url(../images/btn_news-over.png);
}
a#news:hover span.newsImg,
a#news:hover span.newsArea {
	opacity: .5;
	-moz-opacity: .5;
	-ms-filter: "alpha(opacity=50)";
	filter: alpha(opacity=50);
}
#news span {
	display: block;
	text-align: left;
}
#news .newsImg {
	width: 150px;
	height: 85px;
	margin: 154px 0 0 35px;
	overflow:hidden;
	float: left;
}
#news .newsArea {
	float: left;
	width: 135px;
	height: 85px;
	margin: 154px 0 0 15px;
	font-size: 12px;
	line-height: 21px;
}

.clrfx:before, .clrfx:after {
	content:"";
	display:table;
}
.clrfx:after { clear:both }
.clrfx { zoom:1; }

/*
<span class="newsImg" id="news1img"> </span>
<span class="newsArea">
	<span id="news1dt" class="a_day"> </span>
	<span id="news1"> </span>
</span>
*/