<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* フォントとリンクの指定 */


p  {
 font-size: 14px;
 font-weight:400;
 }

/* 本文用 */
.nomal {
 width: 600px;
 font-size: 14px;
 line-height: 24px;　
 text-align: justify; 
 text-justify: inter-ideograph;　　
 }
 
 .v {
 color: #483D8B;
 width: 600px;
 font-size: 14px;
 line-height: 24px;　
 text-align: justify; 
 text-justify: inter-ideograph;　　
 }
 
 .r {
 color: #FF0000;
 width: 600px;
 font-size: 12px;
 line-height: 24px;　
 text-align: justify; 
 text-justify: inter-ideograph;　　
 }
 
 .b {
 color: #0000FF;
 width: 600px;
 font-size: 12px;
 line-height: 24px;　
 text-align: justify; 
 text-justify: inter-ideograph;　　
 }
 
 .br {
 color: #A52A2A;
 width: 600px;
 font-size: 12px;
 line-height: 24px;　
 text-align: justify; 
 text-justify: inter-ideograph;　　
 }
 
 .kon {
 color: #000080;
 width: 600px;
 font-size: 12px;
 line-height: 24px;　
 text-align: justify; 
 text-justify: inter-ideograph;　　
 }
 
 .aq {
 color: #008080;
 width: 600px;
 font-size: 12px;
 line-height: 24px;　
 text-align: justify; 
 text-justify: inter-ideograph;　　
 }
 
 
 /* 本文用 */
.s {
 width: 600px;
 font-size: 12px;
 line-height: 20px;　
 text-align: justify; 
 text-justify: inter-ideograph;　　
 }
 
 .no {
 font-size: 14px;
 line-height: 24px;　
 text-align: justify; 
 text-justify: inter-ideograph;　　
 }
 
 .no2 {
 font-size: 12px;
 line-height: 20px;　
 text-align: justify; 
 text-justify: inter-ideograph;　　
 }
 
/* キャッチコピー */
.large1{
 color: #0000cd;
 font-size:18px;
 font-weight:bold;
}

/* キャッチコピー */
.large2{
 color: #DC143C;
 font-size:16px;
 font-weight:bold;　
  }
  
 .left {
 text-align: left; 
 }
 
 .right {
 text-align: right; 
  }
  
 .center{
  text-align: center;
  }
  

/* リンクの指示 */

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

a:hover {
 color: #ff4500;
 text-decoration: none;
 }

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

</pre></body></html>