@charset "euc-jp";

/** ボックス配置 **/


/* ページ全体センタリング */
#centering { width: 903px; background: white; margin-left: auto; margin-right: auto; }

/* ヘッダー */
#head      { width: 903px; background: white; }

/* スペースボックス */
#space     { width: 903px; height: 15px; background: white; }

/* 2段組ボックス*/
#main      { width: 903px; overflow: hidden; }

#left      { width: 230px; background: #eeeeee; float:  left; padding-bottom: 32767px; margin-bottom: -32767px; }
#right     { width: 660px; background: #ffffff; float: right; padding-bottom: 32767px; margin-bottom: -32767px; }

/* フッター */
#foot_1    { width: 903px; background: #2a2a2a; clear: both; font-size: 12px; color: white; text-align: center; padding: 7px 0px 7px 0px;}
#foot_2    { width: 903px; height: 15px; background: white; clear: both; }


/* リンク下線 */
#right a:link    { color: blue; border-bottom: dotted 1px blue; }
#right a:visited { color: blue; border-bottom: dotted 1px blue; }
#right a:hover   { color: blue; border-bottom: dotted 0px; }
