@charset "UTF-8";

#wrapper{
	width: 960px;
	margin: 0 auto;
}

.main{
	width:700px;
	margin:9px 30px 0 0;
	float:left;
}

.side{
	width:230px;
	float:left;
}

.l-box {
	overflow: hidden;
}

.l-boxl {
	float: left;
}

.l-boxr {
	float: right;
}



/* header */

h1{
	font-size:83%;
	color:#545454;
	margin-top:10px;
	float:left;
}

.header_contact{
	float:right;
}

.header_logo{
	margin:5px 0 10px;
}

h2{
	float:left;
}

.header_tel{
	margin-top:10px;
	float:right;
}


/* global Navi */

.global_navi_wrap {
	clear: both;
	border-bottom:#CCCCCC solid 3px;
	margin-bottom:40px;
}

.global_navi_wrap ul {
	width: 960px;
	height: 50px;
}

.global_navi_wrap ul li {
	height: 50px;
	float: left;
}

.global_navi_wrap ul li a {
	display: block;
	background: url(../img/global_navi.gif) no-repeat;
	width: 195px;
	height: 50px;
	text-indent: -9999px;
}

.global_navi_wrap ul li.navi_about a {
	width: 196px;
	background-position: 0 0;
}

.global_navi_wrap ul li.navi_borrower  a {
	width:228px;
	background-position: -196px 0;
}

.global_navi_wrap ul li.navi_owner  a {
	width:256px;
	background-position: -424px 0;
}

.global_navi_wrap ul li.navi_faq  a {
	width:161px;
	background-position: -680px 0;
}

.global_navi_wrap ul li.navi_company  a {
	width:119px;
	background-position: -841px 0;
}

.global_navi_wrap ul li.navi_about a:hover {
	width: 196px;
	background-position: 0 -50px;
}

.global_navi_wrap ul li.navi_borrower  a:hover {
	background-position: -196px -50px;
}

.global_navi_wrap ul li.navi_owner  a:hover {
	background-position: -424px -50px;
}

.global_navi_wrap ul li.navi_faq  a:hover {
	background-position: -680px -50px;
}

.global_navi_wrap ul li.navi_company  a:hover {
	background-position: -841px -50px;
}


/* side */

.side_mb10{
	margin-bottom:10px;
}

.side_mb30{
	margin-bottom:30px;
}

.side .office_box{
	background:#B20000;
	padding:10px 5px 5px;
}

.side .office_inner{
	background:#FFF;
	margin-top:10px;
	padding:10px;
	font-weight:bold;
	line-height:16px;
}

.side .office_info_l{
	border-left:#B20000 solid 4px;
	padding-left:5px;
	float:left;
}

.side .office_info_r{
	float:right;
}

.side .info_border{
	border-top:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	margin:10px 0 10px;
	padding:10px 0 10px;
}

.side .day{
	color:#B20000;
}

.side .number{
	font-size:114%;
	color:#B20000;
}

.side_menu{
	background:url(../img/stripe_back.gif) repeat;
	padding:5px;
	margin-bottom:15px;
}

.side_company{
	background:#FFF;
	padding:20px;
}

.side .company_name{
	font-size:117%;
	font-weight:bold;
	color:#246CA7;
	margin-bottom:5px;
}

.side .side_company ul{
	margin-bottom:10px;
}

.side .side_company ul li{
	background:url(../img/list_black.gif) no-repeat left center;
	padding-left:15px;
}


/* footer */

.footer_navi{
	margin:60px 0 30px;
	text-align:center;
}

.page_up{
	text-align:right;
}

.footer{
	border-top:#AAAAAA solid 2px;
}

.footer_wrapper{
	width:960px;
	margin:20px auto 20px;
}

.footer_border{
	border-bottom:#DDDDDD solid 1px;
	padding-bottom:10px;
	margin-bottom:20px;
}

.footer_ttl{
	font-size:116%;
	font-weight:bold;
	margin-bottom:10px;
}

.footer .footer_wrapper ul li{
	background:url(../img/list_gray.gif) no-repeat left center;
	padding-left:15px;
	margin:0 20px 10px 0;
	float:left;
}

.footer .li_eria{
	width:150px;
}

.footer .li_etc{
	width:157px;
}

.copy{
	background:#0069AA;
	text-align:center;
	color:#FFF;
	padding:5px 0 5px;
}


/* clearfix */

.clearfix:before,.clearfix:after {
	content:"";
	display:block;
	overflow:hidden;
}

.clearfix:after {
	clear:both;
}

.clearfix {
	zoom:1;
}

.f-bold{
	font-weight: bold;
}