@charset "utf-8";
/*===================================
トップページリニューアル後のcss
(ニュース記事のみに適用)
===================================*/
td.newsTitle {
	font-size:14px;
	text-align: left;
	border-top: 1px dotted #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px 5px;
	vertical-align:top;
	width: 40%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
td.newsImage {
	text-align: center;
	vertical-align: middle;
	background-color: #eee;
	padding: 2px 5px;
	border:1px solid #ccc;
	width: 10%;
}
td.newsDate {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	background-color: #eee;
	border-top: 3px solid #151E6D;
	border-right: 1px solid #ccc;
	padding: 0 5px;
	width: 40%;
}
td.newsImage p {
	background-color: #fff;
	padding: 5px;
	margin:0 auto;
	width:80px;
	border:1px solid #ccc;
}
td.previous {
	text-align: left;
	color:#fff;
	background-color: #7C9C5F;
	padding: 3px 5px;
}
div.previousText {
	width: 70%;
	display: inline;
	float: left;
}
div.previousBtn {
	color:#FFF;
	width: 20%;
	display: inline;
	float: right;
	text-align: right;
	padding-top:3px;
}
div.previousBtn a {
	color:#FFF;
	margin-right:5px;
}
div.previousBtn a:hover {
	color:#CED8E1;
	margin-right:5px;
}
td.newsTitle a {
	text-decoration:none;
}
td.newsTitle a:hover {
	text-decoration:underline;
}td#topBanner {
	background: url(../images/top_banner_bg.jpg) repeat-x left top;
	text-align: center;
}
table#commercials {
	margin:50px 0 0 ;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:0px none;
}
table#commercials td {
	border-bottom:1px solid #ccc;
}
ul#speech {
	margin: 0;
	padding: 0;
}
ul#speech li {
	list-style: url(../images/arrow_orange.gif);
	line-height: 1.2;
	margin-left: 20px;
	padding:3px 0;
	white-space: nowrap;
}

