﻿@charset "UTF-8";

/* --- 全体の背景・テキスト --- */
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 {
height: 300px;
background-color: #ffffff; /* ヘッダの背景色 */
background-image: url(image/title.png);
background-repeat: no-repeat;
background-position: center center;
}

/* --- コンテンツ --- */
#content {
background-color: #ffffff; /* コンテンツの背景色 */
}

hr.dash {
height: 1px;
border: none;
border-top: 1px #000000 dashed;
}

/* --- フッタ --- */
#footer {
background-color: #f9f9f9; /* フッタの背景色 */
text-align: center;
padding: 10px 0px;
}
