<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* ****************************************
	テキスト
*******************************************/
 .textbasic {  
font-size: 12px; 
line-height: 140%; 
font-family: "ＭＳ Ｐ明朝"; 
color: #000000;
 }
 
 
.send {  
font-size: 14px; 
line-height: 140%; 
color: #FFFF00;
 }
 
 .answer {  
font-size: 14px; 
line-height: 140%; 
color: #ff0000;
 }
 

 
/* ****************************************
	リンク
*******************************************/

h1, h2, h3, h4 {
font-size:16pt;
text-indent: -9999px;
display: none;
}


 a:link
{
color: #0066ff;
text-decoration: none;
}

a:visited
 {
color: #000066;
text-decoration: none;
}

a:hover
{
color: #ff9999;
text-decoration: none;
	}</pre></body></html>