/* --- 全体の背景・テキスト --- */
body {
    margin: 0;
    padding: 0;
    background-color: white;
    color: black;
    font-size:14px;
    text-align: center; /* IEのバグのため */
}

ol {
    list-style-type: decimal;
    margin: 0 0 0 30px;
    padding: 0;
    line-height: 130%;
}
ul {
    margin: 0 0 0 30px;
    padding: 0;
    line-height: 130%;
}

/* --- 全体のリンクテキスト --- */
a:link { color: #0000ff; }
a:visited { color: #800080; }
a:hover { color: #ff0000; }
a:active { color: #ff0000; }

/* --- コンテナ --- */
#container {
    text-align: left; /* IEのバグのため */
    width: 800px; /* ページの幅 */
    padding: 10px;
    margin: 10px auto; /* センタリング */
    border: 1px #c0c0c0 solid; /* 左の境界線 */
    background-color: white; /* メインカラムの背景色 */
}

/* --- ヘッダ使わない --- */
#header {
  background-color: #ffe080; /* ヘッダの背景色 */
}


/* --- メインコンテンツ --- */

/* --- フッタ --- */
#footer {
    clear: left; /* フロートのクリア */
    border-bottom: 1px #c0c0c0 solid; /* 左の境界線 */
}

#jimukyoku {
    text-align: left; /* IEのバグのため */
    width: 800px; /* ページの幅 */
    margin: 10px auto; /* センタリング */
    padding: 5px 10px 5px 5px;
    text-indent: 0;
    text-align: left;
    border: 1px dashed gray;
    font-size: 12px;
    line-height: 1.4;
    color:black;
}

#update {
    text-align: left; /* IEのバグのため */
    margin: 10px auto; /* センタリング */
    padding: 0;
    width: 800px; /* ページの幅 */
    text-align: right;
    font-size: 12px;
    line-height: 1.0;
    color:black;
}

/* セクション */
h1{
    margin-top: 0;
    margin-bottom: 10px;
    padding:5px 0px 5px 0px;
    font-size: 22px;
    font-weight:bold;
    color:#000066;
    border-bottom:2px solid #000066;
}
h2{ 
    margin-top: 10px;
    margin-bottom: 5px;
    padding:0px 0px 0px 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    border-left-style:solid;  
    border-left-width:10px;  
    border-left-color:#ff9900;  
    color:#000000;
}
h3{ 
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px dashed gray;
}
h4{ 
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
}
table{
    margin-left: 20px;
    font-size: 16px;
    border: 1px #666666 solid;
    border-collapse: collapse;
    line-height: 1.1;
}
td{
    padding: 5px;
    border: 1px #666666 solid;
    vertical-align: top;
    white-space: normal;
}
th {
    padding: 5px;
    border: 1px #666666 solid;
    background-color: #e0e0e0;
    vertical-align: top;
    text-align: center;
    font-weight: normal;
}
img{
    border: none;
}

p{
    margin: 5px 0 0 0;
    text-indent: 1em;
    text-align: justify;
    text-justify: inter-ideograph;
    font-family: san-serif;
    background-color: white;
    line-height: 1.4;
}
