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

* {
	margin: 0;
	padding: 0;
}

body {
	align : center;
	text-align : center;

	padding-top: 0px;
	padding-bottom:0px;

	background-color: #12377D;

	background-image:url("base01.jpg");
	background-repeat: repeat-x;

	scrollbar-base-color : #fff;
	scrollbar-face-color : #f7fbff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color : #01669c;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color :#fff;
	scrollbar-highlight-color : #95caff;
	scrollbar-shadow-color : #95caff;
}

#full{
	position:absolute;


	left: 50%;  
	height: 100%;  

	width: 860px;

	margin-left: -430px;
  
}



#contop {
	background-image:url("top.png");

	text-align : center;
	width: 854px;
	height: 16px;
}


#contents {
	background-image:url("body.png");

	text-align : center;
	width: 854px;
	height: 1070px;

	margin: 0px 0px 0px 0px;
	/margin: -2px 0px 0px 0px;
	padding: 0px 0px 20px 0px;

}


#center {
	float:left;
	text-align : center;

	width: 850px;

	margin: 15px 0px 20px 0px;
}

#bottom {
	position:relative; top:10px;
	/position:relative; top:0px;

	text-align : center;

	width: 840px;
	height: 50px;


	margin: 0px 0px 0px 7px;
	/margin: 0px 0px 0px 0px;
}


#footer {
	position:relative; top:10px; left:10px

	background-color: #10367B;
	font-size : 8pt;
	color : #aaa;
	font-weight : normal;
	letter-spacing : 2pt;
	text-align : center;
	margin: 0px 0px 50px 0px;
}


/*-----------------------*/



.hedgrp	{
	float:left;
	background-image:url("stuffroom.jpg");

	width: 800px;
	height: 32px;
	margin: 0px 0px 30px 25px;
	/margin: 0px 0px 30px 25px;

}  



.txt	{
	float:left;
	width: 750px;

	font-size : 9pt;
	color : #324564;
	font-weight : normal;
	letter-spacing : 1pt;
	text-align : left;
	margin: 7px 0px 0px 80px;
	/margin: 5px 0px 10px 60px;
}  

.txt2	{
	float:right;
	width: 700px;

	text-align : left;

	font-size : 9pt;
	color : #324564;
	font-weight : normal;
	letter-spacing : 1pt;

	margin: 10px 0px 0px 0px;
	/margin: 10px 0px 0px 0px;
} 



.voice	{
	float:left;

	width: 708px;
	height: 178px;

	background-image:url("voicebase.jpg");

	margin: 0px 0px 20px 70px;

}  


.voicegrp	{
	float:left;

	width: 150px;
	height: 150px;

	margin: 10px 10px 0px 10px;

}  

.voicebox	{
	float:left;

	text-align : left;

	font-size : 9pt;
	color : #324564;
	font-weight : normal;
	letter-spacing : 1.5pt;
	line-height:16pt;


	width: 460px;
	height: 100px;

	margin: 0px 0px 0px 10px;

}  

.voicename	{
	float:left;

	text-align : right;

	font-size : 9pt;
	color : #324564;
	font-weight : normal;
	letter-spacing : 1.5pt;
	line-height:16pt;

	border-bottom: dotted 2px #A18E46;

	width: 500px;
	height: 20px;

	margin: 12px 0px 10px 0px;

}


.voicetxt	{
	float:left;

	text-align : left;

	font-size : 9pt;
	color : #3D330C;
	font-weight : normal;
	letter-spacing : 1.5pt;
	line-height:14pt;

	width: 460px;

	margin: 0px 0px 0px 10px;

}




/*------------その他------------*/


a:link,a:visited{
	color:#324564;
	text-decoration:none;
}

a:hover{
	color:#324564;
	text-decoration:underline;
}

a img{
	border:none 0;
	padding:0;
	margin:0;
}


</pre></body></html>