

/* 文字設定 */
body {
	font-size: 11pt;
              color: #606060;
	line-height: 13pt;             
}

/* ページ全体 */
body {
            scrollbar-base-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color:#BEBEBE;
	scrollbar-3dlight-color:#BEBEBE;
	scrollbar-darkshadow-color:#BEBEBE;
	scrollbar-track-color: #FFFFFF;
}

/* ----- リンク ---------------------------------------- */



/* 未訪問 */
a:link {
	color: #606060;
	text-decoration:none;              
}

/* 訪問済み */
a:visited {
	color: #606060;
              text-decoration:none;
}

/* クリック時 */
a:active {
	color: #606060;
	text-decoration:none;
}

/* カーソル接触時 */
a:hover {
             color: #8fb181;
             background-color:#000000;
             text-decoration:none;
             position : relative;top:1px;left:1px;
}

/* クラス */
a.clear:hover {
             background-color:#ffffff;
             text-decoration:none;
             position : relative;top:1px;left:1px;
}

/* ----- テーブル -------------------------------------- */

/* 全てのテーブル */
table,th,td {
              color: #606060;
              font-size: 14pt;
              line-height: 14pt;
}

/* ----- ウィンドウ -------------------------------------- */

/* target-change */
a:active {
    behavior: expression(
        this.target =
            (this.target !=  '_blank') ?
                this.target : '_self'
    );
}
