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


div#wrapper{
	margin:  auto;

	text-align: left;
	width: 100%;
	line-height: 1.8;
}

div#wrapBg{
	border-top: 1px solid #ccc;
}

div#header{
	width: 1080px;
	margin: auto;
	text-align: left;
}

div#header h1{
	float: left;
	width: 300px;

}

div#header ul#gNavi{
	float: right;
	margin-bottom: auto;
	padding-bottom: auto;		
}

ul#gNavi li{
	display: block;
	float: right;
	border-left: 1px solid #dedede;
}

ul#gNavi li.firstItem{
	border-right: 1px solid #deded;
}
ul#gNavi li img{
	vertical-align: bottom;
}

ul#gNavi li.lastItem{
	margin-left: auto;
}

div#header ul#gNavi li a{
	font-family:fantasy;
    font-size: 14px;
	color: #696969;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 30px 13px;
}

/* FOOTER �t�b�^�[�𕝂����ς��ɂ���ׂ̃{�b�N�X*/

#footerbg {  
position:center;
background-image: url(../img/bg-green.gif);  
width:100%;  
margin-right:0 auto ;  
margin-left:0 auto ; 
min-width:1040px;  
background-repeat: repeat-xy; 
text-align:center;
}


/* �t�b�^�[*/

#footer {  
position:center;
width: 100%;  
margin-right:0 auto ;  
margin-left:0 auto ; 
}

div#footer p#copyright{
	text-align: center;
	padding:auto;
	color: #88b759;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif!important;
}
</pre></body></html>