<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

	
body {
text-align: center;
margin: 0;
padding: 0;
background-color: #ffffff;
	}
	

img  {
border: none;
}


.clearboth {
clear:both; 
visibility:hidden; 
    }

	
br{
letter-spacing:0;
}



/* ****************************************
	大枠
*******************************************/
#container {
margin: 20px 0px 20px 0px;
width:675px;
background-color: #ffffff;
margin-left: auto;
margin-right: auto;
	}


/* ****************************************
	TOP
*******************************************/
#header {
width:675px;
height:367px;
background-image: url(../img/top01.jpg);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
	}
	
#image02 {
width:675px;
height:326px;
background-image: url(../img/top02.jpg);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
	}




/* ****************************************
	FONT
*******************************************/
.basic {
text-align: left; 
font-size:14px; 
line-height:20px; 
color: #000000;
letter-spacing: 0.2em; 
	}


.ft12 {
text-align: left; 
font-size:10px; 
line-height:14px; 
color: #000000;
	}	


	
	

h1, h2, h3, h4, h5, h6 {
font-size:16pt;
text-indent: -9999px;
display: none;
}


a:link
{
color: #FF3366;
text-decoration: underline;
}

a:visited
 {
color: #FF3366;
text-decoration: underline;
}

a:hover
{
color: #0099FF;
text-decoration: underline;
	}
</pre></body></html>