
@charset "Shift_JIS";

/* --- 全体の背景・テキスト --- */
body {
margin: 0;
padding: 0;
background-color: #fafad2; /* ページの背景色 */
background-image:url(wall1.gif); /* ページの画像 */
color: #000000; /* 全体の文字色 */
font-size: 100%; /* 全体の文字サイズ */
}

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

/* --- コンテナ --- */
#container {
width: 880px; /* ページの幅 */
margin: 0 auto; /* センタリング */
}

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

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

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

/* --- ボックス --- */
div.section {
padding-bottom: 1px; /* ボックスの下パディング */
background-color: #f5f5f5; /* ボックスの背景色 */
font-size: 80%; /* ボックスの文字サイズ */
}

/* --- 見出しエリア --- */
div.section div.heading {
margin: 0 0 1em; /* 見出しエリアのマージン（上、左右、下） */
padding: 5px; /* 見出しエリアのパディング */
background : #3f3f3f url(head2.gif) repeat-x center top; /* 見出しエリアの背景 */
border: 1px #666666 solid; /* 見出しエリアの境界線 */
}

/* --- ヘッダーのサブタイトル --- */
p.heading {
width: 850px; /* 見出しの幅 */
margin: 0 0 1em; /* 見出しのマージン（上、左右、下） */
padding: 20px 15px; /* 見出しのパディング（上下、左右） */
background : #c6e6ef url(heading_back4_2.gif) repeat-x center top; /* 見出しの背景 */
font-size: 180%; /* 見出しの文字サイズ */
line-height: 100%;
}

/* --- 見出し --- */
div.section h3 {
margin: 0;
padding: 2px 0 2px 7px; /* 見出しのパディング（上右下左） */
border-left: 4px #add8e6 solid; /* 見出しの左境界線 */
font-size: 120%; /* 見出しの文字サイズ */
color: #f9f9f9; /* 見出しの文字色 */
line-height: 100%;
}

/* --- 見出しの時刻遅れ --- */
.okure {
color:#999999;
}

/* --- ボックス内の段落 --- */
div.section p {
margin: 1em 10px; /* 段落のマージン（上下、左右） */
}

/* --- 文字や写真を中央に --- */
p.center { text-align: center; }

/* --- 文字や写真を右寄せ --- */
p.right { text-align: right; }

/* --- 文字や写真を左寄せ --- */
p.left { text-align: left; }

/* --- 本文用の文字サイズ等 --- */
p.honbun { 
font: 100%/150% "ＭＳ Ｐゴシック",sans-serif;
color: #000000;
padding: 0.5em;
}

/* --- 編成表のためのテーブル --- */
table {
border-collapse: collapse;
margin: 0 0 0 3px;
}
table.left{
float: left;
}
.clearleft {
clear: left;
}
tr.hensei{
background-color: #bfefdf;
}
td.hensei{
background-color: #bfefdf;
}
td, th {
border: 2px #808080 solid;
width: 80px;
height: 40px;
padding: 3px;
font-size: 80%;
}
td.josya {
background-color: #ffe4e1;
}
td.zokai {
background-color: #98fb98;
}
td.kara {
border: 0px;
white-space: nowrap;
}
th.ichiran1{
width: 35%;
height: 30px;
}
td.ichiran1{
width: 35%;
height: 30px;
text-align: left;
padding:0 40px;
}
th.ichiran2{
width: 15%;
height: 30px;
}
td.ichiran2{
width: 15%;
height: 30px;
text-align: right;
padding:0 20px;
}
th.waki{
width: 25%;
}
td.waki{
width: 25%;
}


/* --- フッター用メニュー 開始 --- */
div.nav3 {
width: 100%; /* ナビゲーションの幅 */
background : #0000c0 url(hor_menu4_back.gif) repeat-x center top; /* ナビゲーションの背景 */
border-top: 1px #000080 solid; /* 上境界線 */
border-bottom: 1px #8080ff solid; /* 下境界線 */
margin: 40px 0;
font-size: 80%;
}
div.nav3 ul.nl {
width: 600px; /* メニューの幅 */
margin: 0 auto; /* センターに配置 */
padding: 0;
background : #0000c0 url(hor_menu4_back.gif) repeat-x center top; /* メニューの背景 */
border-left: 1px #000080 solid; /* メニューの左境界線 */
border-right: 1px #8080ff solid; /* メニューの右境界線 */
list-style-type: none;
text-align: center;
}
div.nav3 ul.nl li {
width: 20%; /* 項目の幅 */
float: left;
}
div.nav3 ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 9px 2px; /* リンクエリアのパディング（上下、左右） */
border-left: 1px #8080ff solid; /* リンクエリアの左境界線 */
border-right: 1px #000080 solid; /* リンクエリアの右境界線 */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 太字 */
}
div.nav3 ul.nl li a:link {
color: #ffffff;
}
div.nav3 ul.nl li a:visited {
color: #ffffff;
}
div.nav3 ul.nl li a:hover {
color: #ffd700;
}
div.nav3 ul.nl li a:active {
color: #ffd700;
}
/* --- フッター用メニュー 終了 --- */

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
