body,td,th {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;/*標準文字サイズ*/
	color: #333333;
	line-height: 14px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
}
a:link {
	color: #921E22
;
	text-decoration: none;
}
a:visited {
	color: #921E22;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
p {
	margin: 0px
}

/* ---------------------------------------
 * お知らせの横幅設定
 * --------------------------------------- */
.box {
	width: 390px;
}

/* ---------------------------------------
 * お知らせリストの行間変更とアイコン処理
 * --------------------------------------- */
ul {
	margin-top: 3px;
	margin-left: 0px;
	padding-left: 0px;

	margin-bottom: 3px;
	line-height: 18px;
	height: 310px;
	overflow: auto;

}

.list_up {
	padding-left: 6px;
	background-image: url(../img/up_line.jpg);/*背景画像*/
	background-repeat: no-repeat;
	background-position: right bottom
	padding-top: 2px;
	padding-bottom: 2px;

}

.list_first {
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}