/* プライバシーポリシー */


/* 番号付リスト設定 */
.listli {
	margin: 0em 0em 1em 0em; padding: 0em
}
/* リスト設定 */
.listul {
	margin: 0.5em 0em 1em 14em;
}
/* テーブル */
/* テーブルキャプション設定 */
caption {
	font-size: 90%; line-height: 125%; font-weight: bold; text-align: left
}
/* テーブル罫線設定 */
.TableLine {
	border: none; border-top: #666666 1px solid; border-left: #666666 1px solid
}
/* テーブルヘッダ設定 */
.TableTh {
	font-size: 80%; line-height: 125%; background-color: #FFFFCC; border: none; border-bottom: #666666 1px solid; border-right: #666666 1px solid
}
.TableTh2 {
	font-size: 80%; line-height: 125%; background-color: #E6E6E6; border: none; border-bottom: #666666 1px solid; border-right: #666666 1px solid
}
/* テーブルデータセル設定 */
.TableTdh {
	font-size: 80%; line-height: 125%; font-weight: bold; border: none; border-bottom: #666666 1px solid; border-right: #666666 1px solid
}
.TableTd {
	font-size: 80%; line-height: 125%; border: none; border-bottom: #666666 1px solid; border-right: #666666 1px solid
}

/* 色設定 */
.pink {
	color:#E74D88
}
.green {
	color:#51A127
}
.blue {
	color:#00478B
}
/* 別ウインドウ設定 */
.Bmargin {
	margin:0em;
}