@charset "Shift_JIS";

/* --- 全体の背景・テキスト --- */
body {
margin: 0;
padding: 0;
background: #f9f9f9 url(pageback01_1.gif); /* 全体の背景（斜線の背景画像） */
color: #000000; /* 全体の文字色 */
font-size: 90%; /* 全体の文字サイズ */
}

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

/* --- コンテナ --- */
#container {
width: 794px; /* コンテナの幅 */
margin: 0 auto; /* センタリング */
background: url(pageback_780.gif) center top repeat-y; /* コンテナの背景（影の背景画像） */
}

/* --- ページ --- */
#page {
width: 780px; /* ページの幅 */
margin: 0 auto; /* センタリング */
border-bottom: 1px #c0c0c0 solid; /* ページの下境界線 */
}

/* --- ヘッダ --- */
#header {
background-color: #95dc4e; /* ヘッダの背景色 */
}

/* --- コンテンツ --- */
#content {
background-color: #ffffff; /* コンテンツの背景色 */
}

/* --- フッタ --- */
#footer {
background-color: #ffcc66; /* フッタの背景色 */
}

/* --- テキスト --- */
h1 {
    background-image: url( midasi.gif );
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 32px;
    color: #339999;
    font-size: 120%;
    font-weight: bold;
}

p {
   font-size: 91%;
   line-height: 1.3;
   margin: 2em;
}
