@charset "Shift_JIS";

/* お知らせ style
---------------------------------------------------- */
td.infoBox {
	padding: 10px 5px 10px 5px;
	width: 401px;
}

/* お知らせの一覧 table */
table.infoList {
	margin: 10px 3px;
	width: 395px;
}

/* アイコン無しの日付 */
table.infoList td.date {
	width: 7em;
	padding-left: 12px;
}

/* アイコン有りの日付 */
table.infoList td.dateLink {
	width: 5em;
	padding-left: 12px;
	background: url(/images/icon_arrow03.gif) no-repeat left 5px;
}

/* 赤文字 */
span.attention {
	color: #b81c22;
	font-size: 80%;
	margin-left: 5px;
}


/* トピックス style
---------------------------------------------------- */
td.sideBoxR {
	padding: 10px 5px 10px 0;
}

table.topicsList {
	background-color: #f0f0f0;
}

table.topicsList td {
	border-bottom: 1px dotted #666666;
	padding: 10px 5px;
}

table.topicsList td.Bottom {
	border-bottom: none;
	padding: 10px 5px;
}

table.topicsList td.topicsHead {
	border-bottom: none;
	padding: 0;
}

/* トピックス項目 */
table.topicsItem td {
	font-size: 90%;
/*	font-size: 80%;  2008.07.18変更 */
	border-bottom: none;
	padding: 0;
}

/* トピックス項目アイコン */
table.topicsItem td img {
	margin-top: 5px;
}