@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: 1000px;

border: solid 10px #ffffff;

background: #ffffff;

}







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

.color_top{

height: 70px;

padding-left: 20px;

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

color:#ffffff;

/*background: #669999 ;*/

 background-color: #669999;

	background-image: radial-gradient(#669999 20%, transparent 20%),

	radial-gradient(#00d9d9 20%, transparent 20%);

	background-size: 30px 30px;

	background-position: 0 0, 15px 15px;







}







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

.color_A{

width: 35%;

padding-top: 20px;

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

color: #666666;

background: #add8e6;

}







/*中部分*/

.color_B{

width: 36%;

padding: 10px;

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

color: #666666;

background: #f0f0f0;

}



/*右部分*/

.color_C{

width: 30%;

padding: 20px;

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

color: #666666;

background: #e0e0ff;

}







/* 最下部 */

.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; }



