@charset "utf-8";


/*-----------------------------------ニュース*/
.day { color: #ff0000; }
#newsBox li {
	line-height: 1.7;
	border-bottom: 2px dotted #ccc;
	padding: 15px 0 2px 0;
}
#newsBox a { color: #333; }

/*-----------------------------------詳細ページ*/
#syosaiBox {
	width: 548px;
	border: 1px solid #999;
	margin: 15px 10px 10px 10px;
	padding: 10px 0;
}
#syosaiBox h3{
	line-height: 1.7;
	padding: 20px 0 2px 0;
	margin-left: 10px;
	font-weight: bold;
}
#syosaiBox h3.important{
	background: url(/announcement/images/icn01.gif) no-repeat left top;	
}
#syosaiBox h3.oshirase{
	background: url(/announcement/images/icn02.gif) no-repeat left top;	
}
.honbun {
	border-top: 2px dotted #ccc;
	padding: 10px;
}
.honbun  h4{
	width: 518px;
	height: 19px;
	padding: 3px 0 0 10px;
	margin-top: 10px;
	font-size: 13px;
	color: #0a51a1;
	font-weight: bold;
	background:url(/common/images/subtitle06.gif) no-repeat left top;
}
.tableattr {
	width: 100%;
	margin: 10px 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.tableattr th{
	padding: 5px;
	text-align: center;
	background-color: #ebf2f3;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	vertical-align: middle;
}
.tableattr td{
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
