<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*Copyright 2010 FSFIELD All Rights Reserved.*/

/*layout*/
div#bg_footer01{background:#111 url(../img/bg_footer01.jpg) repeat-x 0 0;}
div#bg_footer_inner01{background:url(../img/bg_footer_inner01.jpg) no-repeat center 0;}

div#bg_footer02{background:url(../img/bg_footer02.jpg) repeat-x 0 0;}

div#footer_inner01{
	width:900px;
	overflow:hidden;
	margin:0 auto;
	padding:30px 0;
	position:relative;
	}
* html div#footer_inner01{text-align:left;}

div#footer_inner02{
	width:900px;
	overflow:hidden;
	margin:0 auto;
	padding:5px 0;
	}
* html div#footer_inner02{text-align:left;}

/*footer_navi01*/
ul.footer_navi01{
	width:167px;
	margin-right:15px;
	}

ul.footer_navi01 li{
	background:url(../img/ico_link01.gif) no-repeat 0 center;
	padding:0 0 0 20px;
	border-bottom:1px dotted #555;
	}
ul.footer_navi01 li a{color:#bbb;}
ul.footer_navi01 li a:hover{color:#8b8b8b;}

/*paragraph*/
p#logo{
	background:url(../img/h2_logo01.png) no-repeat 0 0;
	margin-bottom:0;
	width:154px;
	height:55px;
	position:absolute;
	right:0;
	bottom:20px;
	}
p#logo a{
	display:block;
	width:154px;
	height:55px;
	text-decoration:none;
	}
p#logo span{visibility:hidden;}

p#copyright{
	color:#FFBB4A;
	font-size:90%;
	margin-bottom:0;
	width:45%;
	float:left;
	}
p#keyword{
	color:#FFBB4A;
	font-size:90%;
	margin-bottom:0;
	width:45%;
	float:right;
	text-align:right;
	}
</pre></body></html>