<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("header.css");
@import url("common.css");

/*Footer Start*/
footer {
	clear:both;
	background-color:rgba(249,248,248,1.00);
	color:#555;
	width:100%;
	
	border-top: 10px solid rgba(100,183,48,1.00);
	box-shadow: 0 6px 3px -3px #cccccc inset;
	
	height:140px; 
	margin-top:0;
	margin-bottom:0;
}

.footer-in{
	width:980px;
	height:120px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	padding-top:0;
	padding-left:0px;
	padding-bottom:0;
	
	display: flex;
	justify-content:space-between;
	align-items: center;
}

/* 繝輔ャ繧ｿ繝ｼ繝翫ン */
.footer-navi{
	width:600px;
	margin:0 0 0 10px;
	padding:0 0 0 0;
}
.footer-navi ul{
	padding-top:0px;
	padding-left:0;
	margin:0 auto;
	line-height: 28px;
}
.footer-navi li{
	list-style:none;
	background:url(../images/snavi-icon.gif) no-repeat 0 7px;
	float:left;
	font-size:14px;
	padding-left:20px;
	margin-right:30px; /*50px*/
}

.footer-info{
	float:right;
	width:210px;
	height:auto;
	font-size: 12px;
	text-align:left;
	margin-top:0;
	margin-right:20px; /*20px*/
	padding-bottom:0px;
	line-height:0;
}
.footer-info p{
	font-size: 20px;
	font-weight: bold;
	line-height:32px;
	
}


/* 繧ｳ繝斐�繝ｩ繧､繝� */	
.copyright{
	background: rgba(100,183,48,1.00);
	height:60px;
	width:100%;
	margin:0;
	padding:0;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	color:#fff;
	font-size:10px;
	text-align:right;
}
.copyright p{
	width: 920px;
	margin:0 auto;}
/*Footer End*/

/* 蜈ｨ菴馴Κ蛻��縺ｿ莉･荳九↓險倩ｿｰ */
html, body{ height:100%;}

body{
	margin:0;
	padding:0;
	background-color: #f9f8f7;
	color: #555;
	
	/* 蜷�ヶ繝ｩ繧ｦ繧ｶ豈弱↓險ｭ螳夲ｼ育ｵｱ荳蛹厄ｼ� */
	font-family: 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3',
 Meiryo, '繝｡繧､繝ｪ繧ｪ', sans-serif;  /* beroe verdana,"繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","Osaka","�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け","MS PGothic","Sans-Serif" */
	font-size:16px; /* 繝�せ繝域欠螳� */
	line-height: 150%;  
}
/*IE8蜷代￠*/
html&gt;/**/body body{font-family:'繝｡繧､繝ｪ繧ｪ',Meiryo,'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3','�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け','MS PGothic', sans-serif; }

* + html body {  
    font-family: "繝｡繧､繝ｪ繧ｪ","Meiryo";  
	
}

*{margin:0; padding:0; } 

a{text-decoration:none;}
a:link{color:#555;}
a:visited{color:#555;}
a:hover{color:#64BAB1;}
a:active{color:#e4f0eb;}
a:hover img{ /*20140411up*/
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: 窶彗lpha( opacity=60 )窶�;
}

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

#container{
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	padding:0;
	position:relative;
	text-align:left;
	width:100%;
	min-width:1160px;
	height:auto;
	height:100%;
	min-height:100%;
}
/*Function*/
.LastSpace{margin-bottom:24px;}</pre></body></html>