@charset "utf-8";

html {
	height:100%;
}
body {
	background-image: url(../img/global/bg_global.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "FOT-ロダン ProN M", "メイリオ", "MS PGothic", sans-serif, Osaka, "ヒラギノ角ゴ Pro W3";
  -webkit-font-feature-settings: 'halt' 1; 
  font-feature-settings: 'halt' 1;
	font-size: 12px;
	line-height: 1.8;
	color: #333;
}
strong {
  font-family: "FOT-ロダン ProN B";
}
body > #wrapper > #container {
	height: auto;
}

#wrapper {
	padding: 0px;
	width: 860px;
	height: 100%;
	min-height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container {
	width: 860px;
}

#header {
	background-image: url(../img/global/head_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}
#header_logo {
  height: 61px;
  width: 504px;
  float: left;
  padding-top: 21px;
  background-image: url(../img/global/logo_bg2.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#header_img {
	float: left;
	height: 82px;
	width: 356px;
}
#header_menu {
	height: 41px;
	clear: both;
	overflow: hidden;
	background-color: #FFF;
}
#header_menu ul li {
	float: left;
}
#contents {
	background-color: #FFF;
}
.inner-780{
  width: 780px;
  margin: 0 auto 50px;
  overflow: hidden;
}
.inner_m50 {
	margin-right: 50px;
	margin-left: 50px;
	font-size: 15px;
  overflow: hidden;
}
.inner_m30 {
	margin-right: 30px;
	margin-left: 30px;
	font-size: 15px;
  overflow: hidden;
}

.inner_m50 h2 {
	margin-bottom: 30px;
}

.inner_m50 p {
	margin-bottom: 20px;
}


.sub_inner {
	font-size: 16px;
	line-height: 1.8em;
}


/*
#container a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)"; 
} 

*/

.size_10 {
	font-size: 10px;
}
.size_11 {
	font-size: 11px;
}
.size_14 {
	font-size: 14px;
	line-height: 1.8em;
}
.size_14b {
	font-size: 14px;
	font-family: "FOT-ロダン ProN B";
	line-height: 1.8em;
}
.size_16 {
	font-size: 16px;
	line-height: 2em;
}
.size_16b {
	font-size: 16px;
	font-family: "FOT-ロダン ProN B";
	line-height: 2em;
}
.size_18b {
	font-size: 18px;
	font-weight: bolder;
	line-height: 1.8em;
}
.fontB {
	font-family: "FOT-ロダン ProN B";
}
strong,
.fontMB {
	font-family: "FOT-ロダン ProN B";
}


.size_M {
	font-size: medium;
}

.size_L {
	font-size: large;
	font-weight: bolder;
	line-height: 1.8em;
}
.size_XL {
  font-family: "FOT-ロダン ProN EB";
	font-size: x-large;
	font-weight: bolder;
	line-height: 1.8em;
}
.size_200 {
	font-size: 200%;
	font-weight: bolder;
	line-height: 1.8em;
}


.title01 {
	margin-bottom: 5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	line-height: 150%;
	font-weight: bold;
}
.title02 {
	margin-bottom: 40px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	line-height: 150%;
  font-family: "FOT-ロダン ProN B";
  font-size: 18px;
}
.title02 span {
  font-size: 15px;
  display: inline-block;
  padding-left: 30px;
  font-family: "FOT-ロダン ProN DB";
}


.color_red {
	color: #D70C24;
}


.line10 {
	background-image: url(../img/global/dot_1.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 10px;
	clear: both;
}
.line20 {
	background-image: url(../img/global/dot_1.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 20px;
	clear: both;
}

.line30 {
	background-image: url(../img/global/dot_1.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 30px;
	clear: both;
}

.margin0_50 {
	margin-bottom: 50px !important;
}
.margin0_40 {
	margin-bottom: 40px !important;
}
.margin0_30 {
	margin-bottom: 30px !important;
}
.margin0_25 {
	margin-bottom: 25px !important;
}

.margin0_20 {
	margin-bottom: 20px !important;
}
.margin0_15 {
	margin-bottom: 15px !important;
}
.margin0_10 {
	margin-bottom: 10px !important;
}
.margin0_5 {
	margin-bottom: 5px !important;
}
.margin20_20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.margin15_15 {

	margin-top: 15px;
	margin-bottom: 15px;
}
.margin10_10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.margin5_5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.pad_R_20 {
	padding-right: 20px;
}
.pad_R_30 {
	padding-right: 30px;
}
.float_L {
	float: left;
}
.floatimg_L_20 {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

.floatimg_L_30 {
	float: left;
	padding-right: 30px;
	padding-bottom: 10px;
}
.floatimg_R_20 {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}
.floatimg_R_30 {
	float: right;
	padding-left: 30px;
	padding-bottom: 10px;
}
span.point_bl {
	font-size: 85%;
	background-color: #6A80B3;
	margin-right: 8px;
	border-radius: 4px;
	color: #FFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: "FOT-ロダン ProN M";
}

.ar1 {
	background-image: url(../img/global/arrow_2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}


#title_area {
  background-image: url(../img/global/title_bg.gif);
  background-repeat: repeat;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  overflow: hidden;
  height: 260px;
}

#title_area_event {
	background-image: url(../img/global/title_bg.gif);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	overflow: hidden;
}



/* 　トップスライダー（フェーダー）　*/
#topslide {
	height: 172px;
	width: 583px;
	float:left;
	margin: 0px;
	background-color: #FFF;
}
#topslide ul#fader {
	position: relative;
}
ul#fader li {
	position: absolute;
}
#fader img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topslide_full {
	background-color: #FFF;
	overflow: hidden;
}
#topslide_full ul#fader {
	position: relative;
}


/*　トップスライダー　ここまで　*/


#top_banner {
	float: left;
	width: 277px;
	height: 172px;
	background-color: #FFF;
}
#search_area {
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}

#search_box_1 {
	background-image: url(../img/home/search_bg01.png);
	float: left;
	height: 129px;
	width: 215px;
	background-repeat: no-repeat;
	padding-top: 43px;
	padding-left: 20px;
}
#search_box_1 input.keyword {
	height: 18px;
	width: 150px;
	margin: 0px;
	vertical-align: top;
	padding: 0px;
}
input.off {
	color: #999;
}


#search_box_2 {
	background-image: url(../img/home/search_bg02.png);
	float: left;
	height: 129px;
	width: 222px;
	background-repeat: no-repeat;
	padding-top: 43px;
	padding-left: 13px;
}
#search_box_2 ul li {
	display: block;
	float: left;
	width: 47px;
	margin-right: 8px;
}
#search_box_2 li img {
  margin-bottom: 7px;
}

#search_box_3 {
	background-image: url(../img/home/search_bg03.png);
	float: left;
	height: 129px;
	width: 370px;
	background-repeat: no-repeat;
	padding-top: 43px;
	padding-left: 20px;
}
#search_box_3 ul li {
	display: block;
	float: left;
	width: 72px;
	margin-right: 20px;
}
#search_box_3 li img {
	margin-bottom: 3px;
}
#sidemenu {
	float: left;
	width: 200px;
	padding-bottom: 40px;
	padding-right: 40px;
}
.teikei {
	background-image: url(../img/global/side_teikei_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	width: 180px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
#sidemenu ul.sidelink {
	margin-bottom: 20px;
	font-weight: bold;
}
#sidemenu .sidelink li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 3px;
}

#sidemenu ul.sidelink li a:link{
	background-image: url(../img/global/arrow_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	line-height: 27px;
	padding-top: 1px;
	display: block;
	text-decoration: none;
}
#sidemenu ul.sidelink li a:visited {
	background-image: url(../img/global/arrow_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	line-height: 27px;
	padding-top: 1px;
	display: block;
	text-decoration: none;
}
#sidemenu ul.sidelink li a:hover {
	background-image: url(../img/global/arrow_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	line-height: 26px;
	padding-top: 2px;
	display: block;
	background-color: #FFFAE6;
	text-decoration: underline;
}

#main {
	float: left;
	width: 620px;
	padding-bottom: 40px;
}
#topic {
	background-image: url(../img/home/title_topic.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 170px;
	margin-bottom: 10px;
	line-height: 20px;
	padding-left: 130px;
	font-weight: bold;
	color: #FF0;
}

#footer {
	background-image: url(../img/global/bg_footer.png);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
	padding-top: 45px;
	padding-bottom: 15px;
}
#footer_content {
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer .foot_menu1 {
	float: left;
	width: 180px;
}
#footer .foot_menu2 {
	float: left;
	width: 140px;
}
#footer .foot_menu3 {
	float: left;
	width: 140px;
	margin-right: 20px;
}
#footer .foot_add {
	float: left;
	width: 380px;
	line-height: 1.6em;
}
#home_bn {
	margin-top: -20px;
	margin-bottom: 30px;
}
#home_bn p {
	margin-bottom: 10px;
}


#kuchikomi {
	background-image: url(../img/global/kuchikomi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
	padding-left: 246px;
	margin-bottom: 17px;
}
.box_grad {
	background-image: url(../img/global/bg_gradation.png);
	background-repeat: repeat-x;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#slider {
	width: 580px;
}

.car_slide {
	height: 178px;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.car_box {
	font-size: 11px;
	text-align: center;
	padding: 10px;
	height: 155px;
	width: 160px;
	background-color: #FFF;
	border: 1px solid #CCC;
	line-height: 150%;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.price {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 105%;
}
ul.loan_info li {
	margin-bottom: 10px;
}
table.table1{  
}
.table1 td, .table1 th {
  border-bottom: 1px dotted #7E7E7E;
  padding: 0.5rem;
  line-height: 1.5;
}
.stafftable {
  font-size: 13px;
  line-height: 1.5;
}
.stafftable td {
  text-align: center;
  padding-bottom: 3rem;
}
.stafftable img {
  margin-bottom: 0.5rem;
}
