@charset "UTF-8";

/*
Theme Name: 各施設テーマ
Description:
Theme URI:
*/

/* 共通 */

body {
	font-size: 13px;
	padding-top: 140px;
}

.container {
	width: 970px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
}

img {
	vertical-align: top;
}

a {
	text-decoration: none;
	display: inline-block;
	color: #402F7A;
}

/* 見出しの指定 */

#right-main article section h1 {
	background: url(img/line-page-h-tag.png) repeat-x bottom left;
	margin: 35px 0 15px 0;
	padding-left: 0;
	padding-bottom: 15px;
	font-size: 176%;
}

#right-main article section h1:first-child {
	margin-top: 5px;
}

/* ヘッダー */

header {
	background: #fff;
	width: 100%;
	padding-top: 10px;
	position: fixed;
	top: 0;
	z-index: 999;
}

header:after {
	content: "";
	background: url(img/background-header.png) repeat-x bottom left;
	width: 100%;
	height: 10px;
	position: absolute;
	border-bottom: 0;
	bottom: -9px;
}

header > .container {
	margin: 0 auto 15px auto;
}

header h1.left-header {
	width: 440px;
	padding-top: 20px;
	float: left;
}

header h1 {
	font-size: 84%;
}

header h1 a {
	display: block;
	font-family: "ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	color: #38328C;
}

header h1 img {
	margin-right: 15px;
	float: left;
}

header h1 #title-type {
	padding-top: 15px;
	display: inline-block;
	letter-spacing: 0.2em;
}

header h1 span#group {
	font-size: 236%;
}

header div.right-header {
	float: right;
}

header div.right-header .left-header {
	margin-top: 37px;
	padding: 3px 0 3px 15px;
	border-left: 1px solid #EAEAEA;
	float: left;
	color: #38328C;
}

header div.right-header #color {
	margin-bottom: 7px;
}

header div.right-header #color li {
	min-height: 10px;
	padding: 2px 0;
}

header div.right-header #color li + li {
	margin-left: 10px;
}

header div.right-header #color li#normal {
	width: 37px;
	text-align: center;
	border: 1px solid #919191;
	color: #919191;
	cursor: pointer;
}

header div.right-header #color li#black {
	background: #000;
	width: 37px;
	text-align: center;
	border: 1px solid #000;
	color: #fff;
	cursor: pointer;
}

header div.right-header #color li#blue {
	background: #0092FF;
	width: 37px;
	text-align: center;
	border: 1px solid #0092FF;
	color: #FFFA00;
	cursor: pointer;
}

header div.right-header #fontsize li {
	background: #FAE4C2;
	min-width: 68px;
	min-height: 10px;
	padding: 2px 0;
	text-align: center;
	color: #919191;
	cursor: pointer;
}

header div.right-header #fontsize li:first-child {
	background: none;
	min-width: 65px;
	margin-right: 9px;
	text-align: left;
	color: #38328C;
	cursor: auto;
}

header div.right-header #fontsize li.active {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.23, #FFC641),
		color-stop(0.57, #F9A526)
	);
	background-image: -o-linear-gradient(bottom, #FFC641 23%, #F9A526 57%);
	background-image: -moz-linear-gradient(bottom, #FFC641 23%, #F9A526 57%);
	background-image: -webkit-linear-gradient(bottom, #FFC641 23%, #F9A526 57%);
	background-image: -ms-linear-gradient(bottom, #FFC641 23%, #F9A526 57%);
	background-image: linear-gradient(to bottom, #FFC641 23%, #F9A526 57%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC641', endColorstr='#F9A526', GradientType=0)";
	color: #fff;
}

header div.right-header #fontsize li + li {
	margin-left: 1px;
}

header div.right-header .right-header {
	width: 265px;
	float: right;
	text-align: right;
}

header div.right-header .right-header ul {
	display: inline-block;
}

header div.right-header .right-header li + li {
	margin-left: 13px;
}

header div.right-header .right-header li a {
	background: url(img/ico-header-navi.png) no-repeat;
	background-position: 0 44%;
	padding-left: 15px;
	color: #342F8B;
	font-size: 84%;
}

header ul.clearfix li {
	float: left;
}

header #search {
	background: #fff;
	width: 230px;
	margin-left: 10px;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow:rgb(181, 181, 181) 0px 0px 6px 2px;
	-webkit-box-shadow:rgb(181, 181, 181) 0px 0px 6px 2px;
	-moz-box-shadow:rgb(181, 181, 181) 0px 0px 6px 2px;
}

header #searchform #s {
	background: url(img/ico-header-search.png) no-repeat;
	background-position: 2px;
	width: 125px;
	height: 19px;
	padding-left: 20px;
	vertical-align: middle;
}

header #searchsubmit {
	background-color: transparent;
	padding: 0;
	border-image: 0;
	border: none;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.23, #FFC641),
		color-stop(0.57, #F9A526)
	);
	background-image: -o-linear-gradient(bottom, #FFC641 23%, #F9A526 57%);
	background-image: -moz-linear-gradient(bottom, #FFC641 23%, #F9A526 57%);
	background-image: -webkit-linear-gradient(bottom, #FFC641 23%, #F9A526 57%);
	background-image: -ms-linear-gradient(bottom, #FFC641 23%, #F9A526 57%);
	background-image: linear-gradient(to bottom, #FFC641 23%, #F9A526 57%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC641', endColorstr='#F9A526', GradientType=0)";
	width: 70px;
	min-height: 25px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
}

/* グローバルナビ */

#main-navi  ul li {
	width: 194px;
	height: 87px;
	float: left;
}

#main-navi  ul li a {
	display: block;
}

/* コンテンツタイトル部分 (ページ・記事共通部分) */

#contents-header {
	padding-bottom: 20px;
}

.medical #contents-header {
	background: #fff url(img/background-main-header-medical.png) top left;
}

.old #contents-header {
	background: #fff url(img/background-main-header-old.png) top left;
}

.handicap #contents-header {
	background: #fff url(img/background-main-header-handicap.png) top left;
}

.nurture #contents-header {
	background: #fff url(img/background-main-header-nurture.png) top left;
}

.job #contents-header {
	background: #fff url(img/background-main-header-job.png) top left;
}

#contents-header h2 {
	min-height: 60px;
	padding: 0 20px 0 115px;
	font-size: 315%;
	color: #fff;
	position: relative;
	z-index: 1;
}

#contents-header h2 a {
	color: #fff;
}

#contents-header h2 span.type {
	font-size: 52%;
}

#contents-header h2 span.belong {
	font-size: 22%;
}

.medical #contents-header h2 {
	background: url(img/ico-header-medical.png) no-repeat;
	background-position: 20px 0;
}

.old #contents-header h2 {
	background: url(img/ico-header-old.png) no-repeat;
	background-position: 20px 0;
}

.handicap #contents-header h2 {
	background: url(img/ico-header-handicap.png) no-repeat;
	background-position: 20px 0;
}

.nurture #contents-header h2 {
	background: url(img/ico-header-nurture.png) no-repeat;
	background-position: 20px 0;
}

.job #contents-header h2 {
	background: url(img/ico-header-job.png) no-repeat;
	background-position: 20px 0;
}

/* パンくずリスト */

.breadcrumbs {
	width: 930px;
	margin: 0 auto 20px auto;
	padding-top: 25px;
	border-bottom: 1px solid #fff !important;
	font-size: 92%;
	color: #fff !important;
	position: relative;
	z-index: 0;
}

.breadcrumbs a {
	color: #fff !important;
}

#contents-header .breadcrumbs:before {
	content: "";
	width: 1056px;
	height: 96px;
	position: absolute;
	top: 0;
	left: -60px;
	z-index: -1;
}

.medical #contents-header .breadcrumbs:before {
	background: url(img/background-mnavi-medical.png) no-repeat;
}

.old #contents-header .breadcrumbs:before {
	background: url(img/background-mnavi-old.png) no-repeat;
}

.handicap #contents-header .breadcrumbs:before {
	background: url(img/background-mnavi-handicap.png) no-repeat;
}

.nurture #contents-header .breadcrumbs:before {
	background: url(img/background-mnavi-nurture.png) no-repeat;
}

.job #contents-header .breadcrumbs:before {
	background: url(img/background-mnavi-job.png) no-repeat;
}

.breadcrumbs .main-home {
	background: url(img/ico-breadcrumbs-home.png) no-repeat top left;
	padding-left: 20px;
}

/* サイドバー */

#main #left-main {
	width: 250px;
	margin-right: 40px;
	float: left;
}

#main #left-main > p {
	margin-bottom: 10px;
}

#main #left-main p.cat-title {
	height: 25px;
	padding-top: 6px;
	margin-bottom: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	color: #fff;
	text-align: center;
}

#main #left-main p.page-title {
	height: 51px;
	padding-top: 15px;
	font-size: 169%;
}

.medical #main #left-main .cat-title {
	background: url(img/background-sidebar-medical-title.png) repeat-x top left;
}

.old #main #left-main .cat-title {
	background: url(img/background-sidebar-old-title.png) repeat-x top left;
}

.handicap #main #left-main .cat-title {
	background: url(img/background-sidebar-handicap-title.png) repeat-x top left;
}

.nurture #main #left-main .cat-title {
	background: url(img/background-sidebar-nurture-title.png) repeat-x top left;
}

#main #left-main p.eyecatch {
	width: 250px;
	margin-bottom: 0;
}

#main #left-main p.eyecatch img {
	width: 250px;
}

#main #left-main p.eyecatch + p.tel {
	background: #ffc400;
	margin-bottom: 0;
	padding-top: 10px;
	color: #fff;
	text-align: center;
	font-size: 130%;
}

#main #left-main .menu-facility-container,
#main #left-main .menu-project-container {
	background: #fff;
	margin-bottom: 30px;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	-moz-border-radius-bottomright: 16px;
}

#main #left-main ul.menu {
	padding: 0 0 20px 0;
}

#main #left-main ul.menu > li > a {
	font-size: 130%;
	padding: 20px 10px 20px 0;
	display: block;
	cursor: pointer;
}

#main #left-main ul.menu > li {
	border-bottom: 1px dashed #C69C6D;
}

#main #left-main ul.sub-menu > li > a {
/*	border-bottom: 1px dashed #C69C6D;
*/	font-size: 130%;
	padding: 0 10px;
}

#main #left-main #menu-facility > li > a span {
	display: inline-block;
}

.medical #main #left-main #menu-facility > li > a span {
	background: url(img/ico-sidebar-facility-medical.png) no-repeat top left;
	background-position: 10px 2px;
	padding-left: 40px;
}

.old #main #left-main #menu-facility > li > a span {
	background: url(img/ico-sidebar-facility-old.png) no-repeat top left;
	background-position: 10px 2px;
	padding-left: 40px;
}

.handicap #main #left-main #menu-facility > li > a span {
	background: url(img/ico-sidebar-facility-handicap.png) no-repeat top left;
	background-position: 10px 2px;
	padding-left: 40px;
}

.nurture #main #left-main #menu-facility > li > a span {
	background: url(img/ico-sidebar-facility-nurture.png) no-repeat top left;
	background-position: 10px 2px;
	padding-left: 40px;
}

/*#main #left-main #menu-facility > .current-menu-ancestor,
#main #left-main #menu-facility > .current-menu-item {
	margin: 0 -10px;
	padding: 0 10px;
}*/

#main #left-main #menu-facility > .current-menu-ancestor > a,
#main #left-main #menu-facility > .current-menu-item > a {
	color: #fff;
}

.medical #main #left-main #menu-facility > .current-menu-ancestor > a,
.medical #main #left-main #menu-facility > .current-menu-item > a {
	background: url(img/background-sidebar-medical-title.png) top left;
}

.old #main #left-main #menu-facility .current-menu-ancestor > a,
.old #main #left-main #menu-facility > .current-menu-item > a {
	background: url(img/background-sidebar-old-title.png) top left;
}

.handicap #main #left-main #menu-facility > .current-menu-ancestor > a,
.handicap #main #left-main #menu-facility > .current-menu-item > a {
	background: url(img/background-sidebar-handicap-title.png) top left;
}

.nurture #main #left-main #menu-facility > .current-menu-ancestor > a,
.nurture #main #left-main #menu-facility > .current-menu-item > a {
	background: url(img/background-sidebar-nurture-title.png) top left;
}

.medical #main #left-main #menu-project > li > a {
	background: url(img/ico-sidebar-contents-medical.png) no-repeat top left;
	background-position: 10px 20px;
	padding-left: 40px;
}

.old #main #left-main #menu-project > li > a {
	background: url(img/ico-sidebar-contents-old.png) no-repeat top left;
	background-position: 10px 20px;
	padding-left: 40px;
}

.handicap #main #left-main #menu-project > li > a {
	background: url(img/ico-sidebar-contents-handicap.png) no-repeat top left;
	background-position: 10px 20px;
	padding-left: 40px;
}

.nurture #main #left-main #menu-project > li > a {
	background: url(img/ico-sidebar-contents-nurture.png) no-repeat top left;
	background-position: 10px 20px;
	padding-left: 40px;
}

#main #left-main ul.menu > li > .sub-menu {
	padding-top: 15px;
	padding-left: 35px;
	padding-bottom: 15px;
	font-size: 84%;
	display: none;
	background: #FFF;
}

#main #left-main ul.menu > .current-menu-ancestor > .sub-menu,
#main #left-main ul.menu > .current-menu-item > .sub-menu {
	display: block;
}

#main #left-main ul.menu .sub-menu li a {
	background: url(img/ico-sidebar-facility-blue.png) no-repeat;
	background-position: 0 11px;
	padding: 5px 0 5px 15px;
	color: #402F7A;
}

#main #left-main ul.menu .sub-menu .current-menu-item > a {
	background: url(img/ico-sidebar-facility-pink.png) no-repeat;
	background-position: 0 11px;
	color: #FF8482;
}

#main #left-main #menu-info {
	margin-bottom: 0;
	padding: 0;
}

#main #left-main ul#menu-info li {
	background: #fff;
	font-size: 115%;
	border: none;
}

#main #left-main ul#menu-info li + li {
	margin-top: 2px;
}

#main #left-main #menu-info li a {
	background: url(img/ico-sidebar-etc01.png) no-repeat top left;
	background-position: 15px 15px;
	min-height: 50px;
	padding: 25px 20px 0 70px;
	margin: 0;
	font-size: 100%;
}

#main #left-main ul#menu-info a[title="contact"] {
	background: url(img/ico-sidebar-contact.png) no-repeat top left;
	background-position: 15px 15px;
}

#main #left-main #menu-info a[title="qa"] {
	background: url(img/ico-sidebar-estray.png) no-repeat top left;
	background-position: 15px 15px;
}

#main #left-main #menu-info a[title="posting"] {
	background: url(img/ico-sidebar-posting.png) no-repeat top left;
	background-position: 15px 15px;
}

#main #left-main #menu-info a[title="sitemap"] {
	background: url(img/ico-sidebar-sitemap.png) no-repeat top left;
	background-position: 15px 15px;
}

#main #left-main #menu-info a[title="parent"] {
	background: url(img/ico-sidebar-parent.png) no-repeat top left;
	background-position: 15px 15px;
}

#main #left-main #menu-info a[title="etc01"] {
	background: url(img/ico-sidebar-etc01.png) no-repeat top left;
	background-position: 15px 15px;
}

#main #left-main #menu-info a[title="etc02"] {
	background: url(img/ico-sidebar-etc02.png) no-repeat top left;
	background-position: 15px 15px;
}

#main #left-main #menu-info a[title="etc03"] {
	background: url(img/ico-sidebar-etc03.png) no-repeat top left;
	background-position: 15px 15px;
}

#main #left-main #menu-info a[title="etc04"] {
	background: url(img/ico-sidebar-etc04.png) no-repeat top left;
	background-position: 15px 15px;
}

#main #left-main p#info-bottom {
	height: 12px;
	margin-bottom: 30px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
}

.medical #main #left-main #info-bottom {
	background: #fff url(img/background-sidebar-medical-title.png) repeat-x top left;
}

.old #main #left-main #info-bottom {
	background: #fff url(img/background-sidebar-old-title.png) repeat-x top left;
}

.handicap #main #left-main #info-bottom {
	background: #fff url(img/background-sidebar-handicap-title.png) repeat-x top left;
}

.nurture #main #left-main #info-bottom {
	background: #fff url(img/background-sidebar-nurture-title.png) repeat-x top left;
}

#main #left-main p.disaster-info {
	background: #fff;
	min-height: 54px;
	margin-bottom: 10px;
	border-top: 4px solid #CB573A;
}

#main #left-main p.disaster-info a {
	background: url(img/ico-sidebar-disaster.png) no-repeat top left;
	background-position: 7px 5px;
	min-height: 29px;
	padding: 13px 0 13px 57px;
	font-size: 115%;
	display: block;
}

#main #left-main p.precipitation-info {
	background: #fff;
	min-height: 54px;
	margin-bottom: 10px;
	border-top: 4px solid #80CDD5;
}

#main #left-main p.precipitation-info a {
	background: url(img/ico-sidebar-precipitation.png) no-repeat top left;
	background-position: 7px 5px;
	min-height: 29px;
	padding: 13px 0 13px 57px;
	font-size: 115%;
	display: block;
}

#main #left-main .menu-others-container {
	margin: 10px 0;
}

/* ピックアップ */

#main #left-main .page-navi {
	margin-top: 20px;
}

#main .page-navi ul:first-child {
	border-top: 1px solid #E7D5C1;
}

#main .page-navi ul li {
	width: 205px;
	padding: 10px 15px 10px 0;
	border-bottom: 1px solid #E7D5C1;
}

#main .page-navi ul li a {
	color: #38328C;
	display: block;
}

#main .page-navi ul li a:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#main .page-navi ul li img {
	background: #fff;
	max-width: 58px;
	margin-right: 5px;
	padding: 2px;
	vertical-align: middle;
}

#main .page-navi ul li span {
	background: url(img/ico-main-page-navi.png) no-repeat;
	background-position: left center;
	width: 120px;
	padding-left: 15px;
	display: inline-block;
	vertical-align: middle;
}

/* メイン */

#main {
	background: #FAF5E8;
	margin-bottom: 30px;
	color: #42210B;
}

#main #right-main {
	width: 680px;
	float: right;
	line-height: 1.7em;
}

#main #main-container {
	padding-top: 30px;
}

#main a {
	color: #542C0B;
}

/* 新着情報 */

#main #cat-news {
	background: url(img/background-news-cat.png) repeat;
}

#main #cat-news ul {
	margin-left: 0;
	float: left;
}

#main ul#cat-news {
	margin-left: 0;
}

#main #cat-news div {
	background: #fff;
	margin: 5px 15px 0 0;
	padding: 3px 15px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	float: right;
}

#main #cat-news div a {
	color: #38328C;
}

#main #cat-news li {
	float: left;
	cursor: pointer;
}

#main #cat-news li + li {
	margin-left: 1px;
}

#main #cat-news li a {
	display: block;
}

#main #right-main .list-news {
	background: #fff;
	height: 350px;
	padding: 0 17px 30px 17px;
	display: none;
	border-top: 4px solid #F164A3;
}

#main #right-main .list-news.active {
	display: block;
}

#main #right-main .list-news.job {
	border-top: 4px solid #7DCCEA;
}

#main #right-main .list-news.all {
	border-top: 4px solid #fff;
}

#main #right-main .list-news ul {
	margin-left: 0;
}

#main #right-main .list-news ul li {
	background: url(img/ico-news-list.png) no-repeat;
	background-position: 0 24px;
	padding: 20px 0 20px 20px;
	border-bottom: 1px dotted #FFDAD3;
}

#main #right-main .list-news ul li time {
	min-width: 80px;
	float: left;
	display: inline-block;
	color: #542C0B;
}

#main #right-main .list-news ul li span.cat {
	min-width: 10px;
	max-width: 10px;
	margin-left: 23px;
	margin-right: 13px;
	float: left;
}

#main #right-main .list-news ul li span.cat img {
	vertical-align: middle;
}

#main #right-main .list-news ul li p {
	width: 440px;
	display: inline-block;
	float: left;
}

#main #right-main .list-news ul li span.new {
	background: #FF34B5;
	min-width: 25px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	font-size: 76%;
	text-align: center;
	float: right;
}

/* フッター */

footer {
	margin-top: -32px;
	padding-bottom: 1px;
}

footer .page-top {
	background: #FAF5E8;
	margin-bottom: 30px;
	padding-top: 55px;
	text-align: right;
	border-bottom: 10px solid #38328C;
}

footer .page-top a {
	background: #38328C url(img/ico-footer-top.png) no-repeat;
	background-position: 90% 50%;
	padding: 8px 47px 8px 20px;
	text-align: left;
	color: #fff;
	font-size: 76%;
}

footer .left-footer {
	width: 215px;
	padding-top: 20px;
	float: left;
	text-align: center;
	color: #38328C;
	font-size: 176%;
	font-family: "ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	letter-spacing: 0.1em;
}

footer .left-footer a {
	color: #38328C;
}

footer .left-footer span {
	font-size: 60%;
}

footer .right-footer {
	max-width: 752px;
	margin-bottom: 25px;
	float: right;
}

footer .right-footer > div {
	max-width: 250px;
	padding: 0 17px 0 23px;
	float: left;
	border-left: 1px dotted #38328C;
	line-height: 1.7em;
}

footer .right-footer > div p {
	margin-bottom: 3px;
	color: #542C0B;
}

footer .right-footer > div ul + p {
	margin-top: 3px;
}

footer .right-footer > div a {
	background: url(img/ico-footer-navi.png) no-repeat;
	background-position: 0 4px;
	padding-left: 10px;
	color: #38328C;
}

footer #member {
	margin-bottom: 20px;
	text-align: right;
}

footer #member a {
	background: #38328C url(img/ico-footer-member.png) no-repeat;
	background-position: 20% 48%;
	padding: 5px 35px 5px 65px;
	text-align: left;
	color: #fff;
	font-size: 92%;
}

footer #copyright {
	margin-bottom: 30px;
	padding-top:20px;
	border-top: 5px solid #38328C;
	text-align: center;
	color: #38328C;
	font-size: 76%;
}

/* その他共通パーツ */

#post-content section img {
	max-width: 680px;
}

.gallery-columns-2 dt img {
	width: 300px !important;
	height: 300px !important;
}

.gallery-columns-2 dd {
	padding-left: 2em;
	padding-right: 2em;
}

.gallery-columns-3 dt img {
	width: 200px !important;
	height: 200px !important;
}

.gallery-columns-4 dt img {
	width: 150px !important;
	height: 150px !important;
}

.gallery-columns-3 dd,
.gallery-columns-4 dd {
	padding-left: 1em;
	padding-right: 1em;
}

.wp-caption-text,
.gallery-caption {
	padding-top: 0.5em;
	text-align: center;
}

/*サイドバーメニューのホバー、ハイライト*/

.medical #left-main ul.menu > li:hover {
	background: #FFE2E2;
}

.old #left-main ul.menu > li:hover {
	background: #fbeaef;
}

.handicap #left-main ul.menu > li:hover {
	background: #ebf5bb;
}

.nurture #left-main ul.menu > li:hover {
	background: #ddf1e7;
}

#main #left-main ul.menu > li.current-menu-item > a {
	color: #FF8482;
}

#main #left-main ul.menu ul.sub-menu li a:hover {
	background: url(img/ico-sidebar-facility-pink.png) no-repeat;
	background-position: 0 11px;
	color: #FF8482;
}

#main #left-main ul#menu-info > li:hover {
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

