BODY {
/*    background:  url(/Planet/img1/Planet.gif) no-repeat fixed 50% 50%;*/
    background-color : #F8F8F8;
    color	     : #000080;
    font-size	     : 10px;
    letter-spacing   : 1px ;
}
A:Link, A:Visited, A:Active {
	text-decoration  : none;
}
A:Link:Hover,A:Visited:Hover,A:Active:Hover {
	color		 : #FFFF00;
	background-color : #000080;
}

#A:link { color: #DD6600; }       /* 通常の状態 */
#A:visited { color: #3333FF; }    /* ページを読みこんだ状態 */
#A:active { color: #FF0000; }     /* マウスを押している状態 */

H1 {
	color: #FFFFFF;
	background-color : #7777CC ;
	padding: 15 0 15 0;
	width: 100%;
	border: 3px solid #5555AA;
	font-size: 22px;
	font-weight: bold;
}

H2 {
	color: #000080;
	padding: 5 0 5 0;
	width: 100%;
	border: 2px solid #000080;
	font-size: 16px;
	font-weight: bold;
}

.AlignCenter { text-align: center; }
.AlignRight { text-align: right; }
.AlignLeft { text-align: left; }


th {
	color		:#FFFFFF ;
	background-color: #5555AA;
	font-size       : 12px ;
        line-height      : 120%;
        letter-spacing   : 1px ;
}
td {
	font-size       : 12px ;
        color           : #000080;
        line-height      : 120%;
        letter-spacing   : 1px ;
}

.TextStyle1 {
    text-align: right;
}
.TextStyle2 {
    font-size: medium;
    text-align: center;
}
.TextStyle3 {
    font-weight: bold;
    text-align: center;
}
.TextStyle4 {
    font-weight: bold;
    font-size: medium;
}
.TextStyle5 {
    font-size: x-small;
}
.TextStyle6 {
    font-weight: bold;
    font-size: medium;
    text-align: center;
}
.TextStyle7 {
    font-size: large;
}
.TextStyle8 {
    color: gold;
}
.TextStyle9 {
    font-style: italic;
}
.TextStyle10 {
    font-weight: bold;
}
.TextStyle11 {
    font-family: Arial;
}
.TextStyle12 {
    /* font-family: Arial; */
    font-weight: bold;
    color: #03F;
}
.TextStyle14 {
    font-family: Arial;
    font-weight: bold;*/
}
.TextStyle15 {
    font-style: italic;
}
.TextStyle16 {
    color: red;
}
.TextStyle17 {
    /* color: red; */
    /* font-family: Arial; */
    font-weight: bold;
    font-style: italic;
}
.TextStyle18 {
    color: #03F;
}
.TextStyle19 {
    color: #F30;
}

