<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 */

*{
	margin: 0;
	padding: 0;
}

body{
	color:#936;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

li{
	list-style:none;
}

img{
	border: 0;
	vertical-align: bottom;
}

#wrapper{
	width: 920px;
	height:1150px;
	margin: 0 auto;
	padding: 0 ;
	
}

#header{
	width: 840;
	height: 110px;
	margin-left: 80px;
	position:relative;	
}

#header h1{
	float:left;
}

#header ul#menu_navi{
	width: 575px;
	height: 40px;
	position: absolute;
	margin-top: 55px;
	right: 100px;
}

#header ul li{
	float:left;
}


#page_body{
	width:720px;
	height: 970px; 
	margin-left: 100px;
	padding-bottom: 20px;
}






#footer{
	width:920px;
	margin: 0 auto;
	
}

	




p{
	margin-top:0px;
}
</pre></body></html>