@charset "UTF-8";

#footer{
	border-top:4px solid #3b3b3b;
	text-align:center;
	font-size:11px;
}

.foot_box{
	width:960px;
	margin:0 auto;
	padding:29px 0;
	text-align:left;
}

.foot_box ul{
	float:left;
	list-style:none;
	width:192px;
	margin-bottom:15px;
}

.foot_box ul li{
	padding-bottom:3px;
}

.foot_box ul strong{
	color:#10ade2;
}

.foot_box a{
	text-decoration:none;
	color:#646464;
}

.foot_box a:hover{
	text-decoration:underline;
}

.foot_article{
	clear:both;
	text-align:center;
	padding:5px 0;
	border-top:1px dotted #d2d2d2;
	border-bottom:1px dotted #d2d2d2;
}

.foot_copy{
	text-align:center;
	margin:15px;
	color:#777;
	font-size:10px;
}

.foot_icon{
	float:right;
	margin:15px 0;
}

.foot_icon img{
	margin:0 5px;
}

.foot_icon .iroi{
	font-size:10px;
	display:inline-block;
	height:22px;
	vertical-align:bottom;
}




.toTop {
	background: none;
	line-height: 100%;
	text-align: right;
}
.toTop a {
	background: url(../../images/common/icon_up_arrow.gif) no-repeat left center;
	padding: 0 0 0 16px;
}

