<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: #F8F8F8;
	}
	
	
	
/* ****************************************
	TOPのBG
*******************************************/
#container {
width:700px;
height:455px;
background-image: url(../img/bg.jpg);
background-repeat: no-repeat;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
	}



/* ****************************************
	
*******************************************/

#topbox {
width: 700px;
height:455px;
float: left; 
	}


	
	
#box {
padding: 0px 0px 0px 5px;
margin: 0px 0px 0px 0px;
width: 325px;
height:440px;
overflow: auto;
border: none;
text-align: left; 
float: left;
	}

.textbox {
padding: 5px;
text-align: left; 
	}
	

#underboxbox {
width: 700px;
height:135px;
margin:15px 0px 20px 0px;
background-color: #052C2D;
float: left; 
	}
	
	
	
	
/* ****************************************
	FONT
*******************************************/
.t_basic {
text-align: left; 
font-size: 11px; 
line-height: 160%; 
color: #222222;
	}
	

	
.orange {
text-align: left; 
font-size: 12px; 
line-height: 160%; 
color: #FF3300;
	}
	
	
.gray {
text-align: left; 
font-size: 11px; 
line-height: 160%; 
color: #666666;
	}
	

 

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

	

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

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

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