/* CSS Document */

/*******************************
/* TOPページ
*******************************/

.top-main-img{
	width: 920px;
	margin: 0px auto;
	border: 0px #cccccc solid;	
}
.top-main-img img{
	border-radius: 0px 0px 15px 15px;
}

.facebook{
	margin: 190px 0px 0px 585px;
	border: 0px #cccccc solid;
}


.top-main-navi{
	width: 920px;
	margin: 70px auto 0px;
	padding: 0px;
	border: 0px #cccccc solid;
	overflow: hidden;
}
.top-main-navi01{
	width: 280px;
	height: 160px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
}
.top-main-navi02{
	width: 280px;
	margin: 0px 0px 0px 39px;
	padding: 0px;
	border: 0px #cccccc solid;
	float: left;
}
.top-main-navi03{
	width: 280px;
	margin: 0px 0px 0px 39px;
	padding: 0px;
	border: 0px #cccccc solid;
	float: left;
}

.top-main-navi11{
	width: 440px;
	height: 160px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
}
.top-main-navi12{
	width: 440px;
	margin: 0px 0px 0px 39px;
	padding: 0px;
	border: 0px #cccccc solid;
	float: left;
}

.top-main-navi img{
	border-radius: 10px;
	border: 1px #cccccc solid;
}

.top-main-navi a:hover img {
	opacity:0.70; /* CSS3 */
}



.top-main-txt{
	width: 878px;
	margin: 20px auto 0px;
	padding: 20px;
	border: 1px #cccccc solid;
	overflow: hidden;
	border-radius: 15px 15px 15px 15px;
	background-color: #fafaf0;
}

.top-main-txt p.title{
	width: 858px;
	font-size: 120%;
	font-weight: bold;
	padding: 10px;
	line-height: 20px;
	background-color: #eeddbb;
	border-radius: 5px;
	float: left;
}
.top-main-txt p{
	width: 858px;
	padding: 10px;
	line-height: 30px;
	float: left;
	border: 0px #cccccc solid;
}
.top-main-txt p.map{
	width: 300px;
	height: 200px;
	margin: 15px 0px 0px 15px;
	padding: 5px;
	line-height: 30px;
	border: 1px #cccccc solid;
	background-color: #ffffff;
}
.top-main-txt img{
	border-radius: 10px;
	margin: 5px;
}






/*******************************
/* サブページ
*******************************/

.sub-main-bg{
	width: 920px;
	border: 0px #cccccc solid;
	overflow: hidden;
	background:url("../imgfiles/sub-main-bg.jpg") top left repeat-y;
	border-radius: 0px 0px 15px 15px;
}

.sub-main-txt{
	width: 878px;
	margin: 20px auto 0px;
	padding: 20px;
	border: 1px #cccccc solid;
	overflow: hidden;
	border-radius: 15px 15px 15px 15px;
	background-color: #fafaf0;
}
.sub-main-txt p.title{
	width: 850px;
	height: 24px;
	font-size: 120%;
	font-weight: bold;
	padding-left: 20px;
	line-height: 24px;
	background-color: #eeddbb;
	border-radius: 10px;
	float: left;
}
.sub-main-txt p{
	width: 858px;
	padding: 10px;
	line-height: 30px;
	float: left;
}

.sub-main-img-l img{
	height: 160px;
	width: 240px;
	margin-left: -10px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
	border: 0px #cccccc solid;
	border-radius: 10px;
}
.sub-main-img-r img{
	height: 160px;
	width: 240px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: -10px;
	float: right;
	border: 0px #cccccc solid;
	border-radius: 10px;
}

.sub-main-txt .box-l{
	width: 400px;
	margin: 15px 10px 0px 0px;
	padding: 15px;
	float: left;
	border: 1px #cccccc solid;
	border-radius: 10px;
	background-color: #ffffff;
	overflow: hidden;
}

.sub-main-txt .box-r{
	width: 400px;
	margin: 15px 0px 0px 4px;
	padding: 15px;
	float: left;
	border: 1px #cccccc solid;
	border-radius: 10px;
	background-color: #ffffff;
	overflow: hidden;
}

.sub-main-txt p.box-title{
	width: 380px;
	height: 20px;
	margin : 0px 0px 10px 0px;
	font-weight: bold;
	line-height: 20px;
	border: 0px #cccccc solid;
	border-radius: 10px;
	background-color: #ffdd88;
}


.sub-main-txt span.sub-main-txt-staffbg{
	margin-right: 10px;
	padding: 5px 10px 5px 10px;
	font-weight: normal;
	line-height: 28px;
	border: 1px #cccccc solid;
	border-radius: 20px;
	background-color: #ffffff;
	overflow: hidden;
}


.sub-main-txt2-l{
	width: 578px;
	margin: 20px 15px 20px 0px;
	padding: 20px 20px 0px 20px;
	border: 1px #cccccc solid;
	overflow: hidden;
	border-radius: 15px 15px 15px 15px;
	background-color: #fafaf0;
	float: left;
}
.sub-main-txt2-l p.title{
	width: 550px;
	height: 24px;
	font-size: 120%;
	font-weight: bold;
	padding-left: 20px;
	line-height: 24px;
	background-color: #eeddbb;
	border-radius: 10px;
	float: left;
}
.sub-main-txt2-l p{
	width: 558px;
	padding: 10px;
	line-height: 30px;
	float: left;
}

.sub-main-txt2-l span.sub-main-txt-staffbg{
	margin-right: 10px;
	padding: 5px 10px 5px 10px;
	font-weight: normal;
	line-height: 28px;
	border: 1px #cccccc solid;
	border-radius: 20px;
	background-color: #ffffff;
	overflow: hidden;
}

.sub-main-txt2-r{
	width: 240px;
	margin: 20px 0px 0px 0px;
	padding: 20px 20px 0px 20px;
	border: 1px #cccccc solid;
	overflow: hidden;
	border-radius: 15px 15px 15px 15px;
	background-color: #fafaf0;
}
.sub-main-txt2-r p{
	padding: 10px;
	line-height: 30px;
	float: left;
}
.sub-main-txt2-r img{
	height: 160px;
	width: 240px;
	margin-left: 10px;
	float: right;
	border: 0px #cccccc solid;
	border-radius: 10px;
}


.sub-main-txt-contact{
	margin: -20px auto 10px;
	padding: 0px;
	color: #660000;
	font-weight: bold;
	font-size: 16px;
}
.sub-main-txt-contact a{
	color: #ee8800;
}



/*******************************
/* 共通 料金表
*******************************/

.price-table{
	width: 850px;
	margin: 0px auto 30px;
	padding: 0px;
	border: 1px #cccccc solid;
	text-align: center;
	background-color: #ffffff;

}
.price-table tr{
	padding: 5px;
	border: 1px #cccccc solid;
}
.price-table td{
	padding: 5px 10px;
	border: 1px #cccccc solid;
	vertical-align: middle;
}
.price-table .green{
	background-color: #ccffaa;
}
.price-table .yellow{
	background-color: #ffffaa;
}
.price-table .blue{
	background-color: #ccffff;
}


/*******************************
/* デイサービス TOP
*******************************/

.day_service-main-navi{
	width: 920px;
	margin: 20px auto 10px;
	padding: 0px;
	border: 0px #cccccc solid;
	overflow: hidden;
}
.day_service-main-navi01{
	width: 280px;
	height: 160px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
}
.day_service-main-navi02{
	width: 280px;
	margin: 0px 0px 0px 39px;
	padding: 0px;
	border: 0px #cccccc solid;
	float: left;
}
.day_service-main-navi03{
	width: 280px;
	margin: 0px 0px 0px 39px;
	padding: 0px;
	border: 0px #cccccc solid;
	float: left;
}

.day_service-main-navi img{
	border-radius: 10px;
	border: 1px #cccccc solid;
}

.day_service-main-navi a:hover img {
	opacity:0.70; /* CSS3 */
}

.day_service-txt{
	width: 350px;
	height: 257px;
	margin: 20px auto 0px;
	padding: 13px 20px;
	border: 0px #cccccc solid;
	border-radius: 10px;
	float: left;
	background:url("../imgfiles/day_service/day_service-txt-bg.png") bottom left no-repeat;
	background-color: #ffffff;
	overflow: hidden;
}

.day_service-txt2{
	margin: 20px auto 0px;
	padding: 13px 20px;
	border: 0px #cccccc solid;
	border-radius: 10px;
	float: left;
	background:url("../imgfiles/day_service/day_service-txt-bg.png") bottom left no-repeat;
	background-color: #ffffff;
	overflow: hidden;
}

.day_service-information{
	width: 462px;
	margin: 20px 0px 0px 20px;
	padding: 0px auto;
	border: 0px #cccccc solid;
	background-color: #ffffff;
	border-radius: 10px 0px 0px 10px;
	float: left;
	overflow: hidden;
}

.day_service-information .info-title{
	width: 462px;
	margin: 0px;
	padding: 0px auto;
	border: 0px #cccccc solid;
	background-color: #f0f0e0;
	border-radius: 10px 0px 0px 0px;
	font-weight: bold;
	line-height: 24px;
	float: left;
	overflow: hidden;
}


/*******************************
/* デイサービス 施設紹介
*******************************/

.day_service-introduction-main-navi{
	width: 920px;
	margin: 0px auto 10px;
	padding: 0px;
	border: 0px #cccccc solid;
	overflow: hidden;
}
.day_service-introduction-main-navi .box{
	height: 160px;
	margin-top: 30px;
	padding: 0px;
	float: left;
	overflow: hidden;
}
.day_service-introduction-main-navi p.l{
	width: 420px;
	padding: 0px;
	background-color: #ffffff;
	border-radius: 10px;
}
.day_service-introduction-main-navi p.r{
	width: 420px;
	margin-left: 35px;
	padding: 0px;
	background-color: #ffffff;
	border-radius: 10px;
}

.day_service-introduction-main-navi span{
	width: 180px;
	height: 160px;
	margin: 0px;
	padding: 0px;
	line-height: 160px;
	font-size: 120%;
	text-align: center;
	border: 0px #cccccc solid;
	float: left;
}
.day_service-introduction-main-navi img{
	width: 240px;
	height: 160px;
	margin: 0px;
	padding: 0px;
	line-height: 160px;
	font-size: 16px;
	text-align: center;
	border: 0px #cccccc solid;
	border-radius: 10px;
	float: left;
}

.day_service-introduction-time{
	width: 800px;
	margin: 0px auto 10px;
	padding: 0px;
	border: 0px #cccccc solid;
	overflow: hidden;
}

.day_service-introduction-time .box{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	border: 0px #cccccc solid;
	border-radius: 10px;
	overflow: hidden;
}
.day_service-introduction-time .box .l{
	width: 530px;
	margin: 0px;
	padding: 10px 15px;
	float: left;
	border: 0px #cccccc solid;
}
.day_service-introduction-time .box .l .time{
	color: #66aa00;
	font-size: 120%;
	font-weight: bold;
}

.day_service-introduction-time .box .l .title{
	color: #ff6600;
	padding: 5px 0px;
	font-size: 130%;
	font-weight: bold;
}

.day_service-introduction-time .box .r img{
	margin: 0px;
	padding: 0px;
	float: right;
	border: 0px #cccccc solid;
	border-radius: 10px;

}

.day_service-introduction-time .box-ya{

	text-align: center;
	overflow: hidden;
}




/*******************************
/* デイサービス サービス内容
*******************************/

.day_service-service-main-navi{
	width: 920px;
	margin: 0px auto 20px;
	padding: 0px;
	border: 0px #cccccc solid;
	overflow: hidden;
}
.day_service-service-main-navi .box{
	height: 160px;
	margin-top: 20px;
	padding: 0px;
	float: left;
	overflow: hidden;
}
.day_service-service-main-navi p.l{
	width: 420px;
	padding: 0px;
	background-color: #ffffff;
	border-radius: 10px;
}
.day_service-service-main-navi p.r{
	width: 420px;
	margin-left: 35px;
	padding: 0px;
	background-color: #ffffff;
	border-radius: 10px;
}

.day_service-service-main-navi span{
	width: 180px;
	height: 160px;
	margin: 0px;
	padding: 0px;
	line-height: 160px;
	font-size: 120%;
	text-align: center;
	border: 0px #cccccc solid;
	float: left;
}
.day_service-service-main-navi img{
	width: 240px;
	height: 160px;
	margin: 0px;
	padding: 0px;
	line-height: 160px;
	font-size: 16px;
	text-align: center;
	border: 0px #cccccc solid;
	border-radius: 10px;
	float: left;
}

.day_service-service-rec{
	width: 920px;
	margin: 0px auto 20px;
	padding: 0px;
	border: 0px #cccccc solid;
	overflow: hidden;
}
.day_service-service-rec .box{
	height: 200px;
	margin-top: 10px;
	padding: 0px;
	float: left;
	overflow: hidden;
}
.day_service-service-rec p.l{
	width: 420px;
	padding: 0px;
	background-color: #ffffff;
	border-radius: 10px;
}
.day_service-service-rec p.r{
	width: 420px;
	margin-left: 35px;
	padding: 0px;
	background-color: #ffffff;
	border-radius: 10px;
}
.day_service-service-rec img{
	width: 420px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	line-height: 160px;
	font-size: 16px;
	text-align: center;
	border: 0px #cccccc solid;
	border-radius: 10px;
	float: left;
}





/*******************************
/* 訪問介護 TOP
*******************************/




/*******************************
/* 訪問介護 ご利用方法
*******************************/

.visiting_care-howto-txt{
	width: 875px;
	margin: 10px auto 0px;
	padding: 0px;
	border: 0px #cccccc solid;
	border-radius: 10px;
	float: left;
	background-color: #ffffff;
	overflow: hidden;
}
.visiting_care-howto-txt .left{
	width: 80px;
	height: 80px;
	margin: 15px;
	padding: 0px;
	border: 0px #cccccc solid;
	float: left;
}
.visiting_care-howto-txt img{
	border-radius: 50px;
}

.visiting_care-howto-txt .right{
	width: 750px;
	margin: 15px 0px 15px 0px;
	padding: 0px;
	border: 0px #cccccc solid;
	float: left;
}
.visiting_care-howto-txt .right img{
	float: right;
}

.visiting_care-howto-ya{
	width: 200px;
	margin: 0px auto;
	padding: 0px;
	border: 0px #cccccc solid;
	overflow: hidden;
}
.visiting_care-howto-ya img{
	margin: 10px auto 0px;
	padding: 0px;
	border: 0px #cccccc solid;

}



/*******************************
/* 訪問介護 料金表
*******************************/

.price-bottom img{
	width: 850px;
	height: 200px;
	margin: 0px auto 0px;
	padding: 0px;
	border-radius: 10px;
	background-color: #ffffff;
	overflow: hidden;
}


p.price-bottom-txt{
	width: 820px;
	margin: 0px 0px 10px 10px;
	padding: 15px;
	border-radius: 10px;
	line-height: 200%;
	background-color: #fffdcc;
	overflow: hidden;
}












/*******************************
/* ケアプラン TOP
*******************************/

.care_plan-bottom-navi-box{
	width: 920px;
	margin: 30px auto 00px;
	padding: 0px;
	border: 0px #cccccc solid;
	font-size: 17px;
	font-weight: bold;
	float: left;
	overflow: hidden;
}

.care_plan-bottom-navi-box .c{
	text-align: center;
	margin-left: 260px;
	padding: 0px;
	float: left;
	display: block;
}

.care_plan-bottom-navi-box .l{
	text-align: center;
	margin-left: 30px;
	padding: 0px;
	float: left;
	display: block;
}
.care_plan-bottom-navi-box .r{
	text-align: center;
	margin-left: 50px;
	padding: 0px;
	float: left;
	display: block;
}

.care_plan-bottom-navi-box a{
	width: 400px;
	height: 60px;
	line-height: 60px;
	color: #660000;
	background-color: #f0e0c0;
	border: 5px #bb9966 solid;
	border-radius: 35px;
	display: block;
}
.care_plan-bottom-navi-box a:hover{
	width: 400px;
	height: 60px;
	line-height: 60px;
	color: #aa3300;
	background-color: #ffeecc;
	border: 5px #bb9966 solid;
	border-radius: 35px;
	display: block;
}




/*******************************
/* ケアプラン ご利用の流れ
*******************************/

.care_plan-flow-txt{
	width: 875px;
	margin: 10px auto 0px;
	padding: 0px;
	border: 0px #cccccc solid;
	border-radius: 10px;
	float: left;
	background-color: #ffffff;
	overflow: hidden;
}

.care_plan-flow-txt .left{
	width: 80px;
	height: 80px;
	margin: 15px;
	padding: 0px;
	border: 0px #cccccc solid;
	float: left;
}
.care_plan-flow-txt .left img{
	border-radius: 50px;
}

.care_plan-flow-txt .right{
	width: 750px;
	margin: 15px 0px 15px 0px;
	padding: 0px;
	border: 0px #cccccc solid;
	float: left;
}
.care_plan-flow-txt .right img{
	float: right;
}

.care_plan-flow-ya{
	width: 200px;
	margin: 0px auto;
	padding: 0px;
	border: 0px #cccccc solid;
	overflow: hidden;
}
.care_plan-flow-ya img{
	margin: 10px auto 0px;
	padding: 0px;
	border: 0px #cccccc solid;

}



/*******************************
/* お問い合わせ
*******************************/

.contact-box{
	width: 860px;
	margin: 30px auto 30px ;
	padding-left: 20px;
	border: 0px #ccccbb solid;

	overflow: hidden;
}
.contact-table{
	width: 840px;
	border: 0px #ccccbb solid;
	background-color: #ffffff;
}
.contact-table tr{
	border-bottom: 1px #ccccbb dotted;
}
.contact-table th{
	width: 200px;
	line-height: 260%;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	vertical-align: top;
	background-color: #f8f8da;
}
.contact-table td{
	line-height: 260%;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contact-table textarea{
	margin-top: 5px;
	margin-bottom: 5px;
}
.contact-form-box{
	width: 400px;
	text-align: center;
	margin: 50px auto 0px;
	border: 0px #cccccc solid;
	overflow: hidden;
}
.contact-form{
	width: 200px;
	text-align: center;
	float: left;
	border: 0px #cccccc solid;
}


/* お問い合わせ サンクス　 */

.contact-thanks-title{
	text-align: center;
	margin: 40px auto 0px;
	border: 0px #ccccbb solid;
}
.contact-thanks-box{
	width: 650px;
	margin: 30px 0px 150px 0px;
	border: 0px #ccccbb solid;
}
.contact-thanks-table{
	width: 650px;
	border: 1px #ccccbb solid;
}
.contact-thanks-table tr{
}

.contact-thanks-table th{
	line-height: 30px;
	font-weight: normal;
	text-align: left;
	padding: 5px 10px;
	background-color: #fafaf0;
}
.contact-thanks-table td{
	line-height: 30px;
	text-align: left;
	padding: 5px 10px;
}
.contact-form-thanks-box{
	text-align: center;
	margin: 30px auto;
}


/* 個人情報保護ポリシー */

.privacy p{
	border-bottom: 1px #666666 dotted;
}
















