@charset "UTF-8";

/*footer------------------------------------------------------------------------*/

#footer{
	display:block; clear: both;
	width:100%;
	height:113px;
	margin:0 auto;
	background: url(../../common/img/bg_footer001.gif) left bottom repeat-x;
}

/*footerNav------------------------------------------------------------*/


/*footerContents--------------------------------------------------*/

#footerContents{
	position:relative;
	width:830px;
	margin:0 auto;
}

#footerContents #footerNav {
        position: relative;
	display:block;
        left: 48%;
	padding:20px 0 34px 0;
	/* width: 48em; 576*/
	margin:0 auto;
        float: left;
        clear: both;
}

#footerContents #footerNav li{
        position: relative;
	float:left;
        left: -50%;
	padding:0 10px;
	background: url(../../common/img/icon_f-nav001.gif) right center no-repeat;
}


#footerContents #footerNav .lastChildren{
	background-image:none;
}


/*----------------------------------------------footerContents end*/


/*--------------------------------------------------------footerNav end*/


/*siteInfo-------------------------------------------------------------*/

#siteInfo {
        width: 830px;
        margin-right: auto;
        margin-left: auto;
	float:left;
	display:inline-block;
	font-size:10px;
        clear: both;
}

#siteInfo a,
#siteInfo a:link,
#siteInfo a:visited,
#siteInfo a:focus,
#siteInfo a:active,
#siteInfo a:hover{
	color: #666666;
	text-decoration: underline;
}

#siteInfo li{
	float:left;
	margin-right:20px;
}


/*---------------------------------------------------------siteInfo end*/


/*copyright------------------------------------------------------------*/

#copyright{
        position: relative;
	float:right; text-align: right;
	font-size:10px;
        clear: right;
}

/*--------------------------------------------------------copyright end*/



/*--------------------------------------------------------------------footer end*/

