<!--

html,body {
height:100%;
text-align: center;
background-repeat:no-repeat;
background-position : center top;
background-attachment:fixed;
background-color: #EA1147;
}

* {
   margin:0;
   padding:0;  /* 全てのプロパティの余白とパディングをリセットします。*/
}

.wrapper {
   width: 718px;
   margin: 0 auto;   /* 幅固定（718px）でセンタリングしています。*/
}
.header {
   width: 718px;
   height: 35px;     /* サイトロゴの高さに合わせて調節して下さい。*/
}
.main {
   width: 718px;     /* メニューとコンテンツを囲んでいるクラスです。 */
}

#footer {
   position:absolute;
   bottom:0;
   width: 100%;
   height: 35px;
}

.menu ul {
   list-style: none;
}


.line1 {
border-width: thin;
} 

p { background-color: #FAFAFA; }

#textbox { margin: 18px 130px 18px 130px; } 


span.font1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
	color: #8A8A8A;
}

span.font2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 8pt;
	color: #EA1147;
}

span.font3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 8pt;
	color: #8A8A8A;

}

span.font4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: xx-small;
	color: #8A8A8A;

}

span.font5 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: xx-small;
	color: #696969;
    margin-left: 10px;
}

-->

