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

@import "style.css";

/* Jquary globalMenu
------------------------------------ */


body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	color: #333333;
	line-height: 21px;
	height: 100%;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: none;
}


.midasi_blue {
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}

.midasi_red {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}


#l_culum {
	background-color: #7AAD43;
	display: table-cell;
	width: auto;
	height:100%;
	padding:0;
	background-repeat: no-repeat;
	float: left;
}

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