@charset "UTF-8";
/* footer */

#footer{
	background: #f7f7f5;
	font-size: 12px;
	width: 100%;
	position: absolute;
	bottom: 0;
}

	#footer_wrap{
		width: 980px;
		margin: 0 auto;
	}

	#footer_wrap .footer_box{
		height: 253px;
		margin-top: 40px;
		margin-right: 40px;
		float: left;
	}


	#footer_wrap .footer_box .footer_link_ttl{
		padding-bottom: 10px;
		border-bottom: 1px dotted #333;
		font-size:14px;
	}

	#footer_wrap .footer_box ul{
		margin-top: 10px;
		margin-left: 1em;
	}

	#footer_wrap .footer_box ul li{
		line-height: 1.7;
		text-indent: -1.0em;
		padding-bottom: 5px;
	}


	#footer_wrap .footer_left{
		float: left;
	}

	#footer_wrap .footer_right{
		float: right;
		width: 300px;
		margin-top: 40px;
	}

	#footer_wrap .footer_right .contact_cont .link_to_form{
		font-size: 20px;
		padding-top: 15px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #6da2b5;
	}

	#footer_wrap .footer_right .contact_cont .contact_txt{
		margin-top: 12px;
		font-size: 12px;
	}

	#footer_wrap .footer_right .contact_cont .link_to_form a{
		color: #6da2b5;
		padding-left:40px;
	}
	
	#footer_wrap .footer_right .footer_contact_ttl{
		background: url("../images/footer_contact_bg_top.png");
		background-repeat:no-repeat;
		color: #fff;
		height: 34px;
		padding-top: 12px;
		text-align:center;
		font-size: 16px;
	}

	#footer_wrap .footer_right .contact_cont{
		background: url("../images/footer_contact_bg_btm.png");
		background-repeat:no-repeat;
		padding: 0 15px;
		height: 114px;
	}

#footer_bottom{
	clear: both;
	padding-top: 100px;
	padding-bottom: 40px;
}

	#copy{
		float:right;
		line-height: 1em;
	}

	#footer_link li{
		float: left;
	}
	
	#footer_link li a{
		padding-left: 9px;
		padding-right: 9px;
		border-left: 1px solid #333;
		display: block;
		line-height: 1em;
	}

	.corp_site_icon{
		margin-right: 5px;
	}

	#footer_link .footer_link_last{
		border-right: 1px solid #333;
	}
