@charset "utf-8";
@import "blog_css.css";
@import "decoration.css";
@import "lightbox.css";

/* common
---------------------------------------------------------------------------------*/
html {
	overflow-y:scroll;
}
body {
	font:13px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    *font-size:small;
    *font:x-small;
	color:#333;
	margin:0;
	padding:0;
	overflow:visible;
	background:url(../img/base/bg.gif) repeat-x;
	background-color:#e3e3e3;
}
h1, h2, h3, h4, h5, h6, p, address,
li, dl, dt, dd,
caption, th, td, img {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 93%;
	line-height:160%;
	text-align: left;
	list-style-type: none;
}
td {font-size:13px;}
.kensaku{
	background:url(../img/top/info_9.gif) no-repeat;
	height:213px;
	width:226px;
	padding:143px 307px 0 18px;
}
.kensaku dt{
	margin:10px 0 0 0;
	font-weight:bold;
	line-height:100%;
}
.btn_kensaku{
	margin:6px 0 6px 40px;
}
.kensaku form{
	background-color:#FFF;
	padding:1px 15px 0px
}
ul,ol,
table,form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	list-style-type: none;
}
a { outline:0; color:#4d82c4; text-decoration:none; }
a:hover { color:#f60; text-decoration:underline; }
a:active { color:#3c565c; }

img { vertical-align: bottom; }


/* decoration style [font size]
------------------------------------------------------------*/
.text09 { font-size:69%; }
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }
.font16_B {
	font-size: 16px;
	line-height: 160%;
	font-weight: bold;
}
/* clearFix
------------------------------------------------------------*/
.clearfix { zoom:100%; }
.clearfix:after {
	content: url(../img/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}

/* hr style
------------------------------------------------------------*/
.clear { clear:both; }
.clear hr { display:none; }
hr.hr_style_01 {
	margin:15px 0;
	padding:0;
	height:1px;
	border:none;
	border-top:#999 solid 1px;
}
hr.hr_style_01 {
	margin:15px 0;
	padding:0;
	height:1px;
	border:none;
	border-top:#999 solid 1px;
}
hr.hr_style_02 {
	margin:15px 0;
	padding:0;
	height:1px;
	border:none;
	visibility:hidden;
}

/* text decoration
------------------------------------------------------------*/
.txtcenter { text-align:center; }
.bold { font-weight:bold; }
.bold_normal { font-weight:normal; }
.red { color:#C00;}
.blue { color:#09c;}
.blue2 { color:#03F}
.green { color:#690;}
.white { color:#fff;}
.gray1{ color:#666666}
.gray2{ color:#999999}
.f_left { float:left; }
.mrg_0auto { margin:0 auto; }
.mrg_tb15 { margin:15px 0; }
.mrg_tb5 { margin:5px 0; }
.mrg_t10 { margin-top:10px; }
.mrg_t20 { margin-top:20px; }
.mrg_t30 { margin-top:30px; }
.mrg_t35 { margin-top:35px; }
.mrg_b5 { margin-bottom:5px; }
.mrg_b10 { margin-bottom:10px; }
.mrg_b20 { margin-bottom:20px; }
.mrg_b30 { margin-bottom:30px; }
.mrg_b35 { margin-bottom:35px; }
.mrg_l5 { margin-left:5px; }
.lik_s{ line-height:110%;}

/* common layout
---------------------------------------------------------------------------------*/
#container {
	width:850px;
	margin:0 auto 15px;
}
#re_header_top {
	padding:8px 0;
	background:url(../img/main/header0130.gif) no-repeat;
}
#contents_top {
	height: 12px;
	background: url(../img/main/contents_top0130.gif);
}
#contents {
	background: url(../img/main/contents_back0130.gif);
}
#maincontent {
	width:800px;
	margin:0 auto;
}
#leftcol {
	float:left;
	width:260px;
}
#maincol {
	float:left;
	width:540px;
}
#footer {
	background: url(../img/main/contents_footer0130.gif);
	height: 30px;
}

/* header decoration
---------------------------------------------------------------------------------*/
h1 {
	font-size:93%;
	font-weight:bold;
	margin: 0px 0 0 10px;
	color: #666;
	float: left;
}
ul#headeruppermenu {
	border-left:#666 solid 1px;
	margin:0 0 0 330px;
}
ul#headeruppermenu li {
	float:left;
	padding:0 15px;
	border-right:#666 solid 1px;
}
.headermenu {margin-left:10px; margin-top:5px;}
.headermenu li {
	float:left;
	margin:0 3px;
}

/* footer decoration
-------------------------------------------------------*/
#under_info {
	width: 800px;
	margin:0 auto;
	padding-top: 50px;
	text-align:center;
}

/* leftcol decoration
-------------------------------------------------------*/
#leftcol ul {margin:5px 0;}
#leftcol li {margin-bottom:3px;}

/* maincol decoration
-------------------------------------------------------*/

.title_underbar_red {
	font-size:108%;
	color: #FFFFFF;
	text-indent: 15px;
	font-weight: bold;
	padding:5px 0;
	margin-bottom:10px;
	background-color: #FF4658;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.title_underbar_1 {
	color: #666666;
	text-indent: 15px;
	font-weight: bold;
	font-size:108%;
	padding: 5px 0;
	background-color: #F5F5F5;
	border-top: 3px solid #4367c5;
	border-bottom: 1px solid #4367c5;
	margin-bottom:20px;
}
.title_underbar_o {
	color: #FFFFFF;
	text-indent: 15px;
	font-weight: bold;
	vertical-align: middle;
	font-size:108%;
	padding: 5px 0;
	margin-top: 10px;
	background-color: #FF6600;
}
.boder_ttl_01 {
	border:#4367c5 solid 1px;
	background:#d2f0ff;
	font-weight:bold;
	font-size:108%;
	padding:5px 10px;
	margin:10px 0 0;
	width:500px;
}
.title_underbar {
	color: #FFFFFF;
	text-indent: 15px;
	font-weight: bold;
	font-size:108%;
	padding:5px 0;
	background-color: #4367c5;
}
.ttl_style_01 {
	font-weight:bold;
	margin:15px 0 5px;
}
.ttl_style_01 span {
	color:#C00;
	margin-right:5px;
}
.list_style_disc li {
	margin-left:20px;
	list-style:disc;
}
.list_style_square {
	margin:10px 0 15px 10px;
}
.list_style_square li {
	margin-left:20px;
	list-style:square;
}
.title {
	margin: 20px 0px 0px;
	padding: 5px 5px 30px 0px;
	color: #000;
	font-weight: bolder;
	width: 550px;
}
.red_ff0000 {
	COLOR: #FF0000;
	line-height: 150%;
}
.tbl {
	width: 800px;
	margin: 0 auto;
}

.yobi a{
	display:block;
	background:url(../img/top/staff_blogtop.gif) no-repeat;
	height:250px;
	width:256px;
	text-indent: -9999px;
}

.yobi a:hover{
	background:url(../img/top/staff_blogtop.gif) no-repeat;
	background-position: 0 -250px;
}

.yobi2 a{
	display:block;
	background:url(../img/top/sarbis.jpg) no-repeat;
	height:250px;
	width:256px;
	text-indent: -9999px;
}

.yobi2 a:hover{
	background:url(../img/top/sarbis.jpg) no-repeat;
	background-position: 0 -250px;
}
.yobi3 a{
	display:block;
	background:url(../img/top/gasorin.jpg) no-repeat;
	height:250px;
	width:256px;
	text-indent: -9999px;
}
.yobi3 a:hover{
	background:url(../img/top/gasorin.jpg) no-repeat;
	background-position: 0 -250px;
}
.sidemenu {
	width: 260px;
	vertical-align: top;
}
.sidemenu img {margin: 2px 0 2px 0px;}
#pankuzu {margin: 0 0 10px 0px;}
.yoyakubutton {
	width: 500px;
	margin: 8px 0 40px 0px;
	text-align: right;
}

/* table decoration
---------------------------------------------------------------------------------*/
.table_info {
	border-collapse:collapse;
	margin:15px 0 25px;
	width:540px;
}
.table_info th {
	font-size:100%;
	font-weight:bold;
	border:#ccc solid 1px;
	/*border-left:none;*/
	width:100px;
	height:50px;
	padding: 8px;
}
.table_info td {
	padding-left:10px;
	border:#ccc solid 1px;
	/*border-right:none;*/
}
.table_car_model {
	text-align:left;
	width:370px;
	margin:0 auto;
}
.table_car_model th {
	font-size:120%;
	font-weight:bold;
	color:#555555;
	width:30%;
}
.table_car_model td {
	font-size:121%;
	padding: 3px 25px;
}
.table_car_model .redPrice {
	font-weight:bold;
	color:#F33;
	font-size:16px;
}
.table_corp_info th {
	font-weight:bold;
	vertical-align:top;
	padding:5px 0 10px;
	border-bottom:#CCC solid 1px;
}
.table_corp_info td {
	vertical-align:top;
	padding:5px 0 10px;
	border-bottom:#CCC solid 1px;
}
.table_car_demo {
	margin:20px 0;
	border-collapse:collapse;
}
.table_car_demo th {
	background:#e5e5e5;
	width:100px;
}
.table_car_demo th,
.table_car_demo td {
	padding:10px;
	border-top:#999 solid 2px;
	border-bottom:#999 solid 2px;
}
.table_style_01 {
	border-collapse:collapse;
	margin:10px 0 15px;
	width:510px;
}
.table_style_01 td {
	border:#999 solid 1px;
	padding:5px 7px;
}

/*
----------------------------*/
.left20{margin-left:20px;}
.auto_m{
	margin-left:auto;
	margin-right:auto;
}

/*幅指定
----------------------------*/
.wid500{width:500px;}
.wid450{width:450px;}