@charset "utf-8";
/* CSS Document */

/* ラッパー */
#wrapper {
	margin: 0px auto;
	padding: 0px;
	height:auto;
	width: 800px;
	background: #ffffff;
	border-right: 1px solid #bebebe;
	border-left: 1px solid #bebebe;
	}

/*全体のCSS*/

html .mybuggyelement { height: 1%; }

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:small;
	/*background-image:url(../img/back_img/tm_back4.png);*/
	background-image:url(../img/back_img/back.jpg);
	background-repeat:repeat-x;
	height:100%;
	background-color:#fcfcfc;
	margin:0px;
	padding:0px;
	height: 500px;
	}

img {
    border-style:none;
}

a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

h1{
	font-size:1em;
	font-weight:100;
	padding:0px;
	margin:0px;
	margin-left:10px;
	}
	
h2{
	font-size:1em;
	font-weight:100;
	padding:0px;
	margin:0px;
	}
	
h3{
	font-size:1em;
	padding:0px;
	margin:0px;
	}	

h4{
	font-size:1em;
	font-weight:100;
	padding:0px;
	margin:0px;
	}		
	
strong { font-weight:normal;}	
	
p{	margin:0em;}	
	
	
/*CSSハック clearfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
	overflow:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* hide hack from Mac-IE5 \*/
* html .mybuggyelement { height: 1%; }
/* end hiding */
	
	
	
/*ゼブラテーブル開始*/	
table.tablesorter tbody tr.odd td {
  background-color:#555;
}

/*ゼブラテーブル終了*/
	
.subtitle_dot_blue_head{
	width:605px;
	height:15px;
	margin-bottom:5px;
	font-weight:bold;
	color:#333333;
	background-color:#f9f9f9;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: #3382b7;
	border-bottom-color: #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom:5px;
	}

.subtitle_dot_blue{
	width:620px;
	height:15px;
	font-weight:bold;
	color:#333333;
	background-color:#f9f9f9;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: #3382b7;
	border-bottom-color: #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom:5px;
	}	

form {
	margin-top:5px;
	margin-bottom:5px;
	}

a {text-decoration: none;}
a:link {
	color: #3A8BD3;
}
a:visited {
	color: #3A8BD3;
}
a:active {
	color: #3A8BD3;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
} 

ul{
	list-style:none;
	}
	
.text_l{
	font-size:1.2em;
	}
	
	
	
.text_s{
	font-size:0.9em;
	}
	
.red{
	color:#ff0000;
	}	

.bigred{
	font-size:1.3em;
	color:#FF0000;
	font-weight:bold;
	}
.price_box{
	color:#333;
	padding:2px 5px;
	background-color:#f2f2f2;
	}	
.price_text{
	font-size:1.3em;
	font-weight:bold;
	color:#333;
	padding:2px 5px;
	background-color:#fff;
	}	
.price_text_kakaku{
	color:#333;
	padding:2px 5px;
	background-color:#fff;
	}	
.text_ex01{
	line-height:130%;
	margin-top:5px;
	}	
	
.title_rentalform{
	width:600px;
	height:20px;
	display:block;
	font-size:1.3em;
	color:#444;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:3px;
	border-bottom-width:1px;
	border-bottom-style: dashed;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	}

.orage{
	color:#FF6600;
	}

.blue{
	color:#003399;
	}	
.lightblue{
	color:#00CCFF;
	}
.biggreen{
	font-size:1.3em;
	color:#008000;
	font-weight:bold;
	}	
	
.green{
	color:#008000;
	}

.gray{
	color:#666666;
	}

.graydark{
	color:#333333;
	}	
	
.bold{
	font-weight:bold;
	}			
	
.padding_t5_b5{
	padding-top:5px;
	padding-bottom:5px;
	}
	
.padding_l5{
	padding-left:5px;
	}	

.margin_t3{
	margin-top:3px;
	}
	
.margin_t5{
	margin-top:5px;
	}
	
.margin_t10{
	margin-top:10px;
	}
	
.margin_t15{
	margin-top:15px;
	}			

.margin_t20{
	margin-top:20px;
	}	

.margin_t25{
	margin-top:25px;
	}	
	
.margin_t30{
	margin-top:30px;
	}		

.margin_5_auto{
	margin:5px auto;
	}
	
.margin_10_auto{
	margin:10px auto;
	}	
	
.margin_t5_b5{
	margin:5px auto 5px auto;
	}
.margin_0_auto{
	margin:0px auto;
	}

.margin_r0{
	margin-right:0px;
	}

.margin_btm5{
	margin-bottom:5px;
	}
	
.margin_btm10{
	margin-bottom:10px;
	}
	
.margin_btm15{
	margin-bottom:15px;
	}	
	
.margin_btm20{
	margin-bottom:20px;
	}

.margin_btm25{
	margin-bottom:25px;
	}
	
.margin_btm30{
	margin-bottom:30px;
	}	

.margin_btm35{
	margin-bottom:35px;
	}	
	
.margin_btm40{
	margin-bottom:40px;
	}	

.padding10{
	padding:10px;
	}	
	
	
.title_grid_item{
	font-size:1.1em;
	}	

.textalign_right{
	padding-right:5px;
	text-align:right;
	}	
.textalign_center{
	text-align:center;
	}

.henkyakubi{
	padding-left:15px;
	font-size:1.5em;
	color:#ff0033;
	font-weight:bold;
	}	
	
/*フロート*/
.float_left{
	float:left;
	}	
.float_right{
	float:right;
	}
.clear_both{
	clear:both;
	}	

/*テーブル*/

table,tr,td {
border-collapse:collapse;
border:1px solid #000000;
}	
	

/*背景*/

.red_box{
	background-color:#DD0000;
	color:#FFFFFF;
	}

.green_box{
	background-color:#20B500;
	color:#FFFFFF;
	}	

.glay_box{
	background-color:#666666;
	color:#FFFFFF;
	}	
.lightglay_box{
	background-color:#f2f2f2;
	color:#000000;
	}	

.lightglay_box_l5{
	background-color:#f2f2f2;
	color:#000000;
	padding-left:5px;
	}
		
	
.lightblue_box{
	background-color:#E6F3FF;
	color:#000000;
	}	

.lightblue_box_l5{
	background-color:#E6F3FF;
	color:#000000;
	padding-left:5px;
	}

.lightblue_box_l300{
	background-color:#E6F3FF;
	color:#000000;
	padding-left:440px;
	}	
	
.aquablue_box{
	background-color:#00AAD9;
	color:#FFFFFF;
	}	
		
	
/* グローバルヘッダー */
#globalheader_leftbox{
	display:inline;
	float:left;
	height: auto;
	width: 250px;
	margin-left:10px;
	margin-top:10px;
	}

#globalheader_rightbox{
	font-size: 1em;
	display:inline;
	float:right;
	height: auto;
	width: auto;
	text-align:center;
	padding:0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: auto;
	margin-bottom:0px;
}

#globalheader_rightbox a:link {color: #000000;}
#globalheader_rightbox a:visited {color: #000000;}
#globalheader_rightbox a:hover {color: #FF6600;} 

#globalheader_navi{

	height: 25px;
	clear: both;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	}

#globalheader_navi ul{
	width:780px;
	height:25px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:10px;
	padding:0px;
	background-image:url(../img/back_img/topnavi.gif);
	background-repeat: no-repeat;
	}

#globalheader_navi ul li{
	width: 130px;
	height: 25px;
	float:left;
	text-align:center;
	font-size: 1em;
	color: #ffffff;
	}
	
#globalheader_navi ul li a{
	display:block;
	width: 130px;
	height:25px;
	padding-top:4px;
	}	
	
#globalheader_navi li a:link{color:#ffffff;}
#globalheader_navi li a:visited {color:#ffffff;}
#globalheader_navi li a:hover {
	color:#000;
	text-decoration: none;
	}


/* メインコンテンツ */

#main{
	display:inline;
	float:right;
	width:640px;
	height:auto;
	margin-right:10px;
	margin-top:2px;
	background-color:#FFFFFF;
	/*border: 1px solid #333333;*/
	}
#headbox{
	font-size:0.9em;
	text-align:right;
	padding-top:3px;
	padding-right:3px;
	width:637px;
	height:10px;
	margin-bottom:5px;
	}

.gotop{
	width:620px;
	height:15px;
	text-align:right;
	margin:0 auto;
	}

.gotop a:link{
	color:#339900;
}
.gotop a:visited {
	color:#339900;
}
.gotop a:hover {
	color:#CC0000;
}
		
	
/* レフトナビ */




#leftnavi_box{
	width:128px;
	height:auto;
	margin-left:10px;
	margin-top:2px;
	display:inline;
	float:left;
	}
	
#leftnavi_main{
	margin: 0;
	padding: 0;
	width: 128px;
 	height: 180px;
	}

#leftnavi_main ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#leftnavi_main li{
  text-indent: -9999px;
  float:left;
  width: 128px;
  margin: 0;
  padding: 0;
}

#leftnavi_main a{
  display: block;
  width: 100%;
  height: 20px;
  background-image:url(../img/temp/new_rentalman_sidenavi.gif);
  background-repeat: no-repeat;
}

#side1 a{background-position: 0 0;}
#side2 a{background-position: 0 -20px;}
#side3 a{background-position: 0 -40px;}
#side4 a{background-position: 0 -60px;}
#side5 a{background-position: 0 -80px;}
#side6 a{background-position: 0 -100px;}
#side7 a{background-position: 0 -120px;}
#side8 a{background-position: 0 -140px;}

#leftnavi_main a:hover{
  background-image:url(../img/temp/new_rentalman_sidenavi.gif);
  background-repeat: no-repeat;
}

#side1 a:hover{background-position: -128px 0;}
#side2 a:hover{background-position: -128px -20px;}
#side3 a:hover{background-position: -128px -40px;}
#side4 a:hover{background-position: -128px -60px;}
#side5 a:hover{background-position: -128px -80px;}
#side6 a:hover{background-position: -128px -100px;}
#side7 a:hover{background-position: -128px -120px;}
#side8 a:hover{background-position: -128px -140px;}
	

#leftnavi_box a:link {color: #000000;}
#leftnavi_box a:visited {color: #000000;}
#leftnavi_box a:hover {color: #FF6600;} 


.left_headbox_top{
	width:128px;
	color: #FFFFFF;
	background-image: url(../img/back_img/leftnvibox_back1.png);
	text-align:center;
	}
	
.left_headbox_houjin{
	width:127px;
	color: #FFFFFF;
	background-color:#045287;
	text-align:center;
	}	
	
.left_headbox{
	width:127px;
	color: #FFFFFF;
	background-image: url(../img/back_img/leftnvibox_back1.png);
	text-align:center;
	}

.left_headbox2{
	width:127px;
	color: #FFFFFF;
	background-image: url(../img/back_img/leftnvibox_back1.png);
	text-align:center;
	margin-bottom:5px;
	}
	
.leftnavi01{
	border: 1px solid #333333;
	list-style:none;
	margin-bottom:5px;
	}

.leftnavi01 ul{
	margin-top:3px;
	margin-bottom:3px;
	margin-left:2px;
	line-height:140%;
	padding: 0px;
	font-size:0.9em;
	}	


.leftnavi02{
	border: 1px solid #333333;
	list-style:none;
	margin-bottom:5px;
	font-size:0.9em;
	line-height:130%;
	}

.leftnavi02 ul{
	text-align:left;
	margin: 2px auto auto 2px;
	
	}	
	
/* フッター*/
#footer {
	clear:both;
	font-size: 1em;
	margin-left:auto;
	margin-right:auto;
	width: auto;
	height: 55px;
	text-align:center;
	}
