<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 {
		margin: 0 auto;
		width: 770px;
		}
#block_header   {
		background-image: url("../IMAGE_LOGO/header_back.JPG");
		width: 770px;
		height:66px;
		margin-top:5px;
		}
#block_headerin  {
		width:700px;
		padding:10px;
		font-size:26px;
		font-weight:800;
		margin:15px
		}
#block_main  {
	width:770px;
	padding-left:10px;
}
.qubar       {
	width:770px;
	font-size:16px;
	font-family:"メイリオ";
	border-bottom:2px solid blue;
	padding:5px;
	margin-bottom:20px;
}
.contents        {
	width:770px;
	font-size:16px;
	font-family:"メイリオ";
	paddin-left:50px;
}
#end-bar     {
	width:100px;
	margin:auto;
}
.no_border   {
	border-style:none;
}
#block_footer   {
	width: 770px;
	padding: 10px;
	background-color:#000066;
	color:white;
	font-family:"メイリオ";
	font-size: 14px;
	text-align:center;
}
a        {color:white;font-size:14px;text-decoration:none;}
a:hover  {color:#FF00FF;text-decoration:none;}
a:active {color:#FF00FF;text-decoration:none;
}
</pre></body></html>