@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;
	text-align: left;
	line-height: 180%;
}

a:link    {color:#660000;}
a:visited {color:#660000;}
a:active  {color:#660000;}
a:hover   {color:#000;}

body {
	font-size: 90%;
	line-height: 120%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family:"メイリオ", Osaka, "ヒラギノ角ゴ Pro W3";
	background-repeat:repeat-x;
	background-color:#333333;
	width: 100%;
}

#box_main {
	width:1030px;
	margin-left:auto;
	margin-right:auto;
	height: 7px;
	background-image: url(../img/common/wap_bg_top.gif);
	background-repeat:no-repeat;
	background-repeat:no-repeat;
	line-height:0;
	font-size:0;
	text-align: center;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size:1.6ex;
	text-align: left;
	color: #000000;
}

img {
    border: 0px;
}

.abc {
	line-height:0;
	font-size: 0;
	text-indent: -9999;
	height: 0px;
}

a:link    {color:#6a8d55;}
a:visited {color:#660000;}
a:active  {color:#0154fd;}
a:hover   {
	color:#666633;
}

.clear {clear: both;}

.nvi {
	margin-left:0px;
	margin-right: 0px;
}

h1 {
    margin:0px;
	padding:0px;
}
h2 {
    margin:0px;
	padding:0px;
}

h3 {
    margin:0px;
	padding:0px;
}

/* 文字装飾
---------------------------------------------------- */
.style1 {color: #FF3300}
.style2 {
	color: #009933;
	font-size:1.5ex;
	font-weight: normal;
}
.style3 {
	color: #FF3300;
	font-size:1.8ex;
	font-weight: normal;
}         

.style4 {
	color: #000000;
	font-size:1.6ex;
	font-weight: normal;
}

.style6 {
	color:#FF33FF;
	font-size: 1.8ex;
}

.style7 {color: #FF6600}

.style9 {
	color: #FF0000
}


/* レイアウト設定
---------------------------------------------------- */
#sh_top {
	width: 1030px;
	height:7px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/common/wap_bg_top.gif);
	background-repeat:no-repeat;
	line-height:0;
	font-size:0;
	text-align: center;
}

#sh_end {
	width: 1030px;
	height:15px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/common/wap_bg_end.gif);
	background-repeat:no-repeat;
	line-height:0;
	font-size:0;
}

#shadow {
	width: 1030px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/common/wap_bg.gif);
	background-repeat: repeat-y;
	height: auto;
}

#shadow_2 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#wraper {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-repeat: no-repeat;
	background-position: bottom;
}

#headbox {
	width:100%;
	background-image:url(../img/common/headbox_bg.gif);
	background-repeat:repeat-x;
	height: 67px;
}

#header {
	height: 67px;
	width: 1000px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-repeat:no-repeat;
}

#logo {
	float: left;
	padding-left: 0px;
	margin-top: 11px;
	height: 45px;
}

#main_img {
	width:1030px;
	height:200px;
	margin-left: auto;
	margin-right: auto;
}

#back_main {
    width:100%;
	height:200px;
	background-image: url(../img/common/main_image_bg_2.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
}

#main_img2 {
	width:1030px;
	height:400px;
	margin-left: auto;
	margin-right: auto;
}

#back_main2 {
    width:100%;
	height:400px;
	background-image: url(../img/common/main_image_bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
}



/*新着ページメイン画像
------------------------------*/
#main_img_news {
	width:1030px;
	height:200px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../img/news/main.png);
}

*html #main_img_news{
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}

/*メディア掲載情報メイン画像
------------------------------*/
#main_img_topics {
	width:1030px;
	height:200px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../img/news/main_2.png);
}

*html #main_img_topics{
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}

/*ラインナップページメイン画像
------------------------------*/
#main_img_lineup {
	width:1030px;
	height:200px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../img/lineup/main.png);
}

*html #main_img_lineup {
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}

/*初めての方へページメイン画像
------------------------------*/
#main_img_first {
	width:1030px;
	height:200px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../img/first/main.png);
}

*html #main_img_first {
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}

/*ショップ案内ページメイン画像
------------------------------*/
#main_img_shop {
	width:1030px;
	height:200px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../img/shop/main.png);
}

*html #main_img_shop {
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}

/*出発から返却まで
------------------------------*/
#main_img_flow {
	width:1030px;
	height:200px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../img/flow/main.png);
}

*html #main_img_flow {
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}

/*リムジンラインナップ
------------------------------*/
#main_img_limo {
	width:1030px;
	height:200px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../img/limo/main.png);
}

*html #main_img_limo {
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}

/*損害保険会社様へ
------------------------------*/
#main_img_insurance {
	width:1030px;
	height:200px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../img/sonpo/main.png);
}

*html #main_img_insurance {
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}

/*キャンペーン
------------------------------*/
#main_img_cp_open {
	width:1030px;
	height:200px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../img/cp/main.png);
}

*html #main_img_cp_open {
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}


/* ヘッダーナビ設定
---------------------------------------------------- */

#headernavi {
	margin-top: 27px;
	float: right;
	width: 327px;
	height: 20px;
}



#headernavi ul {
	font-size:12px;
	color:#333333;
}

#headernavi ul li {
	float:left;
	width: 81px;
	list-style-type: none;
}


/* グローバルナビ設定
---------------------------------------------------- */
#g_navi_box {
	width:790px;
	float:left;
	background-repeat:no-repeat;
	overflow: hidden;
}

#g {
	width:756px;
	margin-left: auto;
	margin-right:auto;
	clear: both;
}

#g_navi {
	width:756px;
	margin-left: auto;
	margin-right:auto;
	height: 81px;
	list-style-type: none;
	background-image:url(../img/common/g_navi_demo.jpg);
	font-size:8px;
}

#g_navi a span {
    display:none;
}

#g_navi li {
    float:left;
	width:84px;
}

#g_navi li a {
    display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 81px;
	padding-top: 81px;
	color: #FFFFFF;
	background-image:url(../img/common/g_navi_demo.jpg);
	background-repeat:no-repeat;
}

#g_navi a:hover, #g_navi a:visited{
    display:block;
	text-decoration:none;
}
#g_navi a:hover .setumei {
    display:block;
	position:absolute;	/*--絶対位置・相対位置それぞれ長短あり。---*/
	top:97px;
	width:400px;
	line-height:1.5em;
}
*html #g_navi a:hover .setumei {
    display:block;
	position:relative;	/*--絶対位置・相対位置それぞれ長短あり。---*/
	top:-272px;
	width:400px;
	line-height:1.5em;
}
*+html #g_navi a:hover .setumei {
    display:block;
	position:relative;	/*--絶対位置・相対位置それぞれ長短あり。---*/
	top:-275px;
	width:400px;
	line-height:1.5em;
}



/*　オフマウス時　*/
#nav01 a { background-position: -15px      0; }
#nav02 a { background-position: -99px 0; }
#nav03 a { background-position: -183px 0; }
#nav04 a { background-position: -267px 0; }
#nav05 a { background-position: -351px 0; }
#nav06 a { background-position: -435px 0; }
#nav07 a { background-position: -519px 0; }
#nav08 a { background-position: -603px 0; }
#nav09 a { background-position: -687px 0; }


/*　選択済み　*/
#nav01 a.stay { background-position:  -17px     -81px; }
#nav02 a.stay { background-position: -101px -81px; }
#nav03 a.stay { background-position: -205px -81px; }
#nav04 a.stay { background-position: -299px -81px; }
#nav05 a.stay { background-position: -393px -81px; }
#nav06 a.stay { background-position: -487px -81px; }
#nav07 a.stay { background-position: -581px -81px; }
#nav08 a.stay { background-position: -675px -81px; }
#nav09 a.stay { background-position: -675px -81px; }


/*　オンマウス時　*/
#nav01 a:hover { background-position:  -15px     -81px; }
#nav02 a:hover { background-position: -99px -81px; }
#nav03 a:hover { background-position: -183px -81px; }
#nav04 a:hover { background-position: -267px -81px; }
#nav05 a:hover { background-position: -351px -81px; }
#nav06 a:hover { background-position: -435px -81px; }
#nav07 a:hover { background-position: -519px -81px; }
#nav08 a:hover { background-position: -603px -81px; }
#nav09 a:hover { background-position: -687px -81px; }




#pankuzu {
	width:1000px;
	margin-left: auto;
	margin-right:auto;
	height: 40px;
	list-style-type: none;
	background-repeat: no-repeat;
}

#pankuzu li {
	float:left;
	margin-left:20px;
	margin-top: 10px;
	font-size: 11px;
}


/* グローバルナビ設定（detail page）
---------------------------------------------------- */
#g2_navi_box {
	width:790px;
	float:left;
	background-repeat:no-repeat;
	overflow: hidden;
}

#g2 {
	width:756px;
	margin-left: auto;
	margin-right:auto;
	clear: both;
}

#g2_navi {
	width:756px;
	margin-left: auto;
	margin-right:auto;
	height: 81px;
	list-style-type: none;
	background-image:url(../img/common/g_navi_demo.jpg);
	font-size:8px;
}

#g2_navi a span {
    display:none;
}

#g2_navi li {
    float:left;
	width:84px;
}

#g2_navi li a {
    display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 81px;
	padding-top: 81px;
	color: #FFFFFF;
	background-image:url(../img/common/g_navi_demo.jpg);
}

#g2_navi a:hover, #g_navi a:visited{
    display:block;
	text-decoration:none;
}
#g2_navi a:hover .setumei {
    display:block;
	position:absolute;	/*--絶対位置・相対位置それぞれ長短あり。---*/
	top:295px;
	width:400px;
	line-height:1.5em;
}
*html #g2_navi a:hover .setumei {
    display:block;
	position:relative;	/*--絶対位置・相対位置それぞれ長短あり。---*/
	top:-272px;
	width:400px;
	line-height:1.5em;
}
*+html #g2_navi a:hover .setumei {
    display:block;
	position:relative;	/*--絶対位置・相対位置それぞれ長短あり。---*/
	top:-275px;
	width:400px;
	line-height:1.5em;
}



/*　オフマウス時　*/
#nav01z a { background-position: -15px      0; }
#nav02z a { background-position: -99px 0; }
#nav03z a { background-position: -183px 0; }
#nav04z a { background-position: -267px 0; }
#nav05z a { background-position: -351px 0; }
#nav06z a { background-position: -435px 0; }
#nav07z a { background-position: -519px 0; }
#nav08z a { background-position: -603px 0; }
#nav09z a { background-position: -687px 0; }


/*　選択済み　*/
#nav01z a.stay { background-position:  -17px     -81px; }
#nav02z a.stay { background-position: -101px -81px; }
#nav03z a.stay { background-position: -205px -81px; }
#nav04z a.stay { background-position: -299px -81px; }
#nav05z a.stay { background-position: -393px -81px; }
#nav06z a.stay { background-position: -487px -81px; }
#nav07z a.stay { background-position: -581px -81px; }
#nav08z a.stay { background-position: -675px -81px; }
#nav09z a.stay { background-position: -675px -81px; }


/*　オンマウス時　*/
#nav01z a:hover { background-position:  -15px     -81px; }
#nav02z a:hover { background-position: -99px -81px; }
#nav03z a:hover { background-position: -183px -81px; }
#nav04z a:hover { background-position: -267px -81px; }
#nav05z a:hover { background-position: -351px -81px; }
#nav06z a:hover { background-position: -435px -81px; }
#nav07z a:hover { background-position: -519px -81px; }
#nav08z a:hover { background-position: -603px -81px; }
#nav09z a:hover { background-position: -687px -81px; }





/* サイドナビ設定
---------------------------------------------------- */

#s_navi {
	width: 210px;/* ir{bNX */
	height:203px;
	overflow:hidden;
	background-image: url(../img/common/side_nav.gif);
	font-size:0px;
	text-indent: -9999px;
}

#s_navi ul {
	width:210px;
	height: 29px;
	list-style-type: none;
}
#s_navi li {
	width:210px;
	height:29px;
}
#s_navi li a {
	display: block;
	width: 210px;
	height: 29px!important;
	height /**/: 29px;
	padding-left:210px;
	color: #FFFFFF;
	background-image: url(../img/common/side_nav.gif);
}

/*オフマウス*/
#s_navi01 a { background-position: 0      0; }
#s_navi02 a { background-position: 0 -29px; }
#s_navi03 a { background-position: 0 -58px; }
#s_navi04 a { background-position: 0 -87px; }
#s_navi05 a { background-position: 0 -116px; }
#s_navi06 a { background-position: 0 -145px; }
#s_navi07 a { background-position: 0 -174px; }

/*ステイ*/
#s_navi01 a.stay { background-position: -210px  0px; }
#s_navi02 a.stay { background-position: -210px -29px; }
#s_navi03 a.stay { background-position: -210px -58px; }
#s_navi04 a.stay { background-position: -210px -87px; }
#s_navi05 a.stay { background-position: -210px -116px; }
#s_navi06 a.stay { background-position: -210px -145px; }
#s_navi07 a.stay { background-position: -210px -174px; }

/*オンマウス*/
#s_navi01 a:hover { background-position: -210px  0px; }
#s_navi02 a:hover { background-position: -210px -29px; }
#s_navi03 a:hover { background-position: -210px -58px; }
#s_navi04 a:hover { background-position: -210px -87px; }
#s_navi05 a:hover { background-position: -210px -116px; }
#s_navi06 a:hover { background-position: -210px -145px; }
#s_navi07 a:hover { background-position: -210px -174px; }


/* リムジンナビ設定
---------------------------------------------------- */

#limo_navi {
	width: 210px;/* ir{bNX */
	height:370px;
	overflow:hidden;
	background-image: url(../img/common/limo_navi.jpg);
	text-indent: -9999px;
	margin-top: 5px;
}

#limo_navi ul {
	width:210px;
	height: 74px;
	list-style-type: none;
}
#limo_navi li {
	width:210px;
	height:74px;
}
#limo_navi li a {
	display: block;
	width: 210px;
	height: 74px!important;
	height /**/: 74px;
	padding-left:210px;
	color: #FFFFFF;
	background-image: url(../img/common/limo_navi.jpg);
}

/*オフマウス*/
#limo_navi01 a { background-position: 0      0; }
#limo_navi02 a { background-position: 0 -74px; }
#limo_navi03 a { background-position: 0 -148px; }
#limo_navi04 a { background-position: 0 -222px; }
#limo_navi05 a { background-position: 0 -296px; }

/*ステイ*/
#limo_navi01 a.stay { background-position: -210px  0px; }
#limo_navi02 a.stay { background-position: -210px -74px; }
#limo_navi03 a.stay { background-position: -210px -148px; }
#limo_navi04 a.stay { background-position: -210px -222px; }
#limo_navi05 a.stay { background-position: -210px -296px; }

/*オンマウス*/
#limo_navi01 a:hover { background-position: -210px  0px; }
#limo_navi02 a:hover { background-position: -210px -74px; }
#limo_navi03 a:hover { background-position: -210px -148px; }
#limo_navi04 a:hover { background-position: -210px -222px; }
#limo_navi05 a:hover { background-position: -210px -296px; }


/* ＳＵＶナビ設定
---------------------------------------------------- */

#suv_navi {
	width: 210px;/* ir{bNX */
	height:312px;
	overflow:hidden;
	background-image: url(../img/common/suv_nav.jpg);
	margin-bottom: 20px;
}

#suv_navi a span {
    display:none;
}

#suv_navi ul {
	width:210px;
	height: 105px;
	list-style-type: none;
}
#suv_navi li {
	width:210px;
	height:105px;
}
#suv_navi li a {
	display: block;
	overflow:hidden;
	width: 210px;
	height: 105px!important;
	height /**/: 105px;
	padding-left:210px;
	color: #FFFFFF;
	background-image: url(../img/common/suv_nav.jpg);
}

/*オフマウス*/
#suv_navi01 a { background-position: 0      0; }
#suv_navi02 a { background-position: 0 -107px; }
#suv_navi03 a { background-position: 0 -214px; }

/*ステイ*/
#suv_navi01 a.stay { background-position: -210px  0px; }
#suv_navi02 a.stay { background-position: -210px -105px; }

/*オンマウス*/
#suv_navi01 a:hover { background-position: -210px  0px; }
#suv_navi02 a:hover { background-position: -210px -107px; }
#suv_navi03 a:hover { background-position: -210px -215px; }

#suv_navi a:hover, #suv_navi a:visited{
    display:block;
	text-decoration:none;
}
#suv_navi a:hover .setumei_2 {
    display:block;
	position:absolute;	/*--絶対位置・相対位置それぞれ長短あり。---*/
	top:100px;
	left:50%;
	right:50%;
	width:400px;
	line-height:1.5em;
}


/* ＳＵＶナビ設定
---------------------------------------------------- */

#detail_suv_navi {
	width: 210px;/* ir{bNX */
	height:312px;
	overflow:hidden;
	background-image: url(../img/common/suv_nav.jpg);
	margin-bottom: 20px;
}

#detail_suv_navi a span {
    display:none;
}

#detail_suv_navi ul {
	width:210px;
	height: 105px;
	list-style-type: none;
}
#detail_suv_navi li {
	width:210px;
	height:105px;
}
#detail_suv_navi li a {
	display: block;
	overflow:hidden;
	width: 210px;
	height: 105px!important;
	height /**/: 105px;
	padding-left:210px;
	color: #FFFFFF;
	background-image: url(../img/common/suv_nav.jpg);
}

/*オフマウス*/
#detail_suv_navi01 a { background-position: 0      0; }
#detail_suv_navi02 a { background-position: 0 -107px; }
#detail_suv_navi03 a { background-position: 0 -214px; }

/*ステイ*/
#detail_suv_navi01 a.stay { background-position: -210px  0px; }
#detail_suv_navi02 a.stay { background-position: -210px -105px; }

/*オンマウス*/
#detail_suv_navi01 a:hover { background-position: -210px  0px; }
#detail_suv_navi02 a:hover { background-position: -210px  -107px; }
#detail_suv_navi03 a:hover { background-position: -210px -215px; }

#detail_suv_navi a:hover, #detail_suv_navi a:visited{
    display:block;
	text-decoration:none;
}
#detail_suv_navi a:hover .setumei_2 {
    display:block;
	position:absolute;	/*--絶対位置・相対位置それぞれ長短あり。---*/
	top:300px;
	left:50%;
	right:50%;
	width:400px;
	line-height:1.5em;
}






/* 2ndページグローバルナビ設定
---------------------------------------------------- */

#p_navi {
	width:1000px;
	margin-left: auto;
	margin-right:auto;
	height: 36px;
	list-style-type: none;
	background:#FFFFFF url(../img/common/g_navi_2.gif) repeat-x left top;
}

#p_navi li {
    float:left;
	width:333px;
}

#p_navi li a {
    display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 36px;
	padding-top: 36px;
	color: #FFFFFF;
	background-image:url(../img/common/g_navi_2.gif)
}

/*オフマウス*/
#pnav01 a { background-position: 0      0; }
#pnav02 a { background-position: -333px 0; }
#pnav03 a { background-position: -666px 0; }

/*ステイ*/
#pnav01 a.stay { background-position:  0     -36px; }
#pnav02 a.stay { background-position: -333px -36px; }
#pnav03 a.stay { background-position: -666px -36px; }


/*オンマウス*/
#pnav01 a:hover { background-position:  0     -36px; }
#pnav02 a:hover { background-position: -333px -36px; }
#pnav03 a:hover { background-position: -666px -36px; }


/* コンテンツ設定
---------------------------------------------------- */
#main_contents {
	height: auto;
	width: 1000px;
	padding: 0;
	background-color:#FFFFFF;
	margin-top: 0px;
	background-image: url(../detail/img/common/contents_bg.gif);
	background-repeat: repeat-y;
}

#box {
	height: auto;
	width: 1000px;
	background-repeat: repeat;
}

*html .iepngfix {  
    behavior: expression(IEPNGFIX.fix(this));  
}  




/* 左コンテンツ設定
---------------------------------------------------- */

#left {
	width:210px;
	float:left;
	height: auto;
}

.login {
	background-color:#dddcd8;
}



/* 中コンテンツ
---------------------------------------------------- */
#center {
	width:790px;
	height: auto;
	float: left;
	padding: 0;
	overflow:hidden;
}

#news {
	width:560px;
	padding-left: 10px;
}

.news_box {
	width:280px;
	float:left;
	min-height: 120px;
}

.news_img {
	width:80px;
	margin:7px 7px 0 3px;
	float:left;
}

.news_title {
	width:175px;
	font-weight:bold;
	float:left;
}

.news_title a {
	color:#698259;
}

.news_text {
	width:175px;
	float:left;
}

.reco_box_top {
    width:570px;
	height:15px;
	line-height:0;
	font-size:0;
	background-image:url(../img/index/bg_center_top.gif);
	background-repeat:no-repeat;
}
    

.reco_box {
	width:510px;
	background-image:url(../img/index/bg_center_body.gif);
	background-repeat:repeat-y;
	padding: 0 30px;
}

.reco_box_bottom {
    width:570px;
	height:14px;
	line-height:0;
	font-size:0;
	background-image:url(../img/index/bg_center_bottom.gif);
	background-repeat:no-repeat;
}


.reco_box_top_2 {
    width:570px;
	height:15px;
	line-height:0;
	font-size:0;
	background-image:url(../img/index/bg_center_top_2.gif);
	background-repeat:no-repeat;
}
    

.reco_box_2 {
	width:520px;
	background-image:url(../img/index/bg_center_body_2.gif);
	background-repeat:repeat-y;
	padding: 0 20px 0px 30px;
	;
}

.reco_box_bottom_2 {
    width:570px;
	height:14px;
	line-height:0;
	font-size:0;
	background-image:url(../img/index/bg_center_bottom_2.gif);
	background-repeat:no-repeat;
}



.reco_1img {
	width:304px;
	margin:7px;
	float:left;
}

.reco_text {
	width:300px;
	float:left;
	padding-right:7px;
	height:auto;
}

.reco_price {
	float:left;
	margin: 5px 0px 0px 3px;
	width: 180px;
}

.reco_box_2_left {
	float:left;
	width:230px;
	padding: 10px;
	margin-right:20px;
}

.reco_box_2_right {
	float:left;
	width:230px;
	padding: 10px;
	margin-left: 0px;
}



/* 右コンテンツ
---------------------------------------------------- */
#right {
	width:220px;
	height: auto;
	float: left;
	padding: 0;
}

*html #right {
	width:220px;
	height: auto;
	float: left;
	padding: 0;
	margin-right:-3px;
}

.right_bn {
	width:210px;
	height: auto;
}


.right_bn img {
    margin:5px 0 0 5px;
    text-align:center;
}

.right_bn p {
	text-align:center;
	font-size:x-small;
	margin-bottom:15px;
	line-height:90%;
}



.qr {
	height:350px;
	background-repeat:no-repeat;
	background-image:url(../img/index/qr_bg.gif);
	background-color: #dddcd8;
}

.qr p {
	font-size:70%;
	padding:0 10px 0 10px;
	line-height:110%;
}







/* フッター設定
---------------------------------------------------- */

#footer {
	height: auto;
	width: 100%;
	font-size: 12px;
	background-repeat: repeat-x;
	background-image: url(../img/common/foot.gif);
	height:75px;
	clear: both;
}

#footbox {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-repeat: no-repeat;
}


#footernavi {
	width:820px;
	float: left;
	height:75px;
}

#footernavi ul li {
	background-image:url(../img/common/foot_point.gif);
	background-repeat:no-repeat;
	float:left;
	font-size:12px;
	color:#6a8d55;
	padding-left:10px;
	list-style:none;
	margin:20px 0 0 10px;
}

#footernavi ul li a {
	color:#6a8d55;
}

#re_top {
	width:150px;
	float:left;
	text-align: center;
	margin-top: 25px;
	height:auto;
}


#copy {
	font-size:10px;
	padding-top:0px;
	text-align:left;
	float:left;
	width:500px;
	margin-left:20px;
	color: #999999;
}

	
/* お問い合わせフォーム
---------------------------------------------------- */

#contact {
	width:540px;
	float:left;
	margin:15px 0 0 0;
}


#form {
     padding:20px 10px 20px 20px;
}

.table {
	width:540px;
}

.form_title {
	padding-left: 10px;
	width: 130px;
	padding-top: 12px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #c3c1c1;
	font-size:0.9em;
	background-color:#efefed;
}

.form_title2 {
	padding-left: 10px;
	width: 130px;
	padding-top: 12px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #c3c1c1;
	font-size:0.9em;
}

.form_title_sub {
	padding-left: 10px;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #c3c1c1;
	font-size:0.9em;
	background-color:#efefed;
}

.form_title_top {
	padding-left: 10px;
	width: 130px;
	padding-top: 16px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #c3c1c1;
	border-top-width: 1px;
	border-top-style:dotted;
	border-top-color: #c3c1c1;
	border-top-width: 1px;
	font-size:0.9em;
	background-color:#efefed;
}

.form_input {
	width: 390px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #c3c1c1;
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 10px;
}

.form_input_top {
	width: 390px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #c3c1c1;
	border-top-width: 1px;
	border-top-style:dotted;
	border-top-color: #c3c1c1;
	padding-left: 10px;
}

.input03 {
 background-color: #FFFFFF;
 border: 1px solid #cccccc;
 padding: 10px 20px;
 text-align:center;
}

.span_m {
	float:left;
	padding:3px;
	width:80px;
}

.co_ta {
	margin-left:auto;
	margin-right:auto;
}

.co_ta1 {
    width:23%;
	padding:5px 0 3px 0;
}

.co_ta2 {
    width:5%;
}

.co_ta3 {
    width:70%;
	padding:5px 0 3px 0;
}

.co_ta4 {
    text-align:center;
	padding:5px 0 3px 0;
}

.co {
    font-size:10px;
}

.td_09 {
	padding-left: 10px;
	width: 520px;
	padding-top: 12px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #c3c1c1;
	font-size:0.9em;
	background-color:#efefed;
}



.form_title_r {
	padding-left: 10px;
	width: 130px;
	padding-top: 12px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #c3c1c1;
	font-size:0.9em;
	background-color:#efefed;
}

.form_input_r {
	width: 500px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #c3c1c1;
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 10px;
}

.table_r {
	width:710px;
	margin-left:10px;
}



/*サイトマップ
---------------------------------------------------- */

.sitemap_l {
	float:left;
	padding:7px 0px 0px 0px;
	width:50%;
	vertical-align: top;
	font-size: 110%;
}

.sitemap_l p {
    line-height:300%;
}

.sitemap_l p a {
    line-height:300%;
}

.sitemap_r{
	float:right;
	width:45%;
	padding:7px 15px 0px 15px;
	font-size: 110%;
}

.sitemap_r p {
    line-height:300%;
}

.sitemap_r p a {
    line-height:300%;
}



.bn_link {
	float:left;
	width:190px;
	padding-left:5px;
}

.center {
	text-align:center;
	font-size:8px;
	width:220px;
}

.center p a {
    text-align:center;
	padding-left:10px;
	padding-right:10px;
}

	

/* ディティール detail page
---------------------------------------------------- */
	
#detail_img {
	float:left;
	width:200px;
	margin-top:15px;
	margin-left: 11px;
}

#detail_img img {
	border:#CCCCCC solid 1px;
	margin-top:23px;
}


#detail_text {
	float:left;
	width:540px;
	margin:7px 0 0 20px;
	background-image: url(../img/detail/h2/bg.gif);
	background-repeat:no-repeat;
}

*html #detail_text {
	float:left;
	width:540px;
	margin:15px 0 0 10px;
	background-image: url(../img/detail/h2/bg.gif);
	background-repeat:no-repeat;
}

*+html #detail_text {
	float:left;
	width:540px;
	margin:16px 0 0 20px;
	background-image: url(../img/detail/h2/bg.gif);
	background-repeat:no-repeat;
}

#detail_text p {
	font-size:100%;
	color:#000000;
	margin: 0 8px;
}

/* ディティール 料金とスペック
---------------------------------------------------- */
#detail_box {
	margin-left:0px;
	margin-right:0px;
	width:540px;
	margin-top:10px;
}

#detail_box2 {
	float:left;
	width:260px;
}

#detail_box3 {
	float:left;
	width:260px;
	margin-left:20px;
}
.td_1 {
	border-bottom:dotted #c3c1c1 1px;
	width:120px;
	padding-left:10px;
	font-size:80%;
}

.td_1b {
	border-bottom:dotted #c3c1c1 1px;
	width:120px;
	padding-left:10px;
	font-size:80%;
	background-color:#efefed;
}

.td_2 {
	border-bottom:dotted #c3c1c1 1px;
	width:130px;
	font-size:80%;
}

.td_2b {
	border-bottom:dotted #c3c1c1 1px;
	width:120px;
	font-size:80%;
	background-color:#efefed;
}

.td_3 {
    border-bottom:dotted #999999 1px;
	width:35px;
	padding-left:10px;
	font-size:70%;
	vertical-align:top;
}

.td_4 {
    border-bottom:dotted #999999 1px;
	width:205px;
	font-size:70%;
}

.td_5 {
	border-bottom:dotted #c3c1c1 1px;
	width:120px;
	font-size:80%;
	text-align:center;
}

.td_5b {
	border-bottom:dotted #c3c1c1 1px;
	width:120px;
	font-size:80%;
	text-align:center;
	background-color:#efefed;
}

.td_6 {
    border-bottom:dotted #999999 1px;
	width:490px;
	padding-left:10px;
	font-size:70%;
	vertical-align:top;
}

.td_7 {
    border-bottom:dotted #999999 1px;
	width:520px;
	padding-left:10px;
	font-size:70%;
	vertical-align:top;
}

/* カレンダーレイアウト
---------------------------------------------------- */

#care {
	width:540px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	background-color:#FFFFFF;
}

#care table {
	background-color:#c3c1c1;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
}


#care td {
	background-color:#f3f3f2;
	text-align:center;
	height:43px;
	width:100px;
	vertical-align:middle;
}

#care th {
	background-color:#ebebeb;
	text-align:center;
	height:25px;
	width:75px;
}

.th_bg {
	background-color:#d5d6ec;
	text-align:center;
	height:25px;
	width:75px;
}

.bg_red {
    background-color:#ff6666;
}

.status {
	background-color:#FFFFFF;
	text-align:center;
	padding:7px 0;
}

.status_bg {
	background-color: #EBEBEB;
	text-align:center;
	padding:7px 0;
}

.day {
	border-bottom:#c3c1c1 dotted 1px;
	text-align:center;
}

.doyo_day {
    background-color:#56c1b7;
    border-bottom:#3fb1a9 dotted 1px; 
	text-align:center;
}

/* ニュース　新着情報
---------------------------------------------------- */

.news_box {
	height:auto;
	width: 725px;
	padding: 0 40px 10px 15px;
	background-image:url(../img/news/news_box_bg_body.gif);
	background-repeat:repeat-y;
}

.news_box p {
	padding: 10px 0px 10px 30px;
}

.news_titile {
	font-size:120%;
	color:#698259;
	font-weight:bold;
	float:left;
	margin-bottom: 5px;
	padding-left:30px;
	width: 680px;
}

.news_day {
	margin-bottom: 5px;
	padding-left: 30px;
}

.news_box_top {
	width:770px;
	height:37px;
	background-image:url(../img/news/news_box_bg_top.gif);
	background-repeat:no-repeat;
}

.news_box_top_02 {
	width:770px;
	height:29px;
	background-image:url(../img/recruit/rec_box_bg_top.gif);
	background-repeat:no-repeat;
}


.news_box_bottom {
	width:770px;
	height:37px;
	background-image:url(../img/news/news_box_bg_bottom.gif);
	background-repeat:no-repeat;
	vertical-align:top;
	margin-top:-1px;
}



.sonpo_bg {
	margin: 10px 0px 10px 30px;
	background-image:url(../img/sonpo/bg_01.jpg);
	background-repeat:no-repeat;
	width:680px;
	height:237px;
}

/* ラインナップ
-----------------------------------------------------------------------------  */
.lineup_l {
	width:350px;
	float:left;
	height:auto;
	margin-top:0px;
	background-color:#ebebeb;
	margin-bottom: 28px;
	border:#a8a8a8 solid 1px;
}

.lineup_l img {
    text-align:center;
}
	
.lineup_r {
	width:350px;
	float:left;
	height:auto;
	margin-left:9px;
	margin-top:0px;
	background-color:#ebebeb;
	margin-bottom: 28px;
	border:#a8a8a8 solid 1px;
}

.lineup_r img {
    text-align:center;
}


.car_title {
	width:350px;
	background-image:url(../img/lineup/car_title_bg.gif);
	background-repeat:repeat-y;
	color:#FFFFFF;
	text-align:center;
	height:45px;
	font-size:120%;
	font-weight:bold;
	line-height:80%;
}

*html .car_title {
	width:350px;
	background-image:url(../img/lineup/car_title_bg.gif);
	background-repeat:repeat-y;
	color:#FFFFFF;
	text-align:center;
	height:45px;
	font-size:120%;
	font-weight:bold;
}

*+html .car_title {
	width:350px;
	background-image:url(../img/lineup/car_title_bg.gif);
	background-repeat:repeat-y;
	color:#FFFFFF;
	text-align:center;
	height:45px;
	font-size:120%;
	font-weight:bold;
}

body:first-of-type .car_title {
	width:350px;
	background-image:url(../img/lineup/car_title_bg.gif);
	background-repeat:repeat-y;
	color:#FFFFFF;
	text-align:center;
	height:45px;
	font-size:110%;
	font-weight:bold;
}


.title_sub {
    text-align:center;
	font-size:12px;
	font-weight:normal;
	line-height:15px;
}

body:first-of-type .title_sub {
    text-align:center;
	font-size:10px;
	font-weight:normal;
}

.line {
	width:350px;
}

.line_1 {
	border-bottom:#999999 dotted 1px;
	width:350px;
	text-align:center;
	font-size:12px;
	padding-top: 10px;
}

.line_1 img {
    padding-left:15px;
	padding-right:3px;
}

.price {
	text-align:center;
	font-weight:bold;
	width:25%;
	padding-top: 10px;
}

.price2 {
	text-align:center;
	font-weight:bold;
	width:25%;
	padding-bottom: 10px;
}


.line_680 {
    width:680px;
	border-bottom:dotted #999999 1px;
	margin-left:40px;
}

.chui {
    width:310px;
	background-color:#dddada;
	border:#999999 solid 1px;
	margin-left:35px;
}

.chui p {
    padding:10px;
}

/* リムジンラインナップ
-----------------------------------------------------------------------------  */

.lineup_limo {
	width:710px;
	height:auto;
	margin-top:0px;
	background-color:#ebebeb;
	margin-bottom: 28px;
	border:#a8a8a8 solid 1px;
}

.lineup_limo img {
    text-align:center;
}

.car_title_limo {
	width:710px;
	background-image:url(../img/lineup/car_title_bg.gif);
	background-repeat:repeat-y;
	color:#FFFFFF;
	text-align:center;
	height:45px;
	font-size:120%;
	font-weight:bold;
	line-height:80%;
}

.line_limo {
	width:710px;
}

.price_limo {
	text-align:center;
	font-weight:bold;
	width:20%;
	padding-top: 10px;
}

.price2_limo {
	text-align:center;
	font-weight:bold;
	width:20%;
	padding-bottom: 10px;
}


/* Pager Styles
-----------------------------------------------------------------------------  */
#rs_pager{
	margin:2em 0px;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	clear:both;
	}
#rs_pager a{
	padding:5px 8px;
	border:1px solid #E7E7E7;
	font-size:110%;
	text-decoration:none;
	}
#rs_pager a:hover{
	border:1px solid #DBECFF;
	background: #DBECFF;
	}
#rs_pager b{
	border:1px solid #E7E7E7;
	padding:3px 6px;
	background: #E7E7E7;
	color: #999;
	font-weight:bold;
	}


/* グローバルナビ設定
---------------------------------------------------- */
#rec_g {
	width:740px;
	clear: both;
	margin-left: auto;
	margin-right:auto;
}



#rec_g_navi {
	width:740px;
	margin-left: auto;
	margin-right:auto;
	height: 40px;
	list-style-type: none;
	background-image:url(../img/recruit/g_navi.gif);
	font-size:8px;
}

#rec_g_navi a span {
    display:none;
}

#rec_g_navi li {
    float:left;
	width:185px;
}

#rec_g_navi li a {
    display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 40px;
	padding-top: 40px;
	color: #FFFFFF;
	background-image:url(../img/recruit/g_navi.gif);
}

#rec_g_navi a:hover, #g_navi a:visited{
    display:block;
	text-decoration:none;
}



/*　オフEウス時　*/
#rec_nav01 a { background-position: 0      0; }
#rec_nav02 a { background-position: -185px 0; }
#rec_nav03 a { background-position: -370px 0; }
#rec_nav04 a { background-position: -555px 0; }


/*　選択済み　*/
#rec_nav01 a.stay { background-position:  0    -40px; }
#rec_nav02 a.stay { background-position: -185px -40px; }
#rec_nav03 a.stay { background-position: -370px -40px; }
#rec_nav04 a.stay { background-position: -555px -40px; }


/*　オンマウス時　*/
#rec_nav01 a:hover { background-position:  0    -40px; }
#rec_nav02 a:hover { background-position: -185px -40px; }
#rec_nav03 a:hover { background-position: -370px -40px; }
#rec_nav04 a:hover { background-position: -555px -40px; }


.form_title_r {
	padding-left: 10px;
	width: 130px;
	padding-top: 12px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #c3c1c1;
	font-size:0.9em;
	background-color:#efefed;
}

.form_input_r {
	width: 520px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #c3c1c1;
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 10px;
}

.table_r {
	width:710px;
	margin-left:10px;
}

/* 新着レンタカーナビ設定
---------------------------------------------------- */

#new_navi {
	width: 210px;/* ir{bNX */
	height:296px;
	overflow:hidden;
	background-image: url(../img/common/new_navi.jpg);
	text-indent: -9999px;
	margin-top: 5px;
	margin-bottom:10px;
}

#new_navi ul {
	width:210px;
	height: 74px;
	list-style-type: none;
}
#new_navi li {
	width:210px;
	height:74px;
}
#new_navi li a {
	display: block;
	width: 296px;
	height: 74px!important;
	height /**/: 74px;
	padding-left:210px;
	color: #FFFFFF;
	background-image: url(../img/common/new_navi.jpg);
}

/*オフマウス*/
#new_navi01 a { background-position: 0      0; }
#new_navi02 a { background-position: 0 -74px; }
#new_navi03 a { background-position: 0 -148px; }
#new_navi04 a { background-position: 0 -222px; }

/*ステイ*/
#new_navi01 a.stay { background-position: -210px  0px; }
#new_navi02 a.stay { background-position: -210px -74px; }

/*オンマウス*/
#new_navi01 a:hover { background-position: -210px  0px; }
#new_navi02 a:hover { background-position: -210px -74px; }
#new_navi03 a:hover { background-position: -210px -148px; }
#new_navi04 a:hover { background-position: -210px -222px; }

