@charset "Shift_JIS";
/*------------------*/
body #footer{
    clear:both;
	width: 880px;
	margin: 0px auto;
	padding: 0px 0px 28px;
	text-align: center;
	font-size: medium;
	/*background-color:#FFFFFF;*/
}
body #footer * {
	font-style: normal;
	margin:0;
	padding:0;
	line-height: 110%;
}
body #footer img{
	border: 0;
}

body #footer #footer-mainbox{
@@display:inline;
	float: left;
	width: 660px;
	text-align:left;
	padding-top:13px;
	margin-left:10px;
	border-top: 1px solid #ACACAC;
}
body #footer #footer-logobox p{
    display:inline;
	float: right;
	width: 200px;
	text-align:right;
	padding-top: 17px;
	margin-right:10px;
	border-top: 1px solid #ACACAC;
}
body #footer #footer-mainbox #footerlist{
	font-size:63%;
}
body #footer  #footer-mainbox #footerlist li{
	display: inline;
}
body #footer #footercredit{
	margin-top: 7px;
}
body #footer #produceby{
	margin-right: 13px;
}
body #footer #copyright{
	padding-bottom: 1px;
}

/*------------------*/

body #footer a:link {
	color: #2828cd !important; 
	text-decoration: none !important;
}
body #footer a:visited {
	color: #701f9a !important;
	text-decoration: none !important;
}
body #footer a:active {
	color: #701f9a !important; 
	text-decoration: underline !important;
}
body #footer a:hover {
	color: #701f9a !important;
	text-decoration: underline !important;
}
/*------------------*/
/*--------------------------------------
flow clear 
--------------------------------------*/
body #footer:after{
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
body #footer{
	display: inline-table;
}
/* Hides from IE-mac \*/
* html body #footer{height: 1%;}
body #footer{display: block;}
/* End hide from IE-mac */
/*--------------------------------------
flow clear End
--------------------------------------*/

