@charset "Shift_JIS";




/* リンク設定 */
A {color : #999999; text-decoration: none;}
A:VISITED {color : #999999; text-decoration: none;}
A:hover {color : #ffffff; text-decoration:none; background-color: #FFB500;}
A:ACTIVE {color : #ffffff; text-decoration:none; background-color: #FFB500;}


/* スクロールバーと背景設定 */
BODY{
scrollbar-3dlight-color:#ffffff;
scrollbar-arrow-color:#ffffff;
scrollbar-darkshadow-color:#FFB500;
scrollbar-face-color:#FFB500;
scrollbar-highlight-color:#FFB500;
scrollbar-shadow-color:#FFB500;
scrollbar-track-color:#efefef;
background: #ffffff url(sozai/dot1_5.gif);
}


/* ■上部セル */
.TDtop{
width: 689px;
height: 70px;
background: url(sozai/top_orange.gif);
color: #ffffff;
font: bold 28px;
padding-left: 30px;
}


/* ■下部セル */
.TDbottom{
width: 689px;
height: 70px;
background: url(sozai/bottom_orange.gif);
color: #ffffff;
font: 11px;
}
.TDbottom A {color : #ffffff; text-decoration: none;}
.TDbottom A:VISITED {color : #ffffff; text-decoration: none;}
.TDbottom A:hover {color : #ffffff; text-decoration:underline; }
.TDbottom A:ACTIVE {color : #ffffff; text-decoration:underline; }


/* ■中段セル */
.TDcenter{
background: #ffffff;
color: #999999;
font: 12px;
}


/* ■中段：右セル（※左の大きな写真を入れ替える場合、画像の縦の長さから8を引いた数字を下のheightの数値と入れ替える */
.TDcentermigi{
height: 428px;
background: #ffffff;
color: #999999;
font: 12px;
border-left: dashed 1px #cccccc;
border-right: dashed 1px #cccccc;
line-height:20px;
}


/* ■大きめ文字 */
.bigfont{
color: #999999;
font: bold 14px;
}

/* ■小きめ文字 */
.smallfont{
color: #999999;
font: 10px;
}




