@charset "Shift_JIS";

/* --- 全体の背景1 --- */
html {
background: #FFFFDD ; /* 背景色 */
/*background: #ffffff url(pageback01_1.gif); /* 斜線の背景画像 */
}

/* --- 全体の背景2・テキスト --- */
body {
margin: 0;
padding: 0;
background: url(pageback_859.gif) center top repeat-y; /* 影の背景画像 */
color: #4F4F4F; /* 全体の文字色 */
font-size: 100%; /* 全体の文字サイズ */
font-family: "ＭＳ Ｐゴシック",sans-serif;
}

/* --- 全体のリンクテキスト --- */

a:link { color: #4F4F4F; }
a:visited { color: #4F4F4F; }
a { text-decoration: none; }
a:hover { color: #4F4F4F; 
          
          text-decoration: underline;
          }
a:active { color: #ff0000; }




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

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

/* --- ナビゲーション --- */
#nav {
margin:0px;
float: left;
width: 188px; /* サイドバーの幅 */
background-color: #ffffff;
font-size: 80%; /* 全体の文字サイズ */
font-family: "ＭＳ Ｐゴシック",sans-serif;
color:#4F4F4F;
padding: 7px 0px 7px 7px; /* 項目のパディング（上右下左） */

}

/* --- メインカラム --- */
#content {
float: left;
width: 645px; /* メインカラムの幅 */
font-size: 80%; /* 全体の文字サイズ */
font-family: "ＭＳ Ｐゴシック",sans-serif;
color: #4F4F4F;
align:left;
border-color: #4f4f4f;
valign:top;
padding: 7px 0px 0px 0px; /* 項目のパディング（上右下左） */
}

/* --- フッタ --- */
#footer {
clear: left; /* フロートのクリア */
width: 100%;
height:30px;

background: url(top1.jpg)  center top repeat-y;
text-align: center;
color: #ffffff;
padding: 7px 0px 0 0px; /* 項目のパディング（上右下左） */

}
