@charset "UTF-8";
*{ margin: 0; padding: 0; }
/*---------------------- NEWS 共通 ------------------------*/
#Contents .NewsTitle{
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	padding: 10px 15px;
}
#Contents .NewsTitle table{
	width: 670px;
	margin-right: auto;
	margin-left: auto;
}
#Contents .NewsTitle th{
	border-right: 1px solid #bfbfbf;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px 15px 5px 0px;
}
#Contents .NewsTitle td{
	padding: 5px 0px 5px 15px;
	vertical-align: bottom;
	font-size: 1.3em;
	line-height: 100%;
	white-space: nowrap;
}
#Contents .NewsTitle td.Date{
	font-size: 1.0em;
	text-align: right;
}
#Contents .News{
	padding-top: 15px;
	padding-left: 27px;
	padding-right: 27px;
	padding-bottom: 100px;
	font-size: 1.1em;
	line-height: 1.6em;
}
/*---------------------- NEWS リスト表示 ------------------------*/
#Contents .NewsList{
	padding: 0px 25px 20px;
}
#Contents .NewsList td{
	text-align: left;
	vertical-align: middle;
	padding: 20px 20px 20px 0px;
	font-size: 1.2em;
	border-bottom: 1px solid #bfbfbf;
	white-space: nowrap;
}
#Contents .NewsList td.Date{
	font-size: 1.1em;
}
#Contents .NewsList td a, #Contents .NewsList td a:link, #Contents .NewsList td a:visited{
	text-decoration: underline;
}
#Contents .NewsList td a:hover{
	text-decoration: none;
}

