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



/*全体構造*/

body {
	color:#333333;
	font-family: Verdana,"ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-seri;
	font-size:100%;
	text-align:center;
	}

div#wrapper {
	width:986px;
	min-width:986px;
	margin:0 auto;
	text-align:left;
	}
	
/*ヘッダ*/

div#header {
	width:100%;
	height:142px;
	background:url(../../img/header-bg-01-01.jpg) repeat-x;
	}

/*ナビゲーション*/

div#nav {
	width:100%;
	height:56px;
	position:relative;
	background:url(../../img/nav-bg-01-01.jpg) repeat-x #f8f8f8;
	}


/*コンテンツ*/

div#content{
	width:986px;
	margin:0 auto;
	padding-top:15px;
	}




/*フッタ*/

div#footer {
	width:100%;
	background:#333333;
}	


div#copyright{
	width:100%;
	background:#4a4a49;
}	

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