<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
text-align: center;
margin: 0;
padding: 0;
font-family: "ヒラギノ角ゴ ProW3","ＭＳ Ｐゴシック",Osaka,"HiraKakuPro-W3",Verdana,"MS PGothic",sans-serif;
background-color: #F63719;
	}
	
/* ****************************************
	ヘッダ
*******************************************/
#container {
width:691px;
margin-left: auto;
margin-right: auto;
	}
	

/* ****************************************
	1ページ目
*******************************************/
#pagelayout {
width:691px;
height:579px;
background-image: url(../img/header.gif);
background-repeat: no-repeat;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
	}
	

#card {
background-color: #ffffff;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width:691px;
float:left;	
	}
	


#footer {
width:691px;
height:80px;
float:left;	
background-image: url(../img/footer.gif);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
	}


#banner {
width:691px;
height:100px;
float:left;	
margin-left: auto;
margin-right: auto;
	}




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

	

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

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

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