html {
  scrollbar-face-color       : #777777;
  scrollbar-highlight-color  : #444444;
  scrollbar-shadow-color     : #222222;
  scrollbar-3dlight-color    : #444444;
  scrollbar-arrow-color      : #ffffff;
  scrollbar-track-color      : #aaaaaa;
  scrollbar-darkshadow-color : #888888;
  scrollbar-base-color       : #ffffff;
  z-index  : 0;
  }

body {
  background-color           : #999999;
  background-repeat          : no-repeat; 
  background-position        : center top;
  background-attachment      : fixed;
  color                      : #ffffff;        /* 白 */
  font-size                  : 9pt;
  z-index  : 0;
  }

/******************************
	テキスト
******************************/

b {
  color                      : #ffcc66;        /* 橙色 */
  font-size                  : 12pt;
  }

em {
  color                      : #dd0000;        /* 明るい赤 */
  }


/******************************
	リンク
******************************/
a:link {
  color                      : #cccc99;        /* 薄いイエロー */
  }
a:visited {
  color                      : #66ccaa;        /* エメラルドグリーン */
  }
a:hover {
  color                      : #66ccaa;        /* エメラルドグリーン */
  }
a:active {
  color                      : #66ccaa;        /* エメラルドグリーン */
  }


/******************************
	ＴＡＢＬＥ
******************************/

table {
  margin-left                : 0px;
  padding-left               : 0px;
  }

tr {
  margin-left                : 0px;
  padding-left               : 0px;
  }

td {
  margin-left                : 0px;
  padding-left               : 0px;
  }

#table01 {
  margin-left                : 0px;
  padding-left               : 15px;
  }

#table02 {
  margin-left                : 0px;
  padding-left               : 5px;
  border-color               : #885555;        /* 赤茶グレー */
  }

#table03 {
  margin-left                : 0px;
  padding-left               : 5px;
  }

#table04 {
  margin-left                : 0px;
  padding-left               : 0px;
  background-color           : #aa7777;        /* 赤茶グレー */
  }




/******************************
	ＬＩＳＴ
******************************/
li {
  list-style-image           : url("./icon/list01.gif");
  margin-bottom              : 0.5em;
  marker-offset              : -3em;
  vertical-align             : middle;
  }

dd {
  list-style-type            : upper-roman;
  list-style-position        : outside;
  margin-bottom              : 0.3em;
  marker-offset              : -10em;
  
  }

#list01 {
  list-style-type            : none;
  list-style-position        : outside;
  text-indent                : 15px;
  color                      : #6677aa;        /* ブルーグレー */
  }

#list02 {
  list-style-type            : none;
  list-style-position        : outside;
  text-indent                : 30px;
  color                      : #ffffff;        /* 白 */
  }

#list001 {
  list-style-type            : none;
  list-style-position        : outside;
  text-indent                : 15px;
  }

#list002 {
  list-style-type            : none;
  list-style-position        : outside;
  text-indent                : 30px;
  }


/******************************
	画像
******************************/
IMG {
  border-width               : 0px;
  border-style               : none;
  }


/******************************
	個別スタイル
******************************/
#style00 {
  color                      : #ffffff;        /* 白 */
  }

#style01 {
  color                      : #dd0000;        /* 赤茶グレー */
  }

#style02 {
  color                      : #aaaaaa;        /* 薄いグレー */
  }

#style03 {
  color                      : #666699;        /* 暗いブルーグレー */
  }

#style04 {
  color                      : #ccddff;        /* 明るいブルーグレー */
  }

#style05 {
  color                      : #8899bb;        /* ブルーグレー */
  }

#style06 {
  color                      : #ffbbbb;        /* ピンク */
  }

#style07 {
  color                      : #2266cc;        /* ブルー */
  }

#style08 {
  color                      : #ffffcc;        /* 薄いイエロー */
  }

#style09 {
  color                      : #99cc99;        /* モスグリーン */
  }

#style10 {
  color                      : #66ccff;        /* 水色 */
  }

#style11 {
  color                      : #cc6644;        /* 赤茶 */
  }

#style12 {
  color                      : #dd0000;        /* 明るい赤 */
  }


