@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background:#fff url("images/bg_body.gif") 0 0 repeat-x;
   border-top:5px solid #003366;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#666;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========table01======== */

.table_01 {
width:100%;margin:0px 0px 10px 0px;padding:0px;
border-collapse:collapse;
font-size:75%;
}
.table_01 th {
width:25%;padding:4px 2px 2px 4px;
text-align:left;vertical-align:top;color:#191970;
background: url("image/case/th_10.jpg") repeat-x bottom;
border:1px solid #6699CC;
}
.table_01 td {
padding:4px 2px 2px 4px;
background-color:#EEEEEE;
border:1px solid #6699CC;
}

/* ========table02========background-color:#add8e6; */

.table_02 { 
width:100%;margin:0px 0px 10px 0px;padding:0px;
border-collapse:separate;
border-spacing:1px;
font-size:75%;
}
.table_02 th {
width:45%;padding:10px 2px 2px 10px;
text-align:left;vertical-align:top;color:#191970;
background: url("image/staff/table02_g.jpg") repeat-x bottom;
border:1px solid #BBBBBB;
}
.table_02 td {
padding:4px 2px 2px 4px;
border:1px dotted #999999;
text-align: center;
}


/* ========table03======== */

.table_03 { 
width:100%;margin:0px 0px 10px 0px;padding:0px;
border-collapse:separate;
border-spacing:1px;
font-size:75%;
}
.table_03 th {
width:25%;padding:4px 2px 2px 4px;
text-align:left;vertical-align:top;color:#14682b4;
background-color:#e0ffff;
border:1px solid #BBBBBB;
}
.table_03 td {
padding:4px 2px 2px 4px;
border:1px dotted #999999;
text-align: center;
}

/* ========table04======== */

.table_04 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 520px;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 80%;
}

.table_04  caption {
  margin-top: 1em;
  text-align: left;
}

.table_04  th,
.table_04  td {
  padding: 4px 6px;
}

.table_04  th {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: url("image/price/table04_back.jpg") repeat-x bottom;
  text-align: center;
  font-size: 75%;
}

.table_04  td {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #F3F3F3;
  text-align: left;
   font-size: 78%;
}

/* ========table05======== */

.table_05 { 
width:100%;margin:0px 0px 10px 0px;padding:0px;
border-collapse:separate;
border-spacing:1px;
font-size:75%;
}
.table_05 th {
padding:4px 2px 2px 4px;
text-align: center;
}
.table_05 td {
padding:4px 2px 2px 4px;
text-align: center;
}


/* ========table06======== */

.table_06 { 
width:100%;margin:10px 10px 10px 10px;padding:0px;
border-collapse:separate;
border-spacing:1px;
font-size:75%;
}
.table_06 th {
padding:4px 2px 2px 4px;
border:1px dotted #999999;
text-align: centert;
}
.table_06 td {
padding:4px 2px 2px 4px;
border:1px dotted #999999;
text-align: center;
}

/* ========table07======== */

.table_07{
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 520px;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 90%;
}

.table_07  caption {
  margin-top: 1em;
  text-align: left;
}

.table_07  th,
.table_07 td {
  padding: 4px 6px;
}

.table_07  th {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: url("image/case/table07_back.jpg") repeat-x bottom;
  text-align: center;
  font-size: 75%;
}

.table_07  td {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #FFFFCC;
  text-align: left;
   font-size: 78%;
}

/* ========TEMPLATE LAYOUT======== */
div#headWrap {
   position:relative;
   width:100%;
   margin:0 auto;
   padding:10px 0;
   background:#fff;
}

div#header {
   position:relative;
   width:787px;
   margin:0 auto;
   background:#fff;
}

div#pr {
   position:absolute;
   left:0;
   top:0;
   width:787px;
}

div#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

div#menu {
   width:100%;
   float:left;
   background:url("images/bg_menu.gif") 0 0 repeat-x;
}

div#icatch {
   width:787px;
   margin:0 auto;
   background:#fff;
}

div#contents {
   width:787px;
   margin:0 auto;
   padding:10px 0 ;
   background:#fff;
}

div#main {
   float:right;
   width:547px;
}

div#sub {
   float:left;
   width:220px;
}

div#totop {
   clear:both;
}

div#footMenu {
   width:787px;
   margin:0 auto;
}

div#footer {
   background:#EBEADD;
   border-bottom:5px solid #191970;
}



/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding-top:25px;
   font-size:200%;/* 32px相当 */
   color:#fff;
   line-height:50px;
}

div#header h1 a {
   color:#9B0000;
}

div#header h1 a:hover {
   color:#D30000;
}

div#header #pr p {
   margin:0;
   font-size:75%;/* 12px相当 */
}

div#header #gnavi ul {
   list-style:none;

}
div#header #gnavi li {
   float:left;
   font-size:70%;/* 11px相当 */
   margin-left:15px;
}

div#header #gnavi li a {
   display:block;
   padding-left:15px;
   background:url("images/bg_gnavi.gif") 0 1px no-repeat;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   width:787px;
   margin:0 auto;
   padding:0;
}

div#menu li {
   float:left;
   font-size:75%;/* 12px相当 */
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
   display:block;
   width:130px;
   color:#5A5132;
   line-height:60px;
   border-right:1px solid #D8D8D8;
}

div#menu li.home a {
   border-left:1px solid #D8D8D8;
}

div#menu li a:hover {
   color:#333;
   background:#fff url("images/bg_menu.gif") 0 -60px repeat-x;
   z-index:100;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#9B0000;
}

div#main a:hover {
   color:#9B0000;
   border-bottom:1px solid #9B0000;
}

div#main h2 {
   margin-bottom:8px;
   padding:0 0 0  30px;
   color:#5A5132;
   font-size:94%;/* 15px相当 */
   font-weight:bold;
   line-height:35px;
   border:1px solid #D8D8D8;
   background:url("images/bg_h2.gif") 0 0 no-repeat;
}

div#main h3 {
   margin-bottom:3px;
   font-size:88%;/* 14px相当 */
}

div#main h4 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main h5 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main h6 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main h7 {
   margin-bottom:2px;
    color:#990000;
	 font-weight:bold;
   font-size:88%;/* 14px相当 */
}

div#main h8 {
   margin-bottom:2px;
    color:#191970;
   font-size:88%;/* 14px相当 */
}

div#main h9 {
   margin-bottom:2px;
  font-weight:bold;	
   font-size:82%;/* 13px相当 */
}
div#main p {
   margin:0 0 1em 0;
   font-size:75%;/* 12px相当 */
   line-height: 2;
   word-break: break-all;
   width:523px;
}

div#main ul,ol,dl {
   font-size:75%;/* 12px相当 */
}

div#main dt {
   margin-bottom:3px;
}

div#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div {
   display:inline-block;
}

div#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin-bottom:10px;
}

div#sub h2 {
   padding:3px;
   font-size:88%;/* 14px相当 */
   font-weight:bold;
   color:#fff;
   padding-left:10px;
   background:#003366;
   border-bottom:1px solid #C1C1C1;
   border-right:1px solid #C1C1C1;
}

div#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   font-size:75%;/* 12px相当 */
   line-height:1.4;
   list-style:none;
   background:url("images/bg_dotline.gif") 0 100% repeat-x;
}

div#sub li a {
   display:block;
   padding-left:12px;
   background:url("images/bg_list.gif") 0 6px no-repeat;
}


/* ========TOTOP CUSTOMIZE========= */
div#totop {
   margin:0 10px;
   text-align:right;
   font-size:70%;/* 11px相当 */
}

div#totop a {
   padding-left:8px;
   background: url("images/bg_totop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0;
   padding:10px 0 0 0;
   text-align:right;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:75%;/* 12px相当 */
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background: url("images/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
address {
   padding:30px 0;
   font-size:70%;/* 11px相当 */
   font-style:normal;
   color:#333;
   text-align:center;
}

/* ========gazou mawarikomi======== */

.hiro-left,
.hiro-right {
   overflow: hidden;
   height: auto;
}
 
.hiro-left img {
   float: left;
   margin: 0 15px 0 0 !important;
   padding: 0 !important;
   border: 0 !important;
}
 
.hiro-right img {
   float: right;
   margin: 0 0 0 15px !important;
   padding: 0 !important;
   border: 0 !important;
}
 
.hiro-left p,
.hiro-right p {
   overflow: hidden;
   height: auto;
}




.facility_box{
}
div#main .facility_box .title{
font-size:113%;
font-weight:bold;
margin-bottom:15px;
}
div#main .facility_box p{
margin-bottom:50px;
font-size:88%;
line-height:1.7;
}
div#main .facility_box .name{
text-align:right;
margin-bottom:50px;
font-size:88%;
}