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

/*トップページ事業所*/
#main .q_nav .subs {
	width: 900px;
	height: 100%;
	padding:20px 0 20px 58px;
	background-color:#FFF5EC;
	overflow: hidden;
	border: solid 1px #D1BD03;
	border-radius: 10px;
	background: no-repeat url("../images2/top_qnav_bg.png");
	background-position: right bottom;
}
#main .q_nav .subs li.orange  a {
	border-left:5px solid #FFB46A;
}
/*介護事業共通list*/
 #main .q_nav .subs li.kaigokyotsu a {
	text-align: center;
	text-indent: 0px;
	border-left: 5px solid #FFB46A;
	border-right: 5px solid #FFB46A;
}
#main .q_nav .subs li.kaigokyotsu a:hover {
	border-left: 5px solid  #D1BD03;
	border-right: 5px solid #D1BD03;
}
/*テーブルのフォント修正*/
#main .inner .main table.care tr th {
	border: solid 1px #999999;
	/font-size:16px;
	line-height:150%;
	padding:10px;
}
#main .inner .main table.care tr td {
	border: solid 1px #999999;
	/font-size:16px;
	line-height:150%;
	padding:10px;
}