@charset "Shift_JIS";

/*	スタイルシート　[ KISA : トピックス ]
=================================================================== */
/* 再定義 */
div#MainContents h4 {
	background: url(images/bg_h4.jpg) no-repeat 5px center;
	padding: 7px 0 0 25px;
	margin: 10px 0;
	height: 27px;
	font-weight: bold;
	font-size: 100%;
	border-bottom: 1px #FF9999 dashed;
}
div#MainContents .setRight {
	padding: 0 0 5px 8px;
}

div#MainContents p {
	line-height: 150%;
}
div#MainContents li {
	line-height: 150%;
}

/* サブメニュー */
div#SubMenu ul.backnumber {
	border-top: #ccc 1px dotted;
	list-style: url(../images/cur02.gif) ;
	margin: 15px 0 0 0;
	padding: 5px 0 10px 30px;
}
div#SubMenu ul.backnumber li {
	font-size: 90%;
	margin: 3px 0;
}

/* スペース */
.spaceTop05 {
	margin-top: 5px;
}
.spaceTop10 {
	margin-top: 10px;
}
.spaceTop15 {
	margin-top: 15px;
}
.spaceBottom05 {
	margin-bottom: 5px;
}
.spaceBottom10 {
	margin-bottom: 10px;
}
/* リスト要素 */
.ulCircle {
	list-style-type: circle;
}
.ulSquare {
	list-style-type: square;
}
.ulDecimal {
	list-style-type: decimal;
}
.ulNone {
	list-style-type: none;
}

/* table */
table.thYellow th {
	background-color: #FFFFCC;
	text-align: center;
}
table.thYellow td {
}
