
@charset "EUC-JP";

/* =========================================
ファイル概要：メインコンテンツ中身用css
目次：
========================================= */


/*
	font-size: 50%;		// 8px
	font-size: 56%;		// 9px
	font-size: 63%;		// 10px
	font-size: 69%;		// 11px
	font-size: 75%;		// 12px
	font-size: 81%;		// 13px
	font-size: 88%;		// 14px
	font-size: 94%;		// 15px
	font-size: 100%;	// 16px
	font-size: 113%;	// 18px
	font-size: 125%;	// 20px
	font-size: 138%;	// 22px
	font-size: 150%;	// 24px
*/

/* -----------------------------------------
  - コンテンツ基本設定
----------------------------------------- */

h1 {
	position : absolute;
	top : 270px;
	left : 50%;
	width : 662px;
	margin : 0px 0px 0px -202px;
	padding: 10px 13px 8px;
	font-size: 14px;
	line-height:1.2;
	font-weight:bold;
	color: #FFF;
	background: #F96 url(img/cnt_titlebg_white.gif) no-repeat 100px 0px;
	border-radius: 5px;
	margin-bottom: 20px;
}
div.mainContentArea h3 {
	margin : 0px 0px 15px 0px;
	font-size: 125%;
	line-height: 1.5;
	font-weight:normal;
	letter-spacing:2px;
	color:#5b441b;
	padding : 0px 0px 0px 10px;
	background:none;
	border-radius: none;
}
div.mainContentArea p.h3_sup {	/*太字*/
	font-size: 88%;
	font-weight: bold;
	color:#333;
	line-height: 1.5;
	margin-bottom: 15px;
}
div.mainContentArea span.h3_sup {	/*太字*/
	font-weight: bold;
	color:#333;
}
div.mainContentArea p {
	font-size: 88%;
	overflow: hidden;
	margin: 0 10px 15px 20px;
	line-height: 1.5;
}
div.mainContentArea p.h3_sup2 {	/*赤い太字*/
	font-size: 88%;
	font-weight: bold;
	color:#9a2407;
	line-height: 1.5;
	margin-bottom: 15px;
}
div.mainContentArea span.h3_sup2{	/*赤い太字*/
	font-weight: bold;
	color:#9a2407;
}
div.mainContentArea h4 {
	font-size: 100%;
	color:#5b441b;
	font-weight: bold;
	border-bottom: 2px solid #c66ebb;
	padding: 10px 0px 5px 0px;
	margin-bottom: 15px;
	overflow: hidden;
}
div.mainContentArea p.desTxt {
	text-align: right;
}
div.mainContentArea p.info_more {
	text-align:right;
	margin: 0px 20px 15px;
	font-size : 88%;
}
div.mainContentArea p.info_more img {
	vertical-align:inherit;
	margin: 0px 4px 0px 8px;
}

/* テーブル */
div.mainContentArea table {
	border: 1px solid #d9d5d4;
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 678px;
}
div.mainContentArea table th {
	background-color: #ededed;
	border: 1px solid #d9d5d4;
	font-size: 88%;
	text-align: left;
	padding: 5px 7px;
	vertical-align: top;
	line-height: 1.5;
}
div.mainContentArea table th.thTitle {
	background-color: #cccccc;
}
div.mainContentArea table td {
	background-color: #ffffff;
	border: 1px solid #d9d5d4;
	font-size: 88%;
	padding: 5px 7px;
	line-height: 1.5;
}

/* リスト */
div.mainContentArea ul {
	margin: 0 0 15px 0;
}
div.mainContentArea ul li {
	list-style-type: disc;
	margin: 0 0 10px 40px;
	font-size: 88%;
	line-height: 1.5;
}

/* 数値リスト */
div.mainContentArea ol {
	margin: 0 0 15px 0;
}
div.mainContentArea ol li {
	list-style-type: decimal;
	margin: 0 0 10px 40px;
	font-size: 88%;
	line-height: 1.5;
}

/* テーブル内　リスト */
div.mainContentArea table td ul {
	margin: 0;
}
div.mainContentArea table td ul li {
	list-style-type: disc;
	margin: 0 0 0 20px;
	font-size: 100%;
	line-height: 1.5;
}

/* テーブル内　数値リスト */
div.mainContentArea table td ol {
	margin: 0;
}
div.mainContentArea table td ol li {
	list-style-type: decimal;
	margin: 0 0 0 20px;
	font-size: 100%;
	line-height: 1.5;
}


/* -----------------------------------------
  - 普通ボックス1設定
----------------------------------------- */
.contentNmlBox1-2 {
	margin: 0px 0px 15px 0px;
	overflow: hidden;
}
div.contentNmlBox1-2 img {
	float: left;
	margin: 5px 20px 5px 5px;
	padding: 2px;
	border-radius: 3px;
}
/* hikakuTable 他社との比較テーブル設定 */
div.contentNmlBox1-2 table.hikakuTable th {
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}
div.contentNmlBox1-2 table.hikakuTable td {
	text-align: center;
	padding: 10px;
	font-size: 94%;
}
div.contentNmlBox1-2 table.hikakuTable th.sawa {
	font-weight: bold;
}
div.contentNmlBox1-2 table.hikakuTable td.sawa {
	font-weight: bold;
}

/* priceTable 料金表テーブル設定 */
div.contentNmlBox1-2 table.priceTable th {
	background-color: #FF9B79;
	border: 1px solid #FF6600;
	text-align: center;
	font-weight: bold;
	padding: 2px 4px;
}
div.contentNmlBox1-2 table.priceTable th span {
	font-weight: normal;
}
div.contentNmlBox1-2 table.priceTable td {
	border: 1px solid #FF6600;
	text-align: right;
	padding: 2px 4px;
}
div.contentNmlBox1-2 table.priceTable td.day {
	font-weight: bold;
	font-size: 100%;
	text-align: center;
}
div.contentNmlBox1-2 table.priceTable td.item {
	background-color: #FFE9B9;
	text-align: left;
}
div.contentNmlBox1-2 table.priceTable td.itemC {
	background-color: #FFE9B9;
	text-align: center;
}
div.contentNmlBox1-2 table.priceTable td.itemAll {
	background-color: #FFCC33;
	text-align: center;
	font-weight: bold;
}
div.contentNmlBox1-2 table.priceTable td.priceAll {
	background-color: #FFCC33;
	font-weight: bold;
}
div.contentNmlBox1-2 table.priceTable td.content {
	text-align: left;
}


/* -----------------------------------------
  - 普通ボックス2設定
----------------------------------------- */

div.contentNmlBox2 {
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}

div.contentNmlBox2 img {
	float: left;
	margin: 5px 20px 5px 5px;
	border: 1px solid #ccc;
	padding: 2px;
	border-radius: 3px;
}




/* -----------------------------------------
  - ご家族の声　リストボックス設定
----------------------------------------- */
div.voiceListBox {
	overflow: hidden;
	margin: 20px 0 15px 0;
	width: 170px;
	float: left;
}
div.voiceListBox p {
	font-size: 82%;
	margin: 0 5px 15px 0;
	line-height: 1.5;
}



/* -----------------------------------------
  - シルバーサポート様　独自CSS
----------------------------------------- */

/* - 文字色設定- */
a:link {
	color: #600;
	text-decoration: underline;
}
a:visited {
	color: #F60;
	text-decoration: underline;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}

h1.body-h1 {
	background: #5ba51c url(img/cnt_titlebg_white.gif) no-repeat 100px 0px;	/* タイトル背景色 */
	border-bottom : none;
}

div.mainHeaderR p {
	color: #37700b;	/* ヘッダ　お問い合わせください文字色 */
}
div.mainHeaderC div ul li:hover {
	border:#9bc94f 2px solid;	/* ヘッダ　文字の大きさ変更　枠色 */
}
div.mainHeaderC div ul li.active {
	border:#9bc94f 2px solid;	/* ヘッダ　文字の大きさ変更　枠色 */
	background-color: #fafcd5;	/* ヘッダ　文字の大きさ変更　背景色 */
}

/* グローバルナビ　背景色 */
div#gnav-index ul.gNavList li a {
	background-color:#489814; /* IE用 */
	background: -moz-linear-gradient(top, #94cc35, #489814);
	background: -webkit-gradient(linear, left top, left bottom, from(#94cc35), to(#489814));
	
	border-top: 3px double #FFFFFF;
	border-right: 1px double #94cc35;
	border-bottom: 3px double #489814;
	border-left: 1px double #489814;
	color: #fff;
}
div#gnav-index ul.gNavList li a:hover,
div#gnav-index ul.gNavList li a.active {
	background-color:#bbe589; /* IE6用 */
	background: -moz-linear-gradient(top, #d2f3bc, #94cc35);
	background: -webkit-gradient(linear, left top, left bottom, from(#d2f3bc), to(#94cc35));
	border-bottom: 3px double #94cc35;
	color: #489814;
}
div.snavArea h3 {
	background-color: #5ba51c;	/* サイドナビ　背景色 */
}
div.snavArea dl {
	border-bottom: 1px solid #5ba51c;
}
div.snavArea dl dt {
	background-color: #5ba51c;	/* サイドナビ　背景色 */
	border-color: #83BC34;
}
div.snavArea dl dt:hover {
	background-color: #5FB02D;	/* サイドナビ　背景色hover */
}
div.snavArea dl dd {
	border-left: 1px solid #5ba51c;
	border-right: 1px solid #5ba51c;
}
div.snavArea dl dd ul li a {
	display: block;
	text-decoration: none;
	background: url(img/img_arrow.png) no-repeat 10px center;
	height: 40px;
	width: 258px;
	cursor: pointer;
	font-size: 14px;
	background-color: #FFF;
}
div.snavArea dl dd ul li a:hover {
	background: url(img/img_arrow.png) no-repeat 10px center;
	background-color: #e2f3c7;
}
div.snavArea dl dd ul li a.active {
	background: url(img/img_arrow.png) no-repeat 10px center;
	background-color: #e2f3c7;
}
div.snavArea dl dd ul li span {
	display:block;
	margin: 0px;
	padding: 10px 5px 0 35px;
}



div.snavArea div.blogSideBox p.blogSideTit {
	background: #5ba51c;	/* ブログサイドナビ　背景色 */
}
div#footer {
	border-top: 3px solid #5ba51c;	/* フッタ　ラインの色 */
}
div.footerComInfo {
	border-top: 3px solid #5ba51c;	/* フッタ　ラインの色 */
}


/* サブタイトル */
div.mainContentArea h3 {
	margin : 0px 0px 15px 0px;
	font-size: 125%;
	line-height: 1.5;
	font-weight:normal;
	letter-spacing:2px;
	color:#5b441b;
	padding : 0px 0px 0px 10px;
	background:none;
	border-radius: none;
}
/* サブサブタイトル */
div.mainContentArea h4 {
	font-size: 100%;
	color:#5b441b;
	font-weight: bold;
	border-color: #69B83A;
	padding: 10px 0px 5px 0px;
	margin-bottom: 15px;
	overflow: hidden;
}
/* スタッフ肩書き */
div.mainContentArea p.kata {
	font-size: 82%;
}

/* 強調　オレンジ　大きめ */
span.strong1 {
	color: #F63;
	font-size: 115%;
	font-weight: bold;
}
/* 強調　大きめ */
span.strong2 {
	font-size: 115%;
	font-weight: bold;
}


/* 他施設との比較ボックス設定 */
div.contentNmlBox1-2 table.hikakuTable th.our,
div.contentNmlBox1-2 table.hikakuTable td.our {
	font-weight: bold;
}  
div.contentNmlBox1-2 table.hikakuTable td.merit {
	font-weight: bold;
	color: #F63;
}

/* priceTable 料金表テーブル設定 */
div.contentNmlBox1-2 table.priceTable th {
	background-color: #9bc94f;
	border: 1px solid #5ba51c;
}
div.contentNmlBox1-2 table.priceTable td {
	border: 1px solid #5ba51c;
}
div.contentNmlBox1-2 table.priceTable td.item {
	background-color: #D9EDB4;
}
div.contentNmlBox1-2 table.priceTable td.itemC {
	background-color: #D9EDB4;
}
div.contentNmlBox1-2 table.priceTable td.itemAll {
	background-color: #FC9;
}
div.contentNmlBox1-2 table.priceTable td.priceAll {
	background-color: #FC9;
}

/* infotxt_more 設定 */
p.infotxt_more {
	font-size: 14px;
	line-height: 1.2; /* IE用　アイコンの位置微調整対応 */
	text-align: right;
	margin-bottom: 10px;
}
p.infotxt_more a {
	background: transparent url(./img/img_arrow.gif) no-repeat 0px 4px;
	padding-left: 17px;
}