@charset "utf-8";

*{margin:0;padding:0;}

html{background:#ffffff;}

body{
font: 13px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
background:#ffffff url(images/header.png) repeat-x;
}

body#sub {
background: url(images/header_sub.png) repeat-x;
}

a{color:#666200;}
a:hover{color:#5bb5e9;text-decoration:none;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}
p{margin-bottom: 10px;}
.center{text-align:center;}
.right{text-align:right;}


/*******************************
全体幅
*******************************/
#header, #container, .inner{
margin: 0 auto;
width: 960px;
}


/*******************************
/* ヘッダー
*******************************/
#header{
position:relative;
height: 130px;
}

#header h1,#header h2, #header h3, #header ul, #header .banners{
font-weight:normal;
position:absolute;
top:0;
color: #333;
font-size: 10px;
line-height: 21px;
}

#header h2{right:0;}

/* ロゴの位置 */
#header h1{top: 50px;}


/******************
/* ヘッダーナビゲーション
******************/
#header ul{
top: 40px;
right:0;
width: 305px;
height: 14px;
background:url(images/topnav.png) no-repeat 0 0;
line-height:14px;
}

#header ul li{float:left;list-style:none;}

#header ul a{
text-indent: -9999px;
text-decoration: none;
display: block;
height: 14px;
background:url(images/topnav.png) no-repeat;
}

#header ul a#contact{background-position:0 0;width: 110px;}
#header ul a#sitemap{background-position:-110px 0;width:104px;}
#header ul a#access{background-position:-214px 0;width:91px;}

#header ul a#contact:hover, #header ul li.active a#contact{background-position:0 -14px;}
#header ul a#sitemap:hover, #header ul li.active a#sitemap{background-position:-110px -14px;}
#header ul a#access:hover, #header ul li.active a#access{background-position:-214px -14px;}


/******************
/* ヘッダー　バナー
******************/
#header .banners{
right:-10px;
top:70px;
}

#header .banners img{margin-right:10px;}


/************************************
/* メインナビゲーション
************************************/
ul#mainnav{
margin: 0 auto;
width: 960px;
height: 60px;
background:url(images/mainnav.png) no-repeat 0 0;
}

ul#mainnav li{float:left;list-style:none;width:192px;}

ul#mainnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 192px;
height: 60px;
background:url(images/mainnav.png) no-repeat 0 0;
}

ul#mainnav a#home{background-position:0 0;}
ul#mainnav a#menu1{background-position:-192px 0;}
ul#mainnav a#menu2{background-position:-384px 0;}
ul#mainnav a#menu3{background-position:-576px 0;}
ul#mainnav a#menu4{background-position:-768px 0;}


ul#mainnav a#home:hover, ul#mainnav li.active a#home{background-position:0 -60px;}
ul#mainnav a#menu1:hover, ul#mainnav li.active a#menu1{background-position:-192px -60px;}
ul#mainnav a#menu2:hover, ul#mainnav li.active a#menu2{background-position:-384px -60px;}
ul#mainnav a#menu3:hover, ul#mainnav li.active a#menu3{background-position:-576px -60px;}
ul#mainnav a#menu4:hover, ul#mainnav li.active a#menu4{background-position:-768px -60px;}



/*******************************
メイン画像
*******************************/
#mainImage{
}


/*******************************
コンテンツ位置
*******************************/
#container{
padding: 20px 0;
}

#main {
float: left;
width: 715px;
padding-bottom:40px;
}

#sidebar {
float: right;
width: 225px;
padding-bottom:40px;
font-size:13px;
}


/*************************
/* ボックスの囲み
/* .boxContainer
/* 背景画像でボックスの高さを調整
/* 
/* 各ボックス
/* .box1 1番目の2つのbox
/* .box2 2番目の3つのbox（画像）
/* .box3 3番目の2つのbox
/* .box4 4,5番目の1つのbox
/* #sidebar .box1 サイドバーのbox
*************************/
.boxContainer{
width:715px;
margin:0 auto 20px;
background:url(images/box1.gif) 0 100%;
}

.box1,.box2, .box3, .box4{
float: left;
width: 225px;
margin: 0 20px 20px 0;
}

.box1, .box3, .box4{
width:327px;
margin:0 21px 0 0;
padding: 10px;
border-top:1px solid #dadada;
}

#sidebar .box1{
width:209px;
margin: 0 0 20px;
padding: 10px 7px;
border:1px solid #dadada;
background: #fff;
}

.box3{
width:347px;
padding:0 0 10px;
}

.box4{
margin:0 0 20px 0;
padding:0;
width:715px;
height:auto;
border:1px solid #dadada;
background: #fff;
}

/* 最後のbox */
.last{margin-right:0;}


/* 画像を中央表示 */
.box1 .center{padding-bottom:10px;}

/* 画像を左に回りこみ */
.box4 img{
float:left;
margin: 0 10px 10px;
}

.box4 h4 img{float:none;margin:0 0 10px;}

.box4 p{padding: 0 10px 10px;}



#date {
text-align: right;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 10px;
font-weight:bold;
color:#858585;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}

.box_img_border{
   border: 1px solid #cccccc;
   padding: 1px;
  margin: 1px;
}


/*************
/* 見出し
*************/
.box3 h4{margin-bottom:10px;}

#container h3{
margin-bottom:10px;
padding-bottom:5px;
color: #666200;
font-weight: normal;
border-bottom: 1px solid #dddddd;
}

#container h2{
padding: 0 5px 0 24px;
margin-bottom:10px;
line-height:37px;
font-size: 14px;
font-weight: normal;
color:#666200;
background:url(images/h2Bg.png) no-repeat 0 100%;
}

#container .box4 h3{
padding: 7px 5px;
}


/*************
/* リスト
*************/
#container ul{margin-left: 5px;}

#container ul li, #footerUpper ul li{
list-style: none;
margin-bottom: 8px;
padding: 0 5px 0 12px;
background:url(images/bullet.gif) no-repeat 0 5px;
}

#container .box3 ul{padding: 0 5px;}

#sidebar ul{margin-left:3px;}

/*************
サイド（右側）コンテンツ
*************/
#sidebar p{margin-bottom:20px;}
#sidebar ul{margin-bottom:10px;}

#sidebar ul li{border-bottom:1px dotted #939393;
			padding-bottom:5px;}


/*******************************
/* フッター
*******************************/
#footerUpper{
clear:both;
padding: 20px 0;
border-bottom:1px solid #5d5d5d;
overflow: hidden;
background:#8d754e;
}

#footerUpper .inner{
background:url(images/footerBorder.gif) repeat-y;
}

#footerUpper .inner .box{
float: left;
width: 210px;
padding-left:10px;
margin:0 20px 10px 0;
line-height: 1.2;
}

#footerUpper .inner .last{
width: 230px;
margin-right:0;
}

#footerUpper ul li{
color:#fff;
background:url(images/bullet.gif) no-repeat 0 3px;
}

#footerUpper a{color:#fff;}
#footerUpper a:hover{color:#eeeeee;}

#footerLower{
clear:both;
padding: 10px;
text-align:center;
border-top:1px solid #7e7e7e;
background:#ccc;
}

address{
color: #453926;
font-style:normal;
font-size:13px;
}


/*******************************
/* トップページ
*******************************/

.top_tbl th{vertical-align:top;}

.top_tbl td{padding-left:10px;
			vertical-align:top;
			border-bottom:2px solid #b3b3b3;
			line-height:30px;}


.top_tbl td table td{border-bottom:none;
					padding-left:0px;}

.top_tbl_txt01{color:#5e7d00;}

.top_tbl_txt02{font-size:0.9em;}

.top_tbl_link01{padding:2px;
				background-color:#9eb166;
				color:#FFFFFF;
				font-size:0.8em;}




/*******************************
/* 概要・沿革・事業内容
*******************************/

#gej p{font-size:1.2em;
	line-height:30px;}

#gej h2{color:#000000;}

#gej .gej_tbl01 th{vertical-align:top;}

#gej .gej_tbl01 td{padding-left:10px;
			vertical-align:top;
			border-bottom:2px solid #b3b3b3;
			line-height:30px;}


#gej .gej_tbl01 td table td{border-bottom:none;
					padding-left:0px;}

#gej .gej_tbl02{font-size:1.2em;}

#gej .gej_tbl02 th{width:25%;
				vertical-align:top;
				background-color:#b5a58c;
				color:#FFFFFF;
				font-weight:normal;
				text-align:left;
				padding:10px 0px 10px 10px;
				border-bottom:1px solid #d1c7b8;}

#gej .gej_tbl02 td{padding:10px;
					border:1px solid #b3b3b3;}

#gej .gej_txt01{color:#5e7d00;}
	
			
/*******************************
/* 施設・設備
*******************************/

#fac p{text-align:justify;}

#fac h2{color:#000000;}

#fac .fac_mainbox01{float:left;
				width:715px;
				margin-bottom:15px;}

#fac .fac_minibox01{float:left;
				width:220px;
				margin-right:27px;}

#fac .fac_minibox02{float:left;
				width:220px;}

#fac .fac_imgbox01{float:left;
					width:220px;
					height:175px;}

#fac .fac_txtbox01{float:left;
				width:220px;}

/*******************************
/* 日課・年間行事
*******************************/

#sch h2{color:#000000;} 

#sch h3{border:none;
		padding-left:70px;
		padding-top:8px;
		padding-bottom:20px;
		margin-top:20px;}

#sch .h3_spring{background:url(images/ng_spring.png)no-repeat;
color:#ffadb3;
font-size:1.3em;}

#sch .h3_summer{background:url(images/ng_summer.png)no-repeat;
color:#90c8cb;
font-size:1.3em;}

#sch .h3_autumn{background:url(images/ng_autumn.png)no-repeat;
color:#b5a58c;
font-size:1.3em;}

#sch .h3_winter{background:url(images/ng_winter.png)no-repeat;
color:#989bb9;
font-size:1.3em;}

#sch .jn_box01{float:left;
			width:337px;
			margin-right:15px;
			border-right:1px dotted #8d744e;}

#sch .jn_box02{float:left;
			width:337px;}


#sch .sch_tbl th{vertical-align:top;}

#sch .sch_tbl td{padding-left:10px;
			vertical-align:top;
			border-bottom:1px solid #b3b3b3;
			line-height:30px;}



#sch .sch_tbl td table td{border-bottom:none;
					padding-left:0px;}

#sch .ng_mainbox{width:695px;
				padding:0px 10px;
				margin-bottom:30px;}

#sch .ng_box01{float:left;
				width:695px;}

#sch .ng_minibox01{float:left;
				width:220px;
				margin-right:17px;}

#sch .ng_minibox02{float:left;
				width:220px;}
#sch .ng_minibox01 img,#sch .ng_minibox02 img{margin-bottom:5px;}

#sch .ng_txt01{background-color:#fbeaec;
			text-align:center;
			padding:5px;}

#sch .ng_txt02{background-color:#deeeef;
			text-align:center;
			padding:5px;}

#sch .ng_txt03{background-color:#ddd5ca;
			text-align:center;
			padding:5px;}

#sch .ng_txt04{background-color:#e0e1ea;
			text-align:center;
			padding:5px;}

#sch .ng_txt05{background-color:#bfcb99;
			text-align:center;
			padding:5px;
			font-size:1.3em;}

#sch .ng_txt06{font-size:1.1em;}


/*******************************
/* アクセス・お問合せ
*******************************/

#ac h2{color:#000000;} 

#ac img{margin-right:30px;}

#ac p{font-size:1.1em;}

#ac .ac_txt01{font-size:0.9em;}

#ac .ac_txt02{font-size:1.6em;
			font-weight:bold;}

/*******************************
/* 求人案内
*******************************/

#rec h2{color:#000000;} 


#rec p{font-size:1.1em;
	text-align:justify;}

#rec .txt01{font-size:1.5em;}

#rec .txt02{font-size:1.4em;
			color:#FF0000;
			font-weight:bold;}

#rec .txt03{font-size:1.2em;
			color:#457AFF;
			}

#rec .rec_box_b{width:715px;
				height:auto;
				margin-bottom:20px;
				}

#rec .rec_box01{float:left;
				width:150px;
				height:150px;
				margin-right:5px;}

#rec .rec_box02{float:left;
				width:560px;
				height:auto;}

#rec .rec_box03{border:3px solid #5E7D00;
				border-radius: 15px;
				padding:15px 20px 10px ;}

#rec .balloon1 {
  position: relative;
  display: inline-block;
  padding: 15px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 14px;
  background: #FFF3B9;
border-radius: 15px;
}

#rec .balloon1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #FFF3B9;
}




