@charset "Shift_JIS";







/* リンク設定 */

A{color : #666666;text-decoration: none;}

A:VISITED{color : #666666;text-decoration: none;}

A:hover {color:#ff0000;text-decoration:underline; }

A:ACTIVE{color : #ff0000; text-decoration:underline; }





/* スクロールバーと背景設定 */

BODY{

scrollbar-3dlight-color:#ffffff;

scrollbar-arrow-color:#ffffff;

scrollbar-darkshadow-color:ffffff;

scrollbar-face-color:#efefef;

scrollbar-highlight-color:#ffffff;

scrollbar-shadow-color:#ffffff;

scrollbar-track-color:#ffffff;

background : #efefef url(kabe_box1.gif);

}







/*ベーステーブル*/

.base_table{

width: 500px;

border: solid 10px #ffffff;

background: #ffffff;

}







/*タイトルロゴ部分*/

.color_top{

height: 70px;

padding-left: 20px;

font: bold 28px/arial,sans-serif;

color:#ffffff;

background: #669999 ;

}







/*左（メニュー）部分*/

.color_A{

width: 25%;

padding-top: 20px;

font: 12px/200% Osaka,"ＭＳ ゴシック",sans-serif;

color: #666666;

background: #99cccc;

}







/*右部分*/

.color_B{

width: 75%;

padding: 20px;

font: 12px/150% Osaka,"ＭＳ ゴシック",sans-serif;

color: #666666;

background: #efefef;

}







/* 最下部 */

.color_bottom{

font: 11px/150% Osaka,"ＭＳ ゴシック",sans-serif;

padding: 10px;

color: #ffffff;

background: #669999 ;

}



.color_bottom A{color : #ffffff;text-decoration: none;}

.color_bottom A:VISITED{color : #ffffff;text-decoration: none;}

.color_bottom A:hover {color:#ff0000;text-decoration:underline; }

.color_bottom A:ACTIVE{color : #ff0000; text-decoration:underline; }



