/* CSS Document */
/* タイトル */
div.title {
    margin:15px 0px 30px 0px;
    font-size:16pt;
    text-align:center;
    font-weight:bold;
}

/* セパレータ */
div.sep1 {
		margin:20px 0px 0px 0px;
    padding:3px 0px 3px 10px;
    font-size:10pt;
    background-color:#EEEEEE;
		font-weight:bold;
}

/* 文の塊 */
div.part1 {
    font-size:10pt;
    margin:10px 10px 0px 20px;
}
div.part2 {
    font-size:10pt;
}
div.part3 {
    font-size:10pt;
    margin:10px 10px 0px 20px;
}

/* ファイルの説明 */
table.list {
    font-size:10pt;
}