@charset 'shift_jis';

/* design for all pages */

#top_title h1 {
 color: #000000;
 /*background-color: transparent;*/
 font-size: small;
 line-height: 1.5em;            /* 0em にすると、IE では画面の上に消えてしまう。 */
 margin-bottom: 0.5em;
}

#top_title h2 {
 color: #000000;
 /*background-color: transparent;*/
 font-size: large;
 line-height: 1.5em;            /* 0em にすると、IE では画面の上に消えてしまう。 */
}



.sidebar h2 {
 font-size: small;
 line-height: 1.5em;
 color: #3300cc;
 /*background-color: transparent;*/
 border: 0px;
 padding: 0px;
}

.sidebar ul {
 margin: 0px;                 /*この設定で li 要素のブラウザによる配置を*/
 padding: 0px;                /*初期化して左に揃えられる。              */
 list-style-type: none;
}

.sidebar li {
 font-size: small;
 text-align: left;
 line-height: 1.1em;
 margin-top: 2px;
 padding: 2px;
 list-style-type: none;
}

#current_page {
 color: #000000;
 background-color: #ccccff;
 border-right: 1px solid #000099;
 border-bottom: 1px solid #000099; }



.content h2 {
 text-align : center;
 color:#990000;
 /*background-color: transparent;*/
 font-size: x-large;
 line-height: 1.3em;
 letter-spacing: 1em;
}

.content h3 {
 font-size: medium;
 color: #3300cc;
}

.content h4 { font-size: small; margin: 1em 0em 1em 0em; }
.content p { text-indent: 1em; margin-bottom: 1em; }

#footer p {
 line-height: 1.1em;
 margin-bottom: -0.6em;
 text-indent: 0;
 color: #333333;
 /*background-color: transparent;*/
 font-size: small;
}



/* ここから、各ページごとの設定 */

/* 発起人リスト */

#hokki_list {
 line-height: 1.2em;
}

.hokki_list_dd {
 margin-top: -1.2em;
 margin-left: 7em;
}






/* 写真を文書中の左右に振って配置する場合の設定例 */

.pict_right {
 float: right;
 padding-left: 1em;
 padding-right: 0em;
 padding-bottom: 0em;
}

.pict_left {
 float: left;
 padding-left: 0em;
 padding-right: 1em;
 padding-bottom: 0em;
}


