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

/* ラッパー */
#wrapper {
	margin: 0px auto;
	padding: 0px;
	height:auto;
	width: 800px;
	background: #ffffff;
	border: 1px solid #bebebe;
	}

/*全体のCSS*/

html .mybuggyelement { height: 1%; }

body{
	font-family:
				"Verdana",
				"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
				"メイリオ", "Meiryo",
				"ＭＳ Ｐゴシック"
				sans-serif;
	font:13px/1.231 Verdana,clean,sans-serif;

				*font-size:small;
				*font:x-small;
	line-height:125%;
	}
/*
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:small;
	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;
	}
	
h5{
	font-size:150%;
	font-weight:bold;
	padding:0;
	margin:0;
	}
	
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:110%;
	font-weight:bold;
	color:#f00;
	padding:2px 5px;
	background-color:#fff;
	}	
	
.price_text_red{
	font-size:110%;
	font-weight:bold;
	color:#FF0000;
	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;
	width:380px;
	}	
	
.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:110%;
	color:#006600;
	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:10px;
	}

.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:127px;
	height:auto;
	margin-left:10px;
	margin-top:2px;
	display:inline;
	float:left;
	}
	
#leftnavi_main{
	margin: 0;
	padding: 0;
	width: 127px;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#333333;
	}

.left_headbox_top{
	width:127px;
	height:30px;
	color: #FFFFFF;
	background-image: url(../img/back_img/leftbar_title.gif);
	background-repeat:repeat-x;
	text-align:center;
	line-height:30px;
	}
	
.left_headbox_houjin{
	width:127px;
	height:22px;
	color: #FFFFFF;
	/font-size:90%;
	background-image:url(../img/back_img/leftbar_houjin.gif);
	background-repeat:x-repeat;
	text-align:center;
	line-height:23px;
	}	
	
.left_headbox{
	width:127px;
	height:30px;
	color: #FFFFFF;
	background-image: url(../img/back_img/leftbar_title.gif);
	background-repeat:repeat-x;
	text-align:center;
	line-height:30px;
	}

.left_headbox2{
	width:127px;
	color: #FFFFFF;
	background-image: url(../img/back_img/leftbar_title.gif);
	background-repeat:repeat-x;
	text-align:center;
	margin-bottom:5px;
	line-height:30px;
	}

	
#leftnavi_box ul{
	font-size:90%;
	_font-size:80%;
	font-size: 85%\9;
	width:127px;
	margin:3px 0 0 0;
	padding:0px;
	}

	
#leftnavi_box li,.houjin_kotira{
	padding-bottom:5px;
	margin-left:0px;
	width:127px;
	height:20px;
	overflow: hidden;
	vertical-align:baseline;
	color:#333333;
	}

	
.leftnavi01 li a,.houjin_kotira a{
	width:127px;
	color:#000000;
	display: block;
	padding-left:9px;
	_padding-left:13px;
	padding-top:4px;
	padding-bottom:4px;
	}
	
.leftnavi01 li a:hover,.houjin_kotira a:hover{
	width:127px;
	color: #0085cf;
	text-decoration:none;
	background-color:#d6e5f2;
	padding-left:9px;
	_padding-left:13px;
	padding-top:4px;
	}

#leftnavi_used{
	margin:5px 0 0 0;
	padding: 0;
	width: 127px;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#333333;
	}


.left_headbox_used{
	width:127px;
	height:30px;
	color: #FFFFFF;
	/font-size:90%;
	background-image:url(../img/back_img/leftbar_title.gif);
	background-repeat:repeat-x;
	text-align:center;
	line-height:28px;
	}	
	
		
#leftavi_main{
	width:127px;
	height:20px;
	}

.parent a{
	display: block;
	padding-left:20px;
	_padding-left:24px;
	padding-top:4px;
	padding-bottom:4px;
	text-decoration:none;
	background-color:#ffffff;
	background-image:url(../img/icon/leftnavi/arrow_blue_right.gif);
	background-position:8px 6px;
	background-repeat:no-repeat;
	}

.parent a:hover{
	display: block;
	padding-left:20px;
	_padding-left:24px;
	padding-top:4px;
	padding-bottom:4px;
	text-decoration:none;
	background-color:#d6e5f2;
	background-image:url(../img/icon/leftnavi/arrow_blue_right.gif);
	background-position:8px 6px;
	background-repeat:no-repeat;
	}

.pc_child a{
	display: block;
	padding-left:30px;
	_padding-left:34px;
	padding-top:4px;
	padding-bottom:4px;
	text-decoration:none;
	background-color:#ffffff;
	background-image:url(../img/icon/leftnavi/arrow_grey_right.gif);
	background-position:18px 6px;
	background-repeat:no-repeat;
	}

.pc_child a:hover{
	display: block;
	padding-left:30px;
	_padding-left:34px;
	padding-top:4px;
	padding-bottom:4px;
	text-decoration:none;
	background-color:#d6e5f2;
	background-image:url(../img/icon/leftnavi/arrow_grey_right.gif);
	background-position:18px 6px;
	background-repeat:no-repeat;
	}
	
.guide_child{
	font-size:90%;
	_font-size:85%;
	}
	
#leftnavi_box img{
	vertical-align:middle;
	}
	
.leftnavi01{
	width:127px;
	margin:5px 0;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#333333;
	}

.leftnavi02{
	width:127px;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#333333;
	margin-bottom:5px;
	font-size:0.9em;
	line-height:130%;
	}

.leftnavi02_innner,.houjin_kotira{
	font-size:90%;
	_font-size:80%;
	line-height:150%;
	}	

.leftnavi02_innner{
	padding:2px 5px 5px 10px;
	}	

#leftnavi_box a:link {
	color: #000000;
	}
	
#leftnavi_box a:visited {
	color: #000000;
	}
	
#leftnavi_box a:hover {
	color: #FF6600;
	} 



	

		
/* フッター*/
#footer {
	clear:both;
	font-size: 1em;
	margin-left:auto;
	margin-right:auto;
	width: auto;
	height: 55px;
	text-align:center;
	}



/*CSSハック clearfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
	position:relative;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


#iso{
	width:600px;
	height:auto;
	background-color:#F2F6F9;
	padding:15px;
	margin-bottom:15px;
	border: 1px solid #98b4ce;
}

.iso-logo{
		float:left;
		margin:0 30px 0 0;
}
.iso-info{
	width:370px;
	padding:10px 0 0 0;
	float:left;
}

.iso-info p{
	line-height:150%;
}
