
/*-----------------------------
	フッター
-----------------------------*/
#l_footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../image/footer_bg.jpg);
    background-repeat: repeat;
    padding-top: 30px;
    padding-bottom: 80px;
}
#footer {
	width: 976px;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#footer_title {
	width: 234px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#open_bt a {
	display: block;
	background-color: #EBEBEB;
	text-align: center;
	font-weight: bold;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	padding-top: 3px;
	background-image: url(../image/foot_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 285px 10px;
}
.footer_box {
	width: 100%;
	border-radius: 5px;
	display: none;
	margin-top: 20px;
}

#coppyright {
	width: 976px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	text-align: right;
	font-size: 14px;
	line-height: 170%;
}

#footer_inner1 {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}
#footer_inner1_left {
	width: 580px;
	float: left;
}
#footer_inner1_right {
	width: 290px;
	float: right;
}


#f_info_box {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
#f_info_box h5 {
	background-color: #222934;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 12px;
}
#f_info_box p {
	font-size: 12px;
	line-height: 150%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#f_info_box p span.large{
	color: #2559C9;
	font-size: 14px;
	font-weight: bold;
}
#f_info_box p span{
	color: #2559C9;
}
#f_info_box p.right {
	text-align: right;
}
#f_info_box p.center {
	text-align: center;
}
#inner_box {
	width: 290px;
	margin-right: 20px;
	float: left;
}
#inner_box.last {
	margin-right: 0px;
}
