<!--

/********/
/* 背景 */
/********/
BODY {
/* background-image : url("images/MY-kabe2.gif"); */
background-color : #ffffff;
background-repeat : repeat;

/********/
/* 文字 */
/********/
color : #333333;
font : HG丸ｺﾞｼｯｸM-PRO ＤＦPOP体;
font-size: 9pt;

/******************/
/* スクロールバー */
/******************/
scrollbar-arrow-color: #000066; scrollbar-base-color: #ffffff; 
scrollbar-face-color: #ffffff; scrollbar-highlight-color: #000066;
scrollbar-3d-light-color: #ffffff; scrollbar-shadow-color: #000066; 
scrollbar-track-color: #ffffff; scrollbar-darkshadow-color: #ffffff; 
}

/*********************/
/* リンク 標準の状態 */
/*********************/
A:LINK {
color : #FFFFFF;
text-decoration :  none;
}
A.red:LINK {
color : #BF3F59;
text-decoration :  none;
}
A.yellow:LINK {
color : #BFBF3F;
text-decoration :  none;
}
A.green:LINK {
color : #3FBF59;
text-decoration :  none;
}
A.blue:LINK {
color : #3F8CBF;
text-decoration :  none;
}

/***************************************/
/* リンク すでにページを読み込んだ状態 */
/***************************************/
A:VISITED {
color : #FFFFFF;
text-decoration :  none;
}
A.red:VISITED {
color : #BF3F59;
text-decoration :  none;
}
A.yellow:VISITED {
color : #BFBF3F;
text-decoration :  none;
}
A.green:VISITED {
color : #3FBF59;
text-decoration :  none;
}
A.blue:VISITED {
color : #3F8CBF;
text-decoration :  none;
}

/*************************************/
/* リンク クリックしているときの状態 */
/*************************************/
A:ACTIVE {
color : #FFFFFF;
text-decoration :  none;
}
A.red:ACTIVE {
color : #86122C;
text-decoration :  none;
}
A.yellow:ACTIVE {
color : #828216;
text-decoration :  none;
}
A.green:ACTIVE {
color : #16822C;
text-decoration :  none;
}
A.blue:ACTIVE {
color : #165782;
text-decoration :  none;
}

/*******************************************/
/* リンク カーソルが通過しているときの状態 */
/*******************************************/
A:HOVER {
color : #FFFFFF;
text-decoration :  underline;
}
A.red:HOVER {
color : #86122C;
text-decoration :  underline;
}
A.yellow:HOVER {
color : #828216;
text-decoration :  underline;
}
A.green:HOVER {
color : #16822C;
text-decoration :  underline;
}
A.blue:HOVER {
color : #165782;
text-decoration :  underline;
}
/************/
/* テーブル */
/************/
TABLE {
font-size: 9pt;
}
TR {
font-size: 9pt;
}
TR.week1 {
font-size: 9pt;
background-color : #CEEAFC;
}
TR.week2 {
font-size: 9pt;
background-color : #FCEACE;
}
TD {
font-size: 9pt;
}
TD.week1 {
font-size: 9pt;
background-color : #A3D4F4;
}
TD.week2 {
font-size: 9pt;
background-color : #F4D4A3;
}

/********/
/* 画像 */
/********/
IMG{
border-style: none;
}
-->                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          