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

html{
height:100%;
}

body {
text-align: center;
height:100%;
margin: 0;
padding: 0;
font-family:"Osaka", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3",sans-serif;
background-image: url(../img/bg.jpg);
background-color: #333333;
margin-left: auto;
margin-right: auto;
background-repeat: repeat;
overflow: auto;	/* Opera 9.51対策*/
	}
	
	
img  {
border: none;
}


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

	
br{
letter-spacing:0;
}



/* ****************************************
	BACKTO TOP
*******************************************/	
#backtotop {
	position: fixed;
	bottom: 0;
	right: 20px;
	}
	





/* ****************************************
	大枠
*******************************************/
#container {
margin: 0px 0px 0px 0px;
width:800px;
margin-left: auto;
margin-right: auto;
	}


/* ****************************************
	TOP
*******************************************/
#header {
width:800px;
height:729px;
background-image: url(../img/header.jpg);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
	}

	
#mainbox{
width:800px;
height: 100%; 
background-image: url(../img/bg2.jpg);
margin-left: auto;
margin-right: auto;
	}

	
	
	
	
	
	
	

/* ****************************************
	FOOTER
*******************************************/
#footer {
margin: 0px 0px 30px 0px;
width:1120px;
height:48px;
background-image: url(../img/bg_footer.gif);
background-repeat: no-repeat;
	}

	


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

	

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>