@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
       
	font: 75%/2  Verdana,Arial,メイリオ,Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","MS Pゴシック",sans-serif;
       	background-image: url(../images/bg.jpg);	/*背景壁紙*/
	background-repeat: no-repeat;			/*背景をリピートしない*/
	background-position: center top;		/*背景を中央、上部に配置*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}


.child {
 color: #000000;
 text-align: center;
 line-height: 100px;
 width: 100px;
 height: 200px;
 background-color: blue;
 }

.child2 {
 color: #000000;
 text-align: center;
 line-height: 100px;
 width: 100px;
 height: 200px;
 background-color: blue;
 }

.child3 {
 color: #000000;
 text-align: center;
 line-height: 100px;
 width: 100px;
 height: 200px;
 background-color: blue;
 }

.child {
 float: left;

}
.child2 {
 float: left;

}

.child3 {
 float: left;

}

 
.child {
background:#eaffdf; /*背景色の指定*/
border: #00db2f 1px solid; /*境界線の指定*/
border-radius: 6px; /*角丸の指定*/
padding:10px;
width:30%;

}

.child2 {
background:#e0ffff; /*背景色の指定*/
border: #00d1d1 1px solid; /*境界線の指定*/
border-radius: 6px; /*角丸の指定*/
padding:10px;
width:30%;

}

.child3 {
background:#ffe5ee; /*背景色の指定*/
border: #ff85de 1px solid; /*境界線の指定*/
border-radius: 6px; /*角丸の指定*/
padding:10px;
width:30%;

}




/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333333;
}
a:hover {
	color: #598c17;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 930px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;						/*背景色*/
	padding-right: 4px;
	padding-left: 4px;
}

/*ヘッダー（ロゴが入っている最上段のブロック）
---------------------------------------------------------------------------*/
#header {
	background-image: url(../images/green.jpg);	/*ヘッダー背景画像*/
	background-repeat: no-repeat;
	height: 100px;	/*ヘッダーの高さ*/
	width: 100%;    /*文章位置*/
	position: relative;
}

#header2 {
	background-image: url(../images/saiyo.jpg);	/*ヘッダー背景画像*/
	background-repeat: no-repeat;
	height: 100px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
}





/*h1タグ設定*/
#header h1 {
	font-size: 12px;	/*文字サイズ*/
	line-height: 16px;	/*行間*/
	position: absolute;
	right: 0px;		/*ヘッダーブロックに対して、右側から0pxの位置に配置*/
	bottom: 0px;	/*ヘッダーブロックに対して、下側から0pxの位置に配置*/
}
#header h1 a {
	text-decoration: none;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 10px;	/*ヘッダーブロックに対して、左側から10pxの位置に配置*/
	top: 12px;	/*ヘッダーブロックに対して、上側から12pxの位置に配置*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;   /*menuバー横並び*/
}
ul#menu img {
	vertical-align: bottom;

}

/*コンテンツ（左右ブロックとフッターを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	padding-top: 4px;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 250px;
	width: 924px;
	margin-left: 3px;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込みさせる*/
	width: 660px;	/*メインコンテンツ幅*/
	padding: 10px 2px 50px 0px;	/*左から、上、右、下、左への余白*/
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;		/*文字サイズ*/
	color: #FFFFFF;			/*文字色*/
	background-image: url(../images/bg2.gif);	/*背景画像の読み込み*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	clear: both;
	line-height: 40px;
	height: 40px;
	width: 620px;
	padding-left: 40px;
	overflow: hidden;
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左側に回り込みさせる*/
	width: 240px;	/*サブコンテンツ幅*/
	padding: 7px 0px 0px 2px;	/*左から、上、右、下、左への余白*/
}
/*h3タグ設定*/
#sub h3 {
	font-size: 120%;			/*文字サイズ*/
	border: 3px double #ffffff;	/*枠線の幅、線種、色*/
	text-align: center;			/*センタリング*/
	color: #FFFFFF;				/*文字色*/
	background-image: url(../images/bg3.jpg);	/*背景画像の読み込み*/
	background-repeat: repeat-x;			/*背景画像をＸ軸（横軸）にリピート*/
	background-position: top;				/*背景画像を上部に配置*/
}
/*段落タグ設定*/
#sub p {
	padding: 0.5em 5px 1em;	/*左から、上、左右、下への余白*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
#sub ul.submenu {
	padding-left: 1px;
	margin-bottom: 1em;
}
#sub ul.submenu li a {
	text-decoration: none;	/*リンク設定時にデフォルトで入る下線を消す*/
	border-right: 1px solid #999999;	/*右側の線幅、線種、色*/
	border-bottom: 1px solid #999999;	/*下側の線幅、線種、色*/
	border-left: 1px solid #999999;		/*左側の線幅、線種、色*/
	display: block;
	width: 226px;
	padding: 5px 0px 5px 10px;      /*左から、上、右、下、左への幅*/
	background-color: #E7D0A9;	/*背景色*/
}
#sub ul.submenu li a:hover {
	background-color: #FFFFFF;	/*カーソルオーバー時の文字色*/
}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;			/*ボックスの高さ*/
	width: 650px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 630px;
	border-bottom: 1px solid #cccccc;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 110px;
}
#main .new dd {
	float: left;
	width: 520px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}
/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;	/*センタリング*/
	clear: both;
	width: 100%;
}
/*フッター内にリンク設定した場合用*/
#footer a {
	text-decoration: none;	/*リンク設定時にデフォルトで入る下線を消す*/
}


/*テーブル１(画像有)
---------------------------------------------------------------------------*/
.ta1 {
	width: 660px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #333333;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
.ta1 td {
	padding: 10px;	/*テーブル内の余白*/
	width: 50%;
	text-align: center;	/*センタリング*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th{
	text-align: left;
	padding: 10px;
	color: #FFFFFF;	/*文字色*/
	background-color: #ABD404;	/*背景色*/
	background-image: url(../images/bg4.gif);	/*背景画像の読み込み*/
	background-repeat: repeat-x;			/*背景画像をＸ軸（横軸）にリピート*/
	background-position: bottom;			/*背景画像を下部に配置*/
}

/*テーブル２(アクセス使用)
---------------------------------------------------------------------------*/
.ta2 {
	width: 660px;
}
.ta2, .ta2 td, .ta2 th{
	border: 1px solid #999999;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta2 td{
	width: 560px;
	padding: 10px;				/*テーブル内の余白*/
	vertical-align: top;
}
/*テーブル内の段落タグの余白*/
.ta2 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 100px;				/*幅*/
	padding: 10px;				/*テーブル内の余白*/
	text-align: center;			/*文字をセンタリング*/
	background-color: #e5e5e5;	/*背景色*/
}
.ta2 th a {
	color: #FFFFFF;	/*文字色*/
}
/*テーブル内のh3タグ設定*/
.ta2 h3 {
	margin-bottom: 0.5em;
	color: #598c17;		/*文字色*/
	font-size: 100%;
	border-bottom: 1px solid #598c17;	/*下線の幅、線種、色*/
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFFFFF;	/*文字色*/
        font-size: 120%;
	background-color: #ABD404;	/*背景色*/
	background-image: url(../images/bg4.gif);	/*背景画像の読み込み*/
	background-repeat: repeat-x;			/*背景画像をＸ軸（横軸）にリピート*/
	background-position: bottom;			/*背景画像を下部に配置*/
}


/*テーブル3(アクセス使用)
---------------------------------------------------------------------------*/
.ta3 {
	width: 660px;
}
.ta3, .ta3 td, .ta3 th{
	border: 1px solid #999999;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta3 td{
	width: 560px;
	padding: 10px;				/*テーブル内の余白*/
	vertical-align: top;
	color: #FFFFFF;	/*文字色*/
	background-color: #e5e5e5;/*背景色*/
}
/*テーブル内の段落タグの余白*/
.ta3 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta3 th{
	width: 100px;				/*幅*/
	padding: 10px;				/*テーブル内の余白*/
	text-align: center;			/*文字をセンタリング*/
	background-color: #e5e5e5;	/*背景色*/
	color: #FFFFFF;	/*文字色*/
}

/*テーブル内のh3タグ設定*/
.ta3 h3 {
	margin-bottom: 0.5em;
	color: #598c17;		/*文字色*/
	font-size: 100%;
	border-bottom: 1px solid #598c17;	/*下線の幅、線種、色*/
}
/*テーブル１行目に入った見出し部分*/
.ta3 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFFFFF;	/*文字色*/
        font-size: 120%;
	background-color: #ABD404;	/*背景色*/
	background-image: url(../images/bg4.gif);	/*背景画像の読み込み*/
	background-repeat: repeat-x;			/*背景画像をＸ軸（横軸）にリピート*/
	background-position: bottom;			/*背景画像を下部に配置*/
}


/*デイケア内の空き状況カレンダー用
---------------------------------------------------------------------------*/

table,th,td {
  border: 1px solid #bbb;
　text-align: center;　　　　　/*テーブルの枠線の幅、線種、色*/
}


/*曜日*/

.sat{
	color: #09F;	/*「土」の文字色*/
}
.sun{
	color: #C33;	/*「日」の文字色*/
}



/*デイケアテーブル
---------------------------------------------------------------------------*/
.ta6 {
	width: 620px;
	margin: 0px auto;

}
/*テーブル内の右側*/
.ta6 td{
	width: 60px;
	padding: 10px;
	text-align: center;
}
/*テーブル内の左側*/
.ta6 th{
	width: 120px;
	padding: 10px;
	text-align: center;
}



/*デイケア　動画位置
---------------------------------------------------------------------------*/
.right {float: right;margin-left:10px;}


/*求人　動画位置
---------------------------------------------------------------------------*/
.hoge{
text-align:center;
}


/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #d9d9d9;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
	text-align: left;
}
.color1 {
	color: #598c17;
}
p.img {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}



/*infoページで使用しているbox2設定
---------------------------------------------------------------------------*/

#main .box2 {
	padding: 8px;			/*ボックス内の余白*/
	overflow: hidden;
	width: 150px;			/*ボックスの幅*/
	height: 130px;			/*ボックスの高さ*/
	background: #FFFFFF;	/*背景色*/
	margin-bottom: 1em;
	float: left;
	display: inline;
	margin-left: 0px;
	color: #666666;			/*文字色*/
}
/*段落タグ設定*/
#main .box2 p {
	padding: 0px;
}
/*h3タグ設定*/
#main .box2 h3 {
	font-size: 100%;
	color: #79A61E;	/*文字色*/
}


/*画像コピーロック）苑写真ギャラリーで使用
---------------------------------------------------------------------------*/

.img-guard{
	position:relative;
	padding: 5px;			/*ボックス間の余白*/
　　　	overflow: hidden;
	width: 160px;			/*ボックスの幅*/
	height: 130px;			/*ボックスの高さ*/
	background: #FFFFFF;	        /*背景色*/
	margin-bottom: 1em;　　         /*ボックス下の余白*/
	float: left;                    /*画像が3列並びになる*/
	display: inline-block;          /*画像の縦横の比率を指定出来る*/
	margin-left: 35px;　　　　　    /*ボックス左側の余白*/
	color: #666666;			/*文字色*/


}
.guard-nopic{				/*透明画像上層部*/
	position:absolute;		/*コピー禁止*/
	display:block;
	width:160px;
	height:130px;
	background: url(images/guard.png);
}


/*画像コピーロック）苑写真で使用
---------------------------------------------------------------------------*/
.img-guard1{
	position:relative;
	padding: 0px;			/*ボックス間の余白*/
　　　	overflow: hidden;
	width: 150px;			/*ボックスの幅*/
	height: 130px;			/*ボックスの高さ*/
	background: #FFFFFF;	        /*背景色*/
	margin-bottom: 0em;　　         /*ボックス下の余白*/
	float: left;                    /*画像が横並びになる*/
	display: inline-block;          /*画像の縦横の比率を指定出来る*/
	margin-left: 0px;　　　　　    /*ボックス左側の余白*/
	color: #666666;			/*文字色*/


}
.guard-nopic1{				/*透明画像上層部*/
	position:absolute;		/*コピー禁止*/
	display:block;
	width:150px;
	height:130px;
	background: url(images/guard.png);
}


/*画像コピーロック）フロアマップ各階の写真で使用
---------------------------------------------------------------------------*/

.img-guard2{
	position:relative;
	padding: 0px;			/*ボックス間の余白*/
　　　	overflow: hidden;
	width: 650px;			/*ボックスの幅*/
	height: 150px;			/*ボックスの高さ*/
	background: #FFFFFF;	        /*背景色*/
	margin-bottom: 0em;　　         /*ボックス下の余白*/
	float: left;                    /*画像が横並びになる*/
	display: inline-block;          /*画像の縦横の比率を指定出来る*/
	margin-left: 0px;　　　　　    /*ボックス左側の余白*/
	color: #666666;			/*文字色*/


}
.guard-nopic2{				/*透明画像上層部*/
	position:absolute;		/*コピー禁止*/
	display:block;
	width:650px;
	height:150px;
	background: url(images/guard.png);
}


/*画像コピーロック）フロアマップ下部写真一覧で使用
---------------------------------------------------------------------------*/

.img-guard3{
	position:relative;
	padding: 0px;			/*ボックス間の余白*/
　　　	overflow: hidden;
	width: 160px;			/*ボックスの幅*/
	height: 130px;			/*ボックスの高さ*/
	background: #FFFFFF;	        /*背景色*/
	margin-bottom: 0em;　　         /*ボックス下の余白*/
	float: left;                    /*画像が横並びになる*/
	display: inline-block;          /*画像の縦横の比率を指定出来る*/
	margin-left: 0px;　　　　　    /*ボックス左側の余白*/
	color: #666666;			/*文字色*/


}
.guard-nopic3{				/*透明画像上層部*/
	position:absolute;		/*コピー禁止*/
	display:block;
	width:160px;
	height:130px;
	background: url(images/guard.png);
}


/*画像コピーロック）サービスと料金案内・アクセスの施設施設写真とブログ写真で使用
---------------------------------------------------------------------------*/

.img-guard4{
	position:relative;
	padding: 0px;			/*ボックス間の余白*/
　　　	overflow: hidden;
	width: 180px;			/*ボックスの幅*/
	height: 150px;			/*ボックスの高さ*/
	background: #FFFFFF;	        /*背景色*/
	margin-bottom: 0em;　　         /*ボックス下の余白*/
	float: left;                    /*画像が横並びになる*/
	display: inline-block;          /*画像の縦横の比率を指定出来る*/
	margin-left: 0px;　　　　　    /*ボックス左側の余白*/
	color: #666666;			/*文字色*/


}
.guard-nopic4{				/*透明画像上層部*/
	position:absolute;		/*コピー禁止*/
	display:block;
	width:180px;
	height:150px;
	background: url(images/guard.png);
}




/*コンテンツ（mainとfooterを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;	/*背景画像の読み込み＆上部に表示*/
}

