/* テキスト位置 */
.center{
  text-align : center;
}
.right{
  text-align : right;
}
.left{
  text-align : left;
}

.ind{
  text-indent : 20%;
}
.ind1{
  text-indent : 30%;
}
/* フォントサイズ */
.font80{
  font-size : 80%;
}
.font85{
  font-size : 90%;
}
.font110{
  font-size : 110%;
}
.font120{
  font-size : 120%;
}
.font125{
  font-size : 125%;
  font-weight : bold;
}

.font130{
  font-size : 130%;
  font-weight : bold;
}

/* カラー */
.red{
  color : #FF0000;
}
.blue{
  color : #0000ff;
}
.black{
  color : #000000;
}
.BgHiLight{
  background-color : #FFCC00;
 }

BODY {
  margin-left: 10%;
  color : #;
  font-weight : ;
  text-decoration : ;
	font-family : "";

  font-style : ;
	font-size : px;
	cursor :  auto;

  scrollbar-arrow-color:; 
  scrollbar-base-color: ; 
  scrollbar-face-color: ; 
  scrollbar-highlight-color: ; 
  scrollbar-shadow-color: ; 
  scrollbar-track-color: ; 
  scrollbar-darkshadow-color: ;
	left: 10em;

}
ul{
    margin-right:1em;
}
DIV.L4{
    margin-left: 5%;
    margin-right: 5%;
    color: #000066;
    line-height:1.4em;
}
DIV.L5{
    margin-left: 5%;
    margin-right: 5%;
    font-size: 110%;
    line-height:1.4em;
}
DIV.L {
    position : absolute; 
    top : 10pt; 
    left : 0pt;
    width: 130pt;
    height: 95%;
    text-align : justify;
    text-justify : distribute;
    word-break : break-all;
    margin-left : 1%;
}
DIV.R {
    position:absolute; 
    top:10pt; 
    left:130pt;
    width: 70%;
    text-align : justify;
    text-justify : distribute;
    word-break : keep-all;
    margin-left : 5%;
}
DIV.R1 {
    position:absolute; 
    top:10pt; 
    left:130pt;
    width: 70%;
    margin-left : 5%;
}

SPAN.L5 {
   padding-left: 5em;
}

SPAN.L2 {
   padding-left: 2em;
}
H4 {
    width: 100%;
    color: #ffffff;
    font-weight: bold;
    font-size: 1em;
    background-color: #7777dd;
    border: 1px none #8888f8;
    border-top: 1px solid #8888f8;
    border-left: 1px solid #8888f8;
    border-right: 2px solid #666699;
    border-bottom: 2px solid #666699;
    padding: 5px 3px 3px 0.5em;
}
TD {
	text-align: center;
	background-repeat: no-repeat;
	height: auto;
	width: auto;


}

TH {
    background:#ccffcc;
}
  A:link { color:darkgreen; }
  A:visited { color:darkblue; }
  A:hover { color:red; }     /* IE4.0/NN6.0〜 */
