/*---------------------------共通css---------------------------*/

/*-------------------全体-------------------*/
* { 

	margin: 0; padding: 0; 
	border:0;
	font-weight: normal;
	font-style:normal; 
	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3';
}
body{
	background-color:#FFF;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	padding-top: 10px;
	font-size:12px;
}

/*-------------------ヘッダ-------------------*/
#header{
	height:80px;
}
#header .logo{
	height:23px;
	width:768px;
	text-align:right;
}
#header h1{
	height:32px;
	padding-left:30px; 
}
#head_menu{
	height:25px;
	width:511px;
	margin-left:269px; 
}
#head_menu ul{
	width:511px;
	list-style-type:none;
	display:inline;
}
#head_menu li{
	float:left;
}
#head_menu li a{
	display:block;
	height:25px;
	background: url(../images/head_btn.gif) no-repeat 0 0;/*画像変更*/	
}
/*------------headボタン------------*/
#head_menu .head_btn1 a {width:99px; background-position: 0px 0px;}
#head_menu .head_btn2 a {width:117px; background-position: -99px 0px;}
#head_menu .head_btn3 a {width:119px; background-position: -216px 0px;}
#head_menu .head_btn4 a {width:95px; background-position: -335px 0px;}
#head_menu .head_btn5 a {width:81px; background-position: -430px 0px;}

#head_menu .head_btn1 a:hover {background-position: 0px -25px;}
#head_menu .head_btn2 a:hover {background-position: -99px -25px;}
#head_menu .head_btn3 a:hover {background-position: -216px -25px;}
#head_menu .head_btn4 a:hover {background-position: -335px -25px;}
#head_menu .head_btn5 a:hover {background-position: -430px -25px;}

/*アクティブ*/
#head_menu .head_btn1 a.head_btn1_Ac {background-position: 0px -25px;}
#head_menu .head_btn2 a.head_btn2_Ac {background-position: -99px -25px;}
#head_menu .head_btn3 a.head_btn3_Ac {background-position: -216px -25px;}
#head_menu .head_btn4 a.head_btn4_Ac {background-position: -335px -25px;}
#head_menu .head_btn5 a.head_btn5_Ac {background-position: -430px -25px;}


/*-------------------フッタ-------------------*/
#foot{
	height:50px;
	width:780px;
}
.copy{
	height:21px;
	width:370px;
	background-image:url(../images/foot_copy.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:left;
}
#foot_menu{
	height:21px;
	float:right;
}
#foot_menu ul{
	list-style-type:none;
	display:inline;
	padding-right:8px;
	width:130px;
}
#foot_menu li{
	float:left;
}
#foot_menu li a{
	display:block;
	height:21px;
	background: url(../images/foot_btn.gif) no-repeat 0 0;/*画像変更*/	
}
/*------------footボタン指定------------*/
#foot_menu .foot_btn1 a {width:130px; background-position: 0px 0px;}
#foot_menu .foot_btn2 a {width:95px; background-position: -130px 0px;}
#foot_menu .foot_btn3 a {width:80px; background-position: -225px 0px;}


/*-------------------コンテンツ-------------------*/
#contents{
	width:780px;
	background-color: #157AAC;
}
#contents div.pd{
	padding:0px 8px 21px;
}

/*----右メイン----*/
#main-out{
	background-color:#FFF;
	float:right;
	width:550px;
}
.main{
	background-image: url(../images/bg_square.gif);/*画像変更*/
	background-repeat: no-repeat;
	background-position: 0px 31px;
	padding:27px 27px 27px 28px;
}
.main h2{
	padding-bottom:10px;	
}

/*----左ナビ----*/
#navi-out{
	background-color:#FFF;
	float:left;
	width:206px;	
}
.navi{
	background-image: url(../images/bg_square.gif);/*画像変更*/
	background-repeat: no-repeat;
	background-position: 0px 31px;
	padding:27px;
}
.navi h2{
	padding-bottom:5px;	
}
.navi p{
	padding:10px 0px;
	font-size:10px;	
}
/*ナビリンク*/
.navi ul{
	list-style-type:none;
 margin:0px;
	padding:0px;
}
.navi li{
 margin:0px;
	padding:0px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 142px 10px;
}
.navi li a:link,.navi li a:visited{
	background-image: url(../images/dot_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 7px 0px;
	line-height:1em;
	text-decoration:none;
	display:block;
}
.navi li a:hover,.navi li a:active{
	color:#157AAC;/*色変更*/

	text-decoration:underline;	
}


/*----ナビ無しページ設定----*/
#main2-out{
	background-color:#FFF;
	width:764px;
}
.main{
	background-image: url(../images/bg_square.gif);/*画像変更*/
	background-repeat: no-repeat;
	background-position: 0px 31px;
	padding:27px 27px 27px 27px;
}




/*-------------------こまごま設定-------------------*/
/* 列幅 */
p,td{
	line-height: 1.3em;
}
/* テキストリンク */
a:link {
	color: #157AAC;
	text-decoration : none;
	cursor: hand;
}
a:visited {
	color: #157AAC;
	text-decoration : none;
}
a:active {
	color : #157AAC;/*色変更*/
	text-decoration : underline;
}
a:hover {
	color : #157AAC;/*色変更*/
	text-decoration : underline;
}

/*コメントアウト*/
.text_out{
	position:absolute;
	top:-5000px;
	left:-5000px;
}

/*float対策*/
br.clear{
	clear:both;
	line-height:0.5em;
}

/*写真設定*/
.head_photo{
	height:128px;
	width:780px;
	background-image:url(../images/head_photo.jpg);/*画像変更*/
}

/*dotline余白*/
.line-img{
	margin: 20px 0px;
	padding: 0px;
	line-height:1px;
}
.line-img2{
	margin: 10px 0px 0px;
	padding: 0px;
	line-height:1px;
}
.line-img3{
	margin: 10px 0px;
	padding: 0px;
	line-height:1px;
}
.line-img4{
	margin: 20px 0px 10px;
	padding: 0px;
	line-height:1px;
}
.line-navi{
	margin: 0px;
	padding: 0px;
	line-height:1px;
}

/*ボタン用dotline*/
.btnBG{
	padding:7px 0 1px;
	background: url(../images/dot_line.gif) repeat-x left bottom;
}

/*もどるリンク*/
.back{
	padding:15px 0 0;
	text-align:right;
}


/*---------------------------会社概要 事業所 css---------------------------*/
.dotline0{
	padding-top: 8px;
	padding-bottom: 8px;
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
}
.dotline1{
	padding-top: 8px;
	padding-bottom: 8px;
	background: url(../images/dot_line.gif) repeat-x left bottom;
}
/*会社概要*/
img.icon1 {
	margin: 0px 5px;
	vertical-align: middle;
}
img.icon2 {
	margin: 0px 10px;
	vertical-align: middle;
}
/*事業所*/
.searchT{
	padding:0 0 15px;
	font-weight: bold;
}
#searchMap{
	width:710px;
	height:300px;
	overflow:hidden;
}
.searchMap{
	width:708px;
	height:298px;
	border:1px solid #7F7F7F;
	overflow:hidden;
}
table.searchKen td{
	padding:0 15px;
	line-height:1.7;
}
table.searchKen td.ttl{
	width:90px;
	padding:0;
	border-right:1px solid #7F7F7F;
}
.mapT{
	padding:10px 0 ;
	font-size:20px;
	font-weight: bold;
}
table.mapList th{
	padding:5px 0 ;
	font-size:10px;
	border-bottom:1px solid #7F7F7F;
}
table.mapList td{
	padding:8px 0 ;
	background: url(../images/dot_line.gif) repeat-x left bottom;
}
table.mapList td.name{
	vertical-align:top;
	width:200px;
}
table.mapList td.add{
	width:375px;
}
table.mapList td.icon{
	width:45px;
	text-align:center;
}



/*---------------------------レンタル窓口 css---------------------------*/
table.rental{
	margin-top:15px;
}
table.rental td{
	padding:4px 0 ;
	background: url(../images/dot_line.gif) repeat-x left bottom;
}
table.rental td p {
	margin:0px;
	padding:0 0 0 10px;
	background: url(../images/arrow.gif) no-repeat 0 0.5em;
	font-size:14px;
}

table.rental2{
	margin:35px 0 25px;
	border-collapse: collapse;
}
table.rental2 td{
	margin-top:35px;
	padding:17px;
	text-align:center;
	border:1px solid #D3D3D3;
}
table.rental2 td.name{
	font-size:14px;
}
table.rental2 td.telBg{
	background:#F8F7B6;
}
.tel{
	font-size:24px;
	color: #157AAC;
	font-weight:bold;
}



/*---------------------------リンク css---------------------------*/
table.link{
	border-top:1px solid #7F7F7F;
}
table.link td{
	padding:20px 0 ;
	background: url(../images/dot_line.gif) repeat-x left bottom;
}
table.link td p {
	margin:0px;
	padding:0 0 0 10px;
	background: url(../images/arrow.gif) no-repeat 0 0.5em;
	font-size:14px;
}
table.link td.url a:link {
	color: #5F5F5F;
	text-decoration : none;
	cursor: hand;
}
table.link td.url a:visited {
	color: #5F5F5F;
	text-decoration : none;
}
table.link td.url a:active {
	color : #157AAC;/*色変更*/
	text-decoration : underline;
}
table.link td.url a:hover {
	color : #157AAC;/*色変更*/
	text-decoration : underline;
}



/*---------------------------プライバシーポリシー css---------------------------*/
.p_gray{
	background-color: #BFBFBF;
	margin:5px 0px 40px;
}
.p_bg{
	background-color: #F2F2F2;
	padding: 20px 24px;
}

p.title{
	color: #323232;
}
p.contents{
	padding-bottom: 40px;
}
p.right{
	text-align:right;
}
p.dan {
	text-indent: -1em;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
}
p.dan_p40 {
	text-indent: -1em;
	padding-bottom: 40px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
}
p.dan2 {
	text-indent: -1em;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2em;
}
p.dan2_p40 {
	text-indent: -1em;
	padding-bottom: 40px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2em;
}

