@charset "Shift_JIS";

/* --- 全体の背景・テキスト --- */
BODY {
margin : 5px 75px 10px 75px;
padding: 0;
background : url(image/kb40-01.gif); /* 背景画像 */
background-color: #ffffff; /* ページの背景色 */
 /* 全体の文字色 */
font-size: 100%; /* 全体の文字サイズ */
  width : 779px;
}

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

/* --- コンテナ --- */
#container {
width: 779px; /* ページの幅 */
margin: 0 auto; /* センタリング */
background: #ffffff; /* サイドバーの背景画像 */
background-color: #ffffff; /* メインカラムの背景色 */
border-left: 1px #c0c0c0 solid; /* 左枠線 */
border-right: 1px #c0c0c0 solid; /* 右枠線 */
}

/* --- ヘッダ --- */
#header {
background : no-repeat; /* ヘッダの背景色 */
width : 779;
height : 280px;
margin: 0; 
padding :0;
}

/* --- ナビゲーション --- */
#nav {
float: left;
width: 184px; /* サイドバーの幅 */
background-color: #eeeedd; /* 背景色 */
padding: 0;
}

/* --- メインカラム --- */
#content {
margin-left: 184px; /* メインカラムの左マージン（サイドバーの幅以上） */
}
#example3 { border: none; }
a img { border: none; }
a:link {
  color: #464646;
  text-decoration: none;
}
a:visited {
  color: #464646;
  text-decoration: none;
}
a:hover {
  color: #ff8000;
  text-decoration: underline;
}
table {
  border: 1px #badac9 solid;
  margin: 10px 10px;
  align="center"
}
td, th {
  border: 1px #badac9 solid;
  background-color: #fefae8;
  empty-cells: hide;
}
#example1 {
  border-collapse: collapse;
}
#example2 {
  border-collapse: separate;
}
body, th, td {
  font-size: 95%;
}
#textbox {
   margin: 10px;
}

/* --- フッタ --- */
#footer {
clear: left; /* フロートのクリア */
width : 779px;
background-color: #ffffff; /* フッタの背景色 */
}

