
/* indexページのレイアウト用css */

<!--

body{
 background-image:url(../images/back.gif);
 background-color: #ffffff;
 margin: 0px;
 padding: 0px;

}

.contents{
 width: 780px;
 margin: auto;
 background-color: #e62f8d;
 text-align: left;
 border: solid 1px #ffffff;
} 


h1 {
 background-color: #e62f8d;
 width: 780px;
 hight: 400;
 font-size: 8pt;
 }

h1 a {
 color: #ff0000
     }

h2,h3,p{
 margin-left: 10px;
 margin-right: 10px;
      }

h10 {
  background-color: #e62f8d;
  font-size: 9pt;
  font-family: "MS UI Gothic", Times, serif;
  color: #ffffff;
  width: 780px;
  padding-bottom: 5px;
  boeder: none;
  }

h10 a {
  color: #696969;
 }
 
<!--

A { text-decoration: none; }

--> 

/* フォント指定 */
body,td{
color: #000000;
font-size: 9pt;
font-family: "MS UI Gothic", Times, serif;
}


H1.myclass {font-size:9pt; border-width: 1; font-weight: 100; color: #524e4d; margin: 1px; letter-spacing: 15px;}

.fs1 { font-size: 8pt; border-width: 1; font-weight: 100; color: #000000; margin: 1px; letter-spacing: 1px;}
.fs2 { font-size: 10pt; border-width: 1; font-weight: 100; color: #393332; margin: 0px;}
.fs3 { font-size: 13pt; border-width: 1; font-weight: 100; color: #393332; margin: 0px; font-weight: bolder; font-family: ＭＳ Ｐゴシック;}
.fs4 { font-size: 13pt; border-width: 1; font-weight: 100; color: #393332; margin: 0px; font-family: ＭＳ Ｐゴシック;}

p.01 {line-height: 5px;}

-->
