@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #header
  #utilityNav
 #navi
  #gNav
 #footer
  #footerContents
 #page
 #mainImg
  #imgArea
  #contents
   #main
   #side
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
	color: #630;
	background-color: #F9F3E0;
	background-image: url(/template/img/bg.png);
	background-position: 0 0;
	background-repeat: repeat;
}

a:link {
	color: #630;
	text-decoration: none;
}
a:visited {
	color: #630;
	text-decoration: none;
}
a:hover {
	color: #F99;
	text-decoration: underline;
}
a:active {
	color: #F99;
	text-decoration: none;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 0 10px;
}

.imgL {
	float: left;
	margin: 0 10px 0 0;
}

.btn {
	text-align: center;
}


/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 15px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S { font-size:12px;}
.TXT-M { font-size:14px;}
.TXT-L { font-size:16px;}

.TXT-RED { color:#FF3333;}
.TXT-ORG { color:#f7931e;}


#wrap {
	width: 960px;
	margin: 0 auto;
}
/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
	width: 960px;
	margin: 0 auto;
}

#header #logo {
	clear: both;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	width: 390px;
	background: transparent;
	margin: 30px 0 10px;
}

/* #hnav
----------------------------------------------------------- */
#header #hnav {
	float: right;
	text-align: right;
	padding-top: 50px;
}

#header #hnav li {
	display: inline;
	margin-right: 5px;
	padding: 5px 0 5px 12px;
	background-image: url(/template/img/list-arw.png);
	background-repeat: no-repeat;
	background-position: 0% 49%;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
	clear: both;
	padding: 10px 0 0 0;
}

#footer .copyright {
	background: #F2CECE;/* #F99;*/
/*	background-image: url(/img/bg_copy.png);
	background-position: 0 0;
	background-repeat: repeat;*/
	color: Maroon;
	text-align: center;
	margin-top: 0;
	padding: 8px 0;
	font-weight: bold;
}

#footer #fsitemap {
	width: 960px;
	margin: 10px auto 0;
}
#footer #fsitemap .box {
	float: left;
	margin-right: 3.5em;
	padding-bottom: 20px;
}

#footer #fsitemap li {
	padding: 2px 0 2px 12px;
	background-image: url(/template/img/list-arw.png);
	background-repeat: no-repeat;
	background-position: 0% 49%;
}


/*----------------------------------------------------
	#main
----------------------------------------------------*/
#main {
	clear: both;
	width: 960px;
	margin: 0 auto;
}


/*----------------------------------------------------
	#mainimg
----------------------------------------------------*/
#mainimg {
	display: none;
}
.home #mainimg {
	display: block;
	margin: 0 auto;
	padding: 0 1px;
}

/*----------------------------------------------------
	#container
----------------------------------------------------*/
#container {
	float: left;
	padding-bottom: 14px;
	text-align: left;
	width: 730px;
}


/*.contentsBox
----------------------------------------------------*/
.contents_box {
	margin: 0 20px 10px 0;
	min-height:1px;
	width: 430px;
	float: left;
}
.contents_box.last {
	margin-right: 0;
	width: 250px;
}
.contents_box dl {
	margin: 0 5px 10px 10px;
}
.contents_box dt {
	font-weight: bold;
}
.contents_box dd {
	padding-left: 10px;
	margin-bottom: 8px;
}

.contents_box .box {
	font-size: 12px;
	width: 280px;
	float: left;
	border: solid #CCC 1px;
	margin-right: 10px;
	padding: 10px;
}


/*----------------------------------------------------
	#content
----------------------------------------------------*/
#container .content {
	margin: 0 20px 0 10px;
}
#container h1 {
	margin-bottom: 18px;
	background-color: transparent;
	background-image: url(/template/img/bg-h1.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#container h2 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 12px;
	padding: 12px 0 3px 6px;
	border-bottom: 1px dashed #996633;
}
#container h2.home {
	margin: 0 0 18px 0;
	padding: 0;
	border: none;
	background-color: transparent;
	background-image: url(/template/img/bg-h1.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	line-height: 1;
}


#container h3 {
	font-size: 112%;
	background-color: #EDD;
	margin-bottom: 10px;
	padding: 3px 6px;
}
#container h4 {
	color: #D35045;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 8px;
}
#container p {
	margin-bottom: 1em;
}

#container .section{
	margin: 0 0 20px 0;
	padding: 10px 5px;
}

#container .sectionBorder{
	margin: 0 0 20px 0;
	padding: 20px 20px;
	border: solid #ccc 1px;
	min-height:1px;
}

#container .box {
	width: 190px;
	float: left;
	border-right: solid #CCC 1px;
	margin-right: 5px;
	padding: 0 15px 0 10px;
}

#container .box-end {
	width: 190px;
	float: left;
	margin-right: 5px;
	padding: 0 0 0 10px;
}
#container ol,
#container ul {
	margin-left: 30px;
	margin-bottom: 1.5em;
}
#container ol li {
	list-style-type: decimal;
	padding: 0 0 5px 0;
}
#container ul li {
	list-style-type: disc;
	padding: 0 0 5px 0;
}

#container .box.home  {
	width: 340px;
	margin-right: 20px;
	padding: 0 0 10px;
	border: none;
}
#container .home.last  {
	margin-right: 0;
}
#container .box.home  .jump {
	border: 1px solid #E8BCB6;
	padding: 3px 0;
}
#container .box h3 {
	width: 340px;
	height: 38px;
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	background-image: none;
	line-height: 1;
}


a:hover img {
	background-color: transparent;
	-ms-filter: "alpha( opacity=70 )";
	filter: Alpha(opacity=70);
	opacity: 0.7;
}


/* テーブル装飾
----------------------------------------------------------- */
#container table {
	margin-bottom: 1em;
}
#container th {
	border-collapse: collapse;
	border: solid 1px #ddd;
	padding: 5px;
	background-color: #efefef;
}

#container td {
	border-collapse: collapse;
	border: solid 1px #ddd;
	padding: 5px;
	vertical-align: top;
}


/* -----------------------------------------------------------
	#side
----------------------------------------------------------- */
#side {
	float: right;
	width: 230px;
}

#side h3 {
	font-size: 14px;
	font-weight: normal;
	background-image: none;
	border: none;
	margin: 0 0 1.5em 0;
	padding: 0;
}
.page #side h3.home,
.home #side .page {
	display: none;
}
.home #side h3.home,
.page #side .page {
	display: block;
}

#side .contact {
	margin-bottom: 14px;
}
#side .contact h3 {
	margin-bottom: 0;
	padding: 0;
	background-color: transparent;
	background-image: url(/template/img/bg-h1.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	border: none;
	line-height: 1;
}
#side .contact.call h3 {
	background-position: left bottom;
}
#side .contact h3 img {
	vertical-align: top;
}
#side .contact ul {
	margin: 0;
	padding: 0;
	border: 1px solid #E8BCB6;
}
#side .contact ul li {
	list-style-type: none;
	border-bottom: solid #E8BCB6 1px;
	margin: 0 10px;
	padding: 7px 0;
	text-align: center;
}
#side .contact ul li.last {
	border: none;
}
#side .page ul li {
	text-align: left;
	padding-left: 12px;
	background-image: url(/template/img/list-arw.png);
	background-repeat: no-repeat;
	background-position: 0% 49%;
}


#side .sectionBorder{
	font-size: 12px;
	margin: -5px 0 20px 0;
	padding: 10px 10px 10px 10px;
	border: solid #ccc 1px;
}

#side .box {
	border-bottom: solid #CCC 1px;
	padding: 5px;
}

#side .box-end {
	padding: 5px;
}



/* /kinder/index */
#container ul.jumps {
	margin: 1em auto;
	padding: 0;
}
#container ul.jumps li {
	list-style-type: none;
	margin: 0 4px 20px;
	padding: 0;
	float: left;
}


/* /kinder/hoshizaki */
ul.listbox li {
	float: left;
	width: 320px;
}


/* /elderly/ */
p.callnum {
	margin-top: -12px;
	padding: 4px 6px;
	font-weight: bold;
	border-bottom: 1px dashed #996633;
	background-color: #FFFFDC;
}


/* 文字修飾用 */

.strike {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.txcenter {
	text-align: center;
	display: block;
}
.txleft {
	text-align: left;
	display: block;
}
.txright {
	text-align: right;
	display: block;
}

/* 色定義 */
.blue {
	color: blue;
}
.darkblue {
	color: darkblue;
}
.green {
	color: green;
}
.red {
	color: red;
}
.vermillion {
	color: #CC0033;
}

/* 画像位置指定用 */
.img_l {
	float: left;
	display: block;
	margin-right: 5px
}
.img_r {
	float: right;
	display: block;
	margin-left: 5px;
}
.img_c {
	display: block;
	clear: both;
	text-align: center;
	margin: 5px auto;
}
.fsp.info {
	width: 350px;
	float: right;
	max-width:100%;
}

.block {
	margin-bottom: 36px;
}
.block .txright,
.block .txcenter,
.block .txleft {
	margin-bottom: -1.5em;
}
.block a {
	color: blue;
	text-decoration: underline;
}

.mob {
	display: none;
}


