body{
  width: 1000px;	   /*全体の幅を指定する*/  
margin:0 auto; /* ブロック要素の中央揃え */
}

#top_header2{ 
  width: 80%;	   /*全体の幅を指定する*/  
  margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
}
#top_header{ 
  width: 80%;	   /*全体の幅を指定する*/  
  margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
}
#top_main{ 
  width: 80%;	   /*全体の幅を指定する*/  
  margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
}
#top_main2{ 
  width: 80%;	   /*全体の幅を指定する*/  
  margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
}
#top_main3{ 
  width: 80%;	   /*全体の幅を指定する*/  
  margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
}
#top_main4{ 
  width: 80%;	   /*全体の幅を指定する*/  
  margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
}



/*以下下層ページ<div>指定*/
#side {
 float : left ;
 position: relative;
 width : 280px ;
 top : 100px ;
 }

#contents {
 float : left ;
 position: relative;
 width : 720px ;
 top : 100px ;
 }



/*以下見出し*/


h1 {
    background: url(../parts/midashi_h1.gif) no-repeat;
    padding: 18px 0px 20px 18px;
    font-size: 1.5em;
    color: #ffffff;
}


h2 {
    background: url(../parts/midashi_h2.gif) no-repeat;
    padding: 12px 0px 18px 60px;
    font-size: 1.3em;
    color: #184e00;
}


h3{
    margin: 0 0 1.5em;
    padding: 0.8em;
    border-top: 3px double #8fbe26;
    border-bottom: 3px double #8fbe26;
    font-size: 1.143em;
    font-weight: bold;
}

h4 {
	padding: .5em .75em;
	background-color: #d9e8b4;
}

h5 {
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #8fbe26;
	border-bottom: 1px solid #8fbe26;
}


/*以下会社概要のリスト*/

table.company {
    width: 720px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 14px;
}
 
table.company th,
table.company td {
    padding: 10px;
}
 
table.company th {
    background: #206700;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #206700;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #206700 10px solid;
        margin-top: -10px;
    }
}
 
table.company td {
    background: #efefef;
    width: 360px;
    padding-left: 20px;
}



/*以下　施設の料金表リスト*/

table.gaiyou {
    width: 720px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 14px;
}
 
table.gaiyou th,
table.gaiyou td {
    padding: 10px;
}
 
table.gaiyou th {
    background: #d9e8b4;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #000000;
    font-weight: normal;
    font-size: 14px;
}
 
table.gaiyou th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #206700;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.gaiyou th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #206700 10px solid;
        margin-top: -10px;
    }
}
 
table.gaiyou td {
    background: #efefef;
    width: 360px;
    padding-left: 20px;
}


/*以下テキストリンク　オンマウス下線*/

a.link01{text-decoration:none; color:#000000;}
a.link01:hover{text-decoration:underline; color:#000000;} 


/*長文の行間*/

p.gyoukan01{ line-height:1.5em; }


