body,td {
/* ■サイト全体■ */
/* -------------------------------------------------------------- */
background-color:#222222;        /* 背景の色 */
color:#ffffff;                   /* 全体の文字の色 */
line-height:1.5;
/* -------------------------------------------------------------- */
}
/*********************************************** ▼リンクの設定▼ */
A:link { text-decoration:none; color:#e47200; }         /* 通常時 */
A:visited { text-decoration:none; color:#e47200; }      /* 訪問済 */
A:active { text-decoration:underline; color:#e47200; }  /* 実行中 */
A:hover { text-decoration:underline; color:#e47200; }   /* マウス */
/*********************************************** ▲リンクの設定▲ */
#table {
width:700px;
border:0px solid;
}
#header {
/* ■ヘッダー■ */
/* -------------------------------------------------------------- */
background-image:url(1.jpg);             /* ヘッダーの背景画像 */
border: #ffffff 1px solid;               /* ヘッダーの枠線 */
height:120px;                            /* ヘッダーの縦幅 */
margin:0;
/* -------------------------------------------------------------- */
}
h1 {
/* ■タイトル■ */
/* -------------------------------------------------------------- */
font-size:120%;         /* タイトルの文字サイズ */
color:#cccccc;          /* タイトルの文字色 */
padding:60px 20px 0px;
margin:0px;
/* -------------------------------------------------------------- */
}
h2 {
/* ■サブタイトル■ */
/* -------------------------------------------------------------- */
font-size:80%;        /* サブタイトルの文字サイズ */
margin:5px 20px;
/* -------------------------------------------------------------- */
}
#menu { 
/* ■サイドメニュー■ */ 
/* -------------------------------------------------------------- */ 
font-size:79%; /* サイドメニューの文字サイズ */ 
background-image:url(2.jpg); /* サイドメニューの背景画像 */ 
padding:5px; 
margin:0px; 
} 
#left { 
width:190px; /* サイドメニューの横幅 */ 
border-right:#ffffff 1px solid; /* 右側の境界線 */ 
border-left:#ffffff 1px solid; /* 左側の境界線 */ 
padding:0; 
/* -------------------------------------------------------------- */ 
}
h4 {
/* ■サイドメニューの見出し■ */
/* -------------------------------------------------------------- */
font-size:100%;                         /* 見出しの文字サイズ */
border-bottom: #ffffff 1px dotted;      /* 見出しの枠線(下側) */
margin:0px;
padding:0px 8px;
/* -------------------------------------------------------------- */
}
#right {
/* ■メイン■ */
/* -------------------------------------------------------------- */
width:auto;                      /* メインの横幅 */
border-right:#ffffff 1px solid;  /* 右側の枠線 */
padding:10px 0px 10px 8px;
margin:0;
/* -------------------------------------------------------------- */
}
h3 {
/* ■メイン部分の見出し■ */
/* -------------------------------------------------------------- */
font-size:85%;                      /* 見出しの文字サイズ */
border-left: #ffffff 10px solid;    /* 見出しの枠線(左側) */
border-bottom: #ffffff 1px solid;   /* 見出しの枠線(下側) */
margin:0px;
padding:2px 10px;
/* -------------------------------------------------------------- */
}
#footer {
/* ■フッター■ */
/* -------------------------------------------------------------- */
border: #ffffff 1px solid;          /* フッターの枠線 */
background-image:url(1.jpg);        /* フッターの背景画像 */
font-size:79%;                      /* フッターの文字サイズ */
text-align:right;                   /* 文字の表示位置 */
padding:3px;
margin:0;
/* -------------------------------------------------------------- */
}
.txt {
/* ■メインメニュー■ */
/* -------------------------------------------------------------- */
font-size:79%;                     /* 文字サイズ */
border-left: #ffffff 1px solid;    /* メインメニューの枠線(左側) */
border-bottom: #ffffff 1px solid;  /* メインメニューの枠線(下側) */
padding:5px;
margin:0 0 10px;
/* -------------------------------------------------------------- */
}
hr {
/* ■水平線■ */
/* -------------------------------------------------------------- */
border:#ffffff 1px solid;        /* 線の設定 */
height:1px;                      /* 線のサイズ */
/* -------------------------------------------------------------- */
}
/******************************************************************/
/* このテンプレートは崩れやすく、少し難しいので、改造には注意して */
/* ください。                                                     */
/*        かんたんテンプレート集 [http://kenta.takoweb.com/temp/] */
/******************************************************************/ 