/**** トップページ用 ****/

/* コンテンツ枠 */
div.contents {
 color: black;
 background-color: #ccffff;
 margin-top: 1em;
 border-width: 1px;
 border-style: solid;
 border-color: #339999;
 padding: 3px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 3px;
}

div.contents a {
 margin-left: 1em;
}

/* コンテンツタイトル */
span.contents_title{
 margin-top: 3px;
 margin-left: 0px;
 margin-right: 0ex;
 margin-bottom: 3px;
}

/* サイトの説明 */
ul.setsumei {
 font-size: 80%;
 list-style-type: disc;
}

/* サイト説明内バナー */
ul.setsumei img {
 position: relative;
 left: 1em;
}

div.site_history {
 font-size: 75%;
}

