@charset "utf-8";

/*
Site Name: 
Description: footer
*/

/* footer
----------------------------------------- */
#footer{
	clear: both;
	width: 950px;
	margin: 0 auto 10px;
	background-image: url(../img/css/footer_top_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: left;
	font-size: 88%;
	position: relative;
}
#contents #footer{
    margin-left:40px;
}
#copyright{
	clear: both;
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	font-size: 88%;
	padding-bottom: 20px;
}
#contents #copyright{
    margin-left:40px;
}
#footer-article{
	_width: 950px;
	margin-top: 25px;
	padding-bottom: 30px;
	background-image: url(../img/css/footer_foot_bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-left:10px;
}

#footer #footer-article ul{
	float: left;
	width: 150px;
	border-left: 1px solid #DFE6E8;
	padding-right: 5px;
}

#footer #footer-article ul li{
    background-image: url(../img/footer-icon-li.gif);
	background-position: 10px 6px;
	background-repeat: no-repeat;
	margin: 5px 0;
	line-height: 1.5em;
	padding-left:20px;
}
#footer #footer-article p{
	float: right;
	color: #5E7F8C;
}

#footer #footer-article p#ashika-text{
	clear: right;
	width: 225px;
	margin-top: 10px;
	padding-right: 18px;
}

#footer #footer-article p#pagetop{
    position:absolute;
    bottom:55px;
    right:18px;
}

#copyright ul{
    float: left;
	clear: left;
	border: none;
	margin-right: 0px;
}

#copyright ul li{
    background-image: none;
	float: left;
	margin-right: 10px;
}

#copyright p{
	_margin-top: 9px;
	float: right;
	color: #5E808C;
}

*:first-child+html #copyright p{
	margin-top: 9px;
}

#copyright p img{
	margin-left: 5px;
}

#copyright p#copy{
	margin: 9px 10px 0 0;
}

#copyright strong{
	font-weight: bold;
}