@charset "utf-8";
/* CSS Document */
body,p,th,td{
  font-size:12px;
}
/*お知らせ
-------------------------------------------------*/

.oshirase_title {
	font-size: 12px;
	padding: 2px;
	text-align: center;
}
.oshirase_subj {
	font-size: 12px;
	color: #000000;
	text-align: left;
	line-height: 25px;
	padding:22px 10px 0 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	line-height:20px;
}
.oshirase_date {
	font-size: 12px;
	color: #333333;
	text-align: right;
	padding:5px 10px 10px 5px;
	line-height:22px;
}
.oshirase_mesg {
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding:5px 10px 10px 5px;
	height: 100%;
	overflow: auto;
	line-height:22px;
}
