@charset "Shift_JIS";

/* --- 全体の背景・テキスト --- */
body {
margin: 0;
padding: 0;
background-color: #f9f9f9; /* 全体の背景色 */
color: #000000; /* 全体の文字色 */
font-size: 100%; /* 全体の文字サイズ */
}

/* --- 全体のリンクテキスト --- */
a:link { color: #0000ff; }
a:visited { color: #800080; }
a:hover { color: #ff0000; }
a:active { color: #ff0000; }

/* --- コンテナ --- */
#container {
width: 794px; /* コンテナの幅 */
margin: 0 auto; /* センタリング */
background: url(../image/pageback_780.gif) center top repeat-y; /* コンテナの背景 */
}

/* --- ページ --- */
#page {
width: 780px; /* ページの幅 */
margin: 0 auto; /* センタリング */
border-bottom: 1px #c0c0c0 solid; /* ページの下境界線 */
}

/* --- ヘッダ --- */
#header {
background-color: #ffe080; /* ヘッダの背景色 */
}

/* --- コンテンツ --- */
#content {
background-color: #ffffff; /* コンテンツの背景色 */
}

/* --- フッタ --- */
#footer {
background-color: #f9f9f9; /* フッタの背景色 */
}

/* --- ボックス１ --- */
div.box1 {
width: 750px; /* ボックスの幅 */
background-color: #ffffff; /* ボックスの背景色 */
border: 1px #c0c0c0 solid; /* ボックスの境界線 */
font-size: 100%; /* ボックスの文字サイズ */
text-align: left;  /*　テキストの左寄せ */
}

/* --- 見出し --- */
div.box1 h3 {
position: relative; /* IE6用 */
width: 100px; /* 見出しの幅 */
margin: -0.9em 0 0 3px; /* 見出しのマージン（上右下左） */
padding: 3px; /* 見出しのパディング */
background-color: #ffffff; /* 見出しの背景色 */
border: 1px #c0c0c0 solid; /* 見出しの境界線 */
font-size: 100%; /* 見出しの文字サイズ */
text-align: center;
}

/* --- ボックス内の段落 --- */
div.box1 p {
margin: 1em 10px; /* 段落のマージン（上下、左右） */
}

/* --- ボックス内のリスト項目 ---*/
div.box1 ul {
list-style-image: url(../image/star.png); /* --- マーカー画像 --- */
}

/* --- ボックス２ --- */
div.box2 {
width: 750px; /* ボックスの幅 */
background-color: #ffffff; /* ボックスの背景色 */
border: 1px #c0c0c0 solid; /* ボックスの境界線 */
font-size: 100%; /* ボックスの文字サイズ */
text-align: left;  /*　テキストの左寄せ */
}

/* --- 見出し --- */
div.box2 h3 {
margin: 0; /* 見出しのマージン */
padding: 6px 10px; /* 見出しのパディング（上下、左右） */
background: #f9f9f9 url(../image/head1.gif) repeat-x top; /* 見出しの背景 */
border-bottom: 1px #c0c0c0 solid; /* 見出しの下境界線 */
font-size: 100%; /* 見出しの文字サイズ */
}

/* --- ボックス内の段落 --- */
div.box2 p {
margin: 1em 10px; /* 段落のマージン（上下、左右） */
}

/* --- ボックス３ --- */
div.box3 {
width: 750px; /* ボックスの幅 */
padding: 8px; /* ボックスのパディング */
background: #aed5f6 url(../image/box_back_blue3.gif); /* ボックスの背景 */
font-size: 100%; /* ボックスの文字サイズ */
text-align: left;  /*　テキストの左寄せ */
}
div.box3 div.inner {
padding: 1em 10px 1px; /* 内部のパディング（上、左右、下） */
background-color: #ffffff; /* 内部の背景色 */
}

/* --- 見出し --- */
div.box3 h3 {
margin: 0 0 1em; /* 見出しのマージン（上、左右、下） */
font-size: 120%; /* 見出しの文字サイズ */
}

/* --- ボックス内の段落 --- */
div.box3 p {
margin: 1em 0; /* 段落のマージン（上下、左右） */
}

/* --- ボックス４ --- */
div.box4 {
width: 750px; /* ボックスの幅 */
padding: 2px; /* ボックスのパディング */
border: 1px #e0e0e0 solid; /* ボックスの境界線 */
font-size: 100%; /* ボックスの文字サイズ */
text-align: left;  /*　テキストの左寄せ */
}
div.box4 div.inner {
padding: 5px; /* 内部のパディング */
background-color: #ffffff; /* 内部の背景 */
}

/* --- 見出し --- */
div.box4 h3 {
margin: 0 0 1em; /* 見出しのマージン（上、左右、下） */
padding: 4px 6px; /* 見出しのパディング（上下、左右） */
background: #a4d53b url(../image/box_back_green1.gif) repeat-x top; /* 見出しの背景色 */
font-size: 100%; /* 見出しの文字サイズ */
text-align: center;
}

/* --- ボックス内の段落 --- */
div.box4 p {
margin: 1em 5px; /* 段落のマージン（上下、左右） */
}

