@charset "UTF-8"; 

/* ネット署名-一覧CSS */

/* 注意書き */
#web-page p.disclaimer {
	margin: 5px 0 5px 20px;
	font-size: 90%;
	color: #CB0000;
}

/* リストのボックス */
#web-page div.waku01 {
	width: 718px;
	margin: 0 auto;
	background: url(../images/waku01.gif) repeat-y center top;
}
#web-page div.waku01_header {
	width: 718px;
	height: 18px;
	background: url(../images/waku01_header.gif) no-repeat center top;
}
#web-page div.waku01_footer {
	width: 718px;
	height: 21px;
	background: url(../images/waku01_footer.gif) no-repeat center bottom;
}

/* テーブルパターン　リストタイトルと検索 */
#web-page table.list01 {
	width: 680px;
	margin: 5px auto;
}
#web-page table.list01 td {
	padding: 0 2px;
}

/* テーブルパターン　リスト */
#web-page table.list02 {
	width: 679px;
	margin: 0 auto 10px auto;
}
#web-page table.list02 th {
	padding: 0;
}
#web-page table.list02 td {
	test-align: center;

}
#web-page table.list02 td.title {
	padding: 6px 0;
	vertical-align: top;
}
#web-page table.list02 td.ic {
	padding: 7px 0 5px 0;
	vertical-align: top;
}

/* ページングボックス */
#web-page div.paging01 {
	width: 679px;
	height: 20px;
	margin: 5px auto 10px auto;
	padding-top: 7px;
	background-color: #E4F2F2;
	text-align: center;
}
