/* CEE index 用 by iio*/

/*body=外側の設定*/
body{
　　background-color: #000FF; 
	margin: 0px 2px 5px 40px
	font-family:Verdana,Chicago,osaka,"ＭＳ Ｐゴシック",sans-serif;  /* フォントの種類 */
	line-height:150%;                                                /* 行間の設定 */
	font-size:84%;
/*    color: #000066; */
/*    background-color: #fff; */
/*    background-image : url(paper2.gif);*/
/*    background-attachment : fixed; */
/*    background-position: ;*/
    }

/*見出し１の設定*/
h1{
  color: #000066; /* font color */
  background-color: /* #ffff99 */;
/* background-image : url(paper1.gif); */
  text-align: left;
  padding: 0px 1px 0px 1px;
  font-style : normal;
  font-weight: bold;
}

/*見出し２の設定*/
h2{
  color: #000066;
  background-color: #ffff99;
/* background-image : url(paper1.gif); */
  text-align: left;
  padding-top: 1px;
  padding-right: 0px;
  padding-bottom: 1px;
  padding-left: 1px;
  font-style : italic;
  font-size:;
  font-family: 'Arial','ＭＳＰゴシック';
  font-weight: bold;
}

/*見出し３の設定*/
h3{
  color: #000066;
  background-color: #ffff99;
/* background-image : url(paper1.gif); */
  text-align: left;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 2px;
  font-style : none;
  font-size:;
  font-family: 'Arial','ＭＳＰゴシック';
  font-weight: bold;
  layout-grid-line:;
}

/*見出し４の設定*/
h4{
  color: #FFFFDD;
  background-color: #663366;
/* background-image : url(paper1.gif); */
  text-align: left;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
  font-style : none;
  font-size:;
  font-family: 'Arial','ＭＳＰゴシック';
  font-weight: normal;
}
/*見出し５の設定*/
h5{
  color: #FFFFDD;
  background-color: #663366;
/* background-image : url(paper1.gif); */
  text-align: left;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
  font-style : none;
  font-size:;
  font-family: 'Arial','ＭＳＰゴシック';
  font-weight: normal;
}
/*横のライン*/
hr{
  color: blue;
  height: 1px;
　style: groove;
  padding-top: 0px;
  padding-bottom: 0px;
}

/*パラグラフの設定*/
p{
  color: #000066;
  font-style : none;
  font-size: 16px;
  font-family: 'Arial','ＭＳＰゴシック';
  font-weight: normal;  
/*  text-indent: 14px; 効かない*/
  text-align:left;
  vertical-align:middle;
  text-decoration:;
  letter-spacing:;
  line-height:;
　
  whitespace: normal;
  padding:5px;
}

/*リンクパラグラフ（リンク要素a）　定義済みクラス*/
a{
  color: #0000ff;
  text-indent: 0px
　font-style : none;
  font-size: 16px;
  font-family: 'Arial','ＭＳＰゴシック';
  font-weight: normal;
  text-decoration: none;

}

/* 擬似リンク　既読 */
a:visited{
  color: #336699;
  font-family: 'Arial','ＭＳゴシック';
  font-weight:'normal';
　font-size: 16px;
  text-decoration: none;
}

/*マウスが上に来たとき*/
a:hover{
  color: red;
  font-family: 'Arial','ＭＳゴシック';
  font-weight:'normal';
　font-size: 16px;
  text-decoration: underline;
}

/* 擬似リンク　マウスボタンをクリックしている状態*/
a:active{
  color: #33ffff;
  font-size: 16px;
  text-decoration: underline;
}
<!--リンク   -->
a:link{
  color: #0000ff;
  font-size: 16px;
  text-decoration: none;
}

/* 箇条書きulはli要素に限る　 colorでフォントのカラーを設定、フォントサイズはTDの中で設定 */
UL{
  color: #000066;
  font-style: normal;
  font-weight: normal;
  list-style:;
  
/*  list-style-image : url(l_paper1.gif);*/
  list-style-position: outside;
  }

/* ? */
TH{
  color: yellow;
  background-color: #663366;
}

/* 表の書式 */
table{
  color:#000066; パラグラフの色
　font-family: Arial','ＭＳＰゴシック';
  font-weight: bold;
  font-size: 12px; 
  text-indent:12px;
  text-align:left;
  text-decoration: none; 
  background-color: ; /*#e1e1c4;*/
  border-width:1px;
  border-style:solid;
  border-color: ; /* red; */
  padding:10px;
}
