@charset "shift_jis";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333;
}
img { vertical-align:bottom; border:none;}
h1,h2,h3,h4,h5,ul,li,p { margin:0; padding:0;}
form{margin:0; padding:0;}
.clearfix:after{
   content:".";
   display:block;
   height:0;
   visibility:hidden;
   clear:both;
}

.clearfix{
   display:inline-block;
   min-height:1%;  /* for IE 7 and MacIE5.5*/
}

.small{font-size:10px;font-weight:normal;letter-spacing:-0.5px;}

/*------------------------------margin設定------------------------------*/
.mb5{
	margin-bottom: 5px;
}

.mb10{
	margin-bottom: 10px;
}

.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}

/*------------------------------全体設定------------------------------*/
#container{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}


/*------------------------------Header------------------------------*/
#header{}
#header h1{
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	padding-bottom: 3px;
	letter-spacing: 1px;
}
#header h2{
	padding-bottom: 12px;
}
/*------------------------------Global Navi------------------------------*/
#leftclm{
	background-color: #FFFFFF;
	border: 6px solid #2E3192;
	width: 188px;
}
#gnavi{
	width: 188px;
	text-align: center;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
#gnavi ul{
	list-style-type: none;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
#gnavi a{
	color: #333;
	text-decoration: none;
}
#gnavi a:hover{
	text-decoration: underline;
}

#gnavi .about01{
	background-image: url(../img/gnavi_about01.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 160px;
	margin-bottom: 5px;
	padding-top: 10px;
}
#gnavi .about02{
	background-image: url(../img/gnavi_about02.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 160px;
	margin-bottom: 3px;
	line-height: 24px;
}
#gnavi .center{
	background-image: url(../img/gnavi_center02.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 160px;
	margin-bottom: 3px;
	line-height: 24px;
}
#gnavi .maid{
	background-image: url(../img/gnavi_maid02.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 160px;
	margin-bottom: 3px;
	line-height: 24px;
}
#gnavi .rental{
	background-image: url(../img/gnavi_rental02.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 160px;
	margin-bottom: 3px;
	line-height: 24px;
}
#gnavi .saiyo01{
	background-image: url(../img/gnavi_saiyo01.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 110px;
	margin-bottom: 5px;
	padding-left: 50px;
	padding-top: 18px;
}
#gnavi .saiyo02{
	background-image: url(../img/gnavi_saiyo02.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 160px;
	margin-bottom: 3px;
	line-height: 24px;
}
#gnavi .saiyo02b{
	background-image: url(../img/gnavi_saiyo02.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 160px;
	margin-bottom: 10px;
	line-height: 24px;
}

#gnavi .link{
	background-image: url(../img/gnavi_link.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 160px;
	margin-bottom: 10px;
	padding-top: 18px;
}

#gnavi .privacy{
	background-image: url(../img/g_navi_privacy.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 160px;
	margin-bottom: 10px;
	padding-top: 18px;
}
/*------------------------------Contents Navi------------------------------*/
#cnavi{
	margin: 0px 0px 15px 20px;
	width: 580px;
}
#cnavi a{
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#cnavi a:hover{
	text-decoration: underline;
}

#cnavi ul{
	list-style-type: none;
}
#cnavi li{
	float: left;
}

#cnavi .center{
	margin-right: 3px;
	background-image: url(../img/cnavi_center.jpg);
	background-repeat: no-repeat;
	height: 46px;
	width: 91px;
	text-align: center;
	padding-top: 10px;
	padding-right: 100px;
}
#cnavi .maid{
	margin-right: 3px;
	background-image: url(../img/cnavi_maid.jpg);
	background-repeat: no-repeat;
	height: 46px;
	width: 51px;
	text-align: center;
	padding-top: 10px;
	padding-right: 140px;
}
#cnavi .rental{
	background-image: url(../img/cnavi_rental.jpg);
	background-repeat: no-repeat;
	height: 46px;
	width: 51px;
	text-align: center;
	padding-top: 10px;
	padding-right: 140px;
}

/*------------------------------Contents------------------------------*/
#contents{
	width: 580px;
	margin-left: 20px;
}
.title{margin-bottom: 20px;}

/*------------------------------Footer------------------------------*/
#footer{
	margin-top: 10px;
	padding-top: 8px;
	color: #505050;
	text-align: center;
	border-top: 1px solid #8B8B8B;
	border-bottom: 1px solid #8B8B8B;
	padding-bottom: 8px;
	margin-bottom: 5px;
}
#footer .company{
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
}
#footer address{
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-size: 14px;
}
#footer a{
	text-decoration: none;
	color: #505050;
}
#footer .add{
	font-size: 20px;
	font-weight: bold;
}
#footer .add span{
	font-size: 12px;
	font-weight: normal;
}

#footer .add a:hover{
	font-size: 20px;
	text-decoration: underline;
}
#footer .free{
	background-image: url(../img/freedial.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 26px;
	margin-bottom: 3px;
}
#footer .free a:hover{
	text-decoration: underline;
}

#footer .dial{
	font-size: 18px;
	font-weight: bold;
}

