/*ポイント時のリンク*/
body{
margin-top:7px;
}

a{/*リンクされた文字*/
    color:#396D86;
    font-style:normal;}

a:hover {/*オン・マウス時の色設定*/
color:#FF00FF;
a:link {color:#AE4886; }/*未訪問リンクに適用*/


.style1 {font-size: 9px; font-weight: bold;}
.style3 {font-size:9px;	color:#FFFFFF;}
.style4 {line-height:20px; font-weight: normal; font-size: 12px;}
.style5 {color: #FF3333}
.style6 {color:#CC6666;}
.style7 {color:#FF3333;	font-style:italic;	font-weight:normal;	font-size:13px;	margin:0px;	display:inline;}
.style8 {color:#996600;	font-weight:bold;}
.style9 {font-weight: bold;	color:#FF3333;}
.style10 {color:#996600; margin-top:7px; padding-left:7px;}
.style11 {font-size: 14px; margin-top:15px; padding-left:10px;}
.style12 {color: #006600}
.style13 {color: #0000FF}
.style14 {color: #CC0066; font-size: 12px;}
.style15 {font-style:italic; font-weight:normal; margin:0px; display:inline; color: #FF3333;}
.style16 {margin:0px; display:inline; color: #FF3333; font-weight: normal;}

.style17 {color: #6633FF; font-size: 13px;}
.style18 {color: #993300; font-size: 13px;}
.style19 {color: #996600; font-size: 13px;}

.style20 {color: #9900CC}
.style22 {color: #FF66FF}
.style23 {color: #555555}
.style24 {color: #779BF9}
.style25 {color: #FF0000;font-weight: bold;}
.style26 {color: #FF0000}
.style28 {color: #FF0000; font-size: 14px; }

.style32 {color: #FF9933}
.style52 {color: #0033FF}
.style53 {color: #000033}
.style55 {color: #3399FF}
.style63 {color: #FF3366}
.style64 {color: #000000}
.style66 {font-size: 12px; line-height: 20px;}
.style68 {color: #CC3366}
.style69 {color: #CC3366; font-weight: bold; }
.style70 {font-size: 12px}
.style72 {font-size: 12px; font-weight: bold; }

/*段落のマージン設定*/
p{
margin: 7px 10px 1em 10px;
font-size:100%;
line-height:150%;
}



.customize1{
	font-size:12px;
	font-weight:100;
	color:#009999;    
	margin-bottom:0px;
	margin-top:0px;
	margin-left:10px;}
	
.customize2{color:#3399CC;}

.customize3{
	font-size:12px;
	font-weight:100;
	color:#009999;    
	margin-bottom: 0 }

td{
	font-size:12px;
	color:#555555;
	line-height:20px;
	letter-spacing: 1px;

}

/* 点滅 赤*/
.blink {
  animation: blinkAnime 0.5s infinite alternate;
}
@keyframes blinkAnime{
   0% { color: rgba(255, 0, 0, 0.95) }
  99% { color: rgba(153, 153, 153, 0.34) }
 100% { color: rgba(153, 153, 153, 0.34) }
}
