/*  タイトル  */ 

.m-title
     {font-family: "ＭＳ Ｐゴシック", "Osaka";
      font-size: 24px;
      font-weight: bold;
      color: #006699}
.s-title
     {font-family: "ＭＳ Ｐゴシック", "Osaka";
      font-size: 20px;
      color: #CC0066;
      background-color: #DDDDDD}
.ss-title
     {color: #993366;
      font-size: 16px;
      background-color: #FFFFCC}

/*  各種タグ  */ 

body
     {background-color: #FFFFFF}
p
     {font-family: "ＭＳ Ｐゴシック", "Osaka";
      font-size: 90%;
      line-height: 150%;
      color: #333333;
      text-indent: 7pt}
h4
     {font-size: 100%;
      color: #3333CC;
      font-family: "ＭＳ Ｐゴシック", "Osaka"}
h5
     {font-family: "ＭＳ Ｐゴシック", "Osaka";
      font-size: 95%; color: #333333}
ul
     {font-family: "ＭＳ Ｐゴシック", "Osaka";
      font-size: 95%; line-height: 150%; color: #0066CC}
ol
     {font-family: "ＭＳ Ｐゴシック", "Osaka";
      color: #669900; font-weight: bold; font-size: 95%}


/*  その他のスタイル  */ 
.image-title
     {font-family: "ＭＳ Ｐゴシック", "Osaka";
      font-size: 16px;
      font-weight: bold;
      color: #666666}
.top-title
     {font-family: "ＭＳ Ｐゴシック", "Osaka";
      color: #006699;
      font-weight: bold}
.s_topic
     {font-family: "ＭＳ Ｐゴシック", "Osaka";
      font-size: 97%;
      font-weight: bold;
      color: #336600}
.st
     {font-size: 95%;
      color: #FF0000;
      text-indent: -9pt}

/*  リンクに関するスタイル設定  */ 

A:link,A:visited	
         {color:"#FF6619"; 
	 background: none; 
	 text-decoration:none; }
A:hover,A:active	
         {color:"#FF0000"; 
	 background:"#B3B3B3"; 
	 text-decoration:none; }