@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

img {border: 0;}

body {
  width: 100%;
  background-color: #F3FFD8;
  color: #AE2724;
  font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
  line-height: 1.7;
}

a:link {
  color: #f1c232;
}

a:hover {
  color: #e69138;
}

a:visited {
  color: #f1c232;
}

a.teltel{
	color: #c27ba0;
}
/*---------- ヘッダー ----------*/

header {
  width: 100%;
  background-color: #0EA98;
}

header h1 {
  padding: 1px 0 1px 0;
  text-align: left;
  color: green;/*#FF00FF;*/
  font-size: 20px;
  text-align: center;
  
  }

header h1 a {
  color: #fff;/*#D0FF43;*/
  text-decoration: none;
  font-size: 20px;
}


/*      2017 12 23  はたと気がついた必要ないということが
header h2 {
  padding: 1px 0 1px 0;
  text-align: center;
  color: #e69138;
  font-size: 20px;
text-align: center;
}

header h2 a {
  color: #e69138;
  text-decoration: none;
  font-size: 20px;
text-align: center;
}

*/
#page_top {
  margin: 0;
  padding: 0;
}

p.kakegoe {
 color:green;
 text-align: center;
 
}

/*---------- コンテンツ ----------*/

article {
  width: 100%;
  margin: 0 0 8px 0;
}

section {
  width: 100%;
  margin: 0 0 8px 0;
}

section img{
margin-right: 5px;
}

section h2 {
  margin: 0 0 8px 0;
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: #7EE599;  /* ごあいさつ*/
}
 h3 {
  margin: 0 0 8px 0;
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #fff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: #7EE599;
}

h3  a{
  margin: 0 0 8px 0;
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: red;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: #7EE599;
}
h3  a:hover{
  margin: 0 0 8px 0;
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: red;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: #9EB3FF;
}
section p {
  padding: 3px 8px 3px 8px;
  line-height: 1.7;
}

section .gray_bg {
  margin: 8px 0 8px 0;
  padding: 2px 8px 2px 8px;
  line-height: 1.7;
  letter-spacing: 1px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}

section .gray_bg p {
  padding: 3px;
  line-height: 1.7;
  letter-spacing: 1px;
}

section img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

section img.picture_r {
  margin: 0 0 10px 10px;
  float: right;
}

section span.red {
  color: #e60033;
}

section span.red_b {
  color: #e60033;
  font-weight: bold;
}

section span.blue {
  color: #007bbb;
}

section span.#f1c232 {
  color: #c53d43;
}

section span.brown {
  color: #993300;
}

section span.brown_b {
  color: #993300;
  font-weight: bold;
}

section span.green {
  color: #00ae4f;
}

.t_table{
margin: 10px;
}


table {
border: 1px #004560 solid;
font-size: 14px;
border-collapse: collapse;
color: #656565;
}
th, td {
    padding: 2px;
    border: 1px solid #ccc;
    text-align: center;
    }


table.yoyaku {
	
    color: gray;
}
th.#f1c232{
	 background-color: #fff2cc;
	 color: #c27ba0;
}    
.shinryo{
background-color: #7EE599;
color: #fff;

}

.jikan{
background-color: #fff8dc;
text-align: left;

}

.tokka {
	color:green;
	
}
/*---------- ナビ ----------*/

nav {
  width: 100%;
  text-decoration: none;
  margin: 0 0 10px 0;
  background: url(img/nav_bg.gif) repeat-x;
}

nav h2 {
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(img/h_bg_gray.gif) center repeat-x;
}

nav ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #cccccc;
}

nav li {
  width: 100%;
  list-style: none;
  text-align: center;
  background: url(img/arrow_icon.png) no-repeat scroll right center transparent;
}

nav li a {
  padding: 10px;
  display: block;
  color: #f1c232;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(img/nav_bg.gif) repeat-x;
}

nav li a:hover {
  color: #e69138;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(img/nav_bg_hover.gif) repeat-x;
}


/*---------- トップに戻る ----------*/

#page_back {
  margin: 0 0 8px 0;
  padding: 0 6px 0 0;
  text-align: right;
}


/*---------- フッター ----------*/


.add{
text-align: center;
}


footer {
  width: 100%;
  padding: 5px 0 5px 0;/*10 0 10 0*/
  color: #333333;
  text-align: center;
  border-top: solid 1px;
  border-top-color: #cccccc;
  background-color: #fff8dc;
}

footer p {
  padding: 10px;
  color: #555555;
  text-align: center;
}

footer a {
  color: #555555 !important;
}

footer a:hover {
  color: #777777 !important;
}

footer a:visited {
  color: #555555;
}

footer p.copy {
  padding: 5px;/*  10  */
  font-size: 12px;
  color: #555555;
}

footer p.copy a {
  color: #f1c232 !important;
  text-decoration: none;
}

footer p.copy a:hover {
  color: #e69138 !important;
  text-decoration: underline;
}

footer p.copy a:visited {
  color: #f1c232;
  text-decoration: none;
}

#menu-wrap {

  width: 100%;
  height: 100px;   /*   元々５０*/
  
  box-shadow: 0 1px 10px #f1c232;
  background: #00CE56;  /*トップの色*/
 padding: 0 auto;
  z-index: 9999;
}
.rightdenwa{
/*:height: 45px; */
text-align:center;
text-decoration: none;
background: #CEF9DC;
}
.tdenwa{
maxwidth :900px;
  list-style-type: none;
  width: 100%;
  margin: 0px auto 0px;
  padding: 0;
color: white;
text-align: center;
}

.denwa {
font-size: 24px;
color: blue;

}

.dewnwa a{
color: #fff;}
#menu {
maxwidth :900px;
  list-style-type: none;
  width: 100%;
  margin: 0px auto 0px;
  padding: 0;
}
#menu li {
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  box-shadow:3px 3px 3px white;
 border-radius:8px 8px 8px 8px;
}
#menu li a {
  display: block;
  width : 100%;
  padding: 20px 0;  /*    17 px*/
    color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  box-shadow:3px 3px 3px white;
 border-radius:8px 8px 8px 8px;
  text-decoration: none;
}
#menu li a:hover {
  background: #64A04E;
}
.fixed{
  position: fixed;
  top: 0px;
  left: 0px
  z-index: 9999;
  }
  
  
  /*　　　以下は､取り合えず無視しておく。
#gnav {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
  
   height: 20px;
    text-align: center;
    padding: 0 auto;
     z-index: 9999;
}
 
.clearfix{
  width: 100%;
  maxwidth :900px;
  margin: 0 auto;
  padding: 0;
}
.clearfix li{
  display: block;
  float: left;
  width: 25%;
  margin: 0;
  padding: 0; }
.clearfix li a{
  display: block;
  padding: 4px 0 4px;
   background: url(img/h_bg.gif) center repeat-x;
 
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.clearfix li a:hover{
  background: #f1c232;
}

*/
