@charset "UTF-8";
/* CSS Document */

.news_base {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0092d6;
	margin-top: 14px;
	display: block;
}

/* ↑ニュースを表示の場合 display: block */
/* ↑ニュースを非表示の場合 display: none */

.top_main {
	height: 497px;
	width: 950px;
}

.news_01 {
	margin-left: 13px;
	background-image: url(../img/top/news_dot.gif);
	background-repeat: repeat-y;
	background-position: 56px top;
}

.news_02 {
	height: 13px;
	width: 44px;
	margin-right: 25px;
	float: left;
	margin-top: 15px;
	margin-bottom: 17px;
	margin-left: 13px;
}

.news_03 {
	float: left;
	margin-top: 13px;
	margin-bottom: 5px;
}

.news_pm {
	float: right;
	background-color: #FFFFFF;
}
.news_box {
	margin-bottom: 6px;
	font-size: 90%;
	line-height: 130%;
}

table.news_table {
	width:100%;
	border-collapse:collapse;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

table.news_table td,table.news_table th{
	border: none;
	vertical-align: top;
	text-align: left;
}

table.news_table th{
	color: #fa9600;
	vertical-align: top;
	padding-right: 13px;
}

.news_date {
	width: 110px;
}

.news_space {
	height: 5px;
}

.news_cl {
	font-size: 0px;
	clear: both;
	height: 0px;
}

.news_text {
	font-size: 90%;
}
#wrapper .news_base table tr td img {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
