@charset "UTF-8";
/*
 * トップページ
 */
#contents {
	background: none;
}
#top_img {
	display: block;
	margin: 0px auto 0px;
}
#top h1 {
	display: none;	/* hide SEO tag */
}
/*
 * ファルコンについて
 */
#about_area {
	width: 810px;
	_width: 820px;
	float: left;
	margin-top: 0;
}
#about_area p {
	clear: both;
	margin-left: 10px;
}
/*
 * 新着情報
 */
#news_area {
	width: 810px;
	_width: 820px;
	float: left;
}
#news_inner {
	height: 150px;
	_height: 110px;
	clear: both;
	overflow-y: auto;
}
#news_area table {
	margin-left: 10px;
}
#news_area table th {
	vertical-align: top;
	white-space: nowrap;
}
#news_area table th, #news_area table td {
	padding: 0px 2px;
	background: url(../img/dot_666.gif) repeat-x left bottom;
}

