@charset "shift_jis";


/*---------- ページ全体の指定 ----------*/

body {
  font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ ゴシック","Hiragino KaKu Gothic Pro", Osaka;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333;
  background-image: url(img/back.gif);
  background-repeat: repeat-y;
  background-position: top;
}

a:link {
  color: #004080;
  font-size: 12px;
}

a:hover {
  color: #005ebb;
  font-size: 12px;
}

a:visited {
  color: #004080;
  font-size: 12px;
}

p {
  margin: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
}

h1 {
  font-size: 12px;
  margin: 0;
  padding: 2px 3px 0px 3px;
  color: #333;
}

img {
border:0px;
}

/*---------- メイン ----------*/

#main {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 800px;
  background-color: #ffffff;
}


/*---------- ヘッダー ----------*/

#header {
  margin: 0;
  border-top: solid 4px #005dbd;
  background-color: #999999;
}

#header-inner {
  margin: 0;
  padding: 0;
  color: #333333;
  width: 800px;
  background-color: #ffffff;
  background-repeat: no-repeat;
}

#table-left{
  text-align: left;
  margin: 0;
  padding: 10px 0 0 10px;
  font-size: 16px;
  color: #333333;
  line-height: 150%;
  text-decoration: none;
}

#table-left2{
  text-align: righ;
  margin: 0;
  padding: 0 0 5px 50px;
  font-size: 12px;
  color: #333333;
  line-height: 150%;
  text-decoration: none;
}

#table-left a{
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}

#table-left a:hover{
  font-size: 16px;
  color: #666666;
  text-decoration: none;
}


#table-right{
  text-align: right;
  margin: 0;
  padding: 0 14px 0 0;
  font-size: 14px;
  color: #ff0000;
  line-height: 120%;
  text-decoration: none;
}

#table-right2{
  text-align: right;
  margin: 0;
  padding: 0 14px 0 0;
  font-size: 14px;
  color: #000000;
  line-height: 100%;
  text-decoration: none;
}

#table-right a{
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

#table-right a:hover{
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}

.plan1{
  text-align: right;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}

.plan2{
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}

.plan3{
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}

.plan4{
  text-align: right;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #ff0000;
  text-decoration: none;
}

.plan5{
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #3366cc;
  text-decoration: none;
}

.plan6{
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  font-weight:bold;
}


#header-menu {
  background-color: #333333;
  margin: 0px;
  padding: 8px 0 6px 15px;
  background: url(img/head_menu_back.gif);
  background-repeat: repeat-x;
}

#header-menu ul {
  text-align: left;
  padding-bottom: 1px;
  margin: 0px;
  width: auto;
}

#header-menu li {
  color: #ffffff;
  display: inline;
  padding-left: 13px;
  padding-right: 8px;
  background: url(img/l_icon.gif) no-repeat;
  background-position: left center;
}

#header-menu a {
  color: #ffffff;
  text-decoration: none;
}

#header-menu a:hover {
  color: #cccccc;
}

#header-menu a:hover {
  color: #999999;
}

#header-img {
  margin: 0;
  padding: 0;
  width: 800px;
  height: 150px;
  font-family:Verdana;
  background-image: url(img/logo02.gif);
  background-repeat: no-repeat;
}


/*---------- コンテンツ ----------*/

#container {
  margin: 0px;
  padding: 5px;
  width: 780px;
  background-color: #ffffff;
}

P.left{
FLOAT: left;
MARGIN: 0px 0px 0px 20px;
PADDING: 0px 2px 0px 2px;
WIDTH:45%;
line-height: 100%;

}

P.right{
FLOAT:right;/*文字の回りこみ*/
MARGIN: 0px 10px 0px 5px;/*外側余白*/
PADDING: 0px 2px 0px 2px;/*内側余白*/
WIDTH: 45%;/*幅*/
line-height: 100%;

}

P.left2{
FLOAT: left;
MARGIN: 0px 0px 0px 50px;
PADDING: 0px 2px 0px 2px;
WIDTH:40%;
line-height: 200%;
  text-align: left;

}

P.right2{
FLOAT:right;/*文字の回りこみ*/
MARGIN: 0px 10px 0px 5px;/*外側余白*/
PADDING: 0px 2px 0px 2px;/*内側余白*/
WIDTH: 45%;/*幅*/
line-height: 200%;
  text-align: left;

}



/*---------- メインコンテンツ ----------*/

#contents {
  float: left;
  margin:  6px 0 0 0;
  padding: 0 5px 0 8px;
  line-height: 180%;
  letter-spacing: 1px;
  width: 570px;
}

#contents img.sample {
  float: left;
  margin: 15px;
}

#contents h2 {
  margin: 0 0 5px 0;
  padding: 12px 0 10px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #333333;
  background-image: url(img/titlebar.gif);
  background-repeat: no-repeat;
}

#contents p {
  margin: 18px 0 18px 0;
  padding: 0 0 0 5px;
  line-height: 180%;
  letter-spacing: 1px;
}

/*---------- メニュー ----------*/

#menu {
  float: right;
  margin: 0;
  padding: 6px 3px 0 6px;
  width: 180px;
  text-align: left;
  line-height: 160%;
  letter-spacing: 1px;
  background-color: #ffffff;
}

#menu h2 {
  margin: 0 0 7px 0;
  padding: 7px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

#menu p {
  margin: 10px 4px 20px 4px;
  line-height: 180%;
}

#menu a{
  color: #004080;
  font-size: 12px;
 }

#menu a:hover{
  color: #005ebb;
  font-size: 12px;
}



/*---------- フッター ----------*/

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 20px 0 18px 0;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  border-top: 2px;
  background-color: #adadad;
}

#footer a {
  color: #ffffff;
  font-size: 12px;
 }

#footer a:hover {
  color: #666666;
}



/*---------- 部屋 table ----------*/

table.room1-1{
    border-top:1px solid #39a6b5;
    border-left:1px solid #39a6b5;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
    width: 750px;
}
.room1-1 th{
    border-right:1px solid #39a6b5;
    border-bottom:1px solid #39a6b5;
    color:#330000;
    background-color:#33cccc;
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
    width: 20%;
}
.room1-1 td{
    border-right:1px solid #39a6b5;
    border-bottom:1px solid #39a6b5;
    padding:0.3em 1em;
    width: 30%;
}


table.room1-2{
 margin: 0 auto;
    border-top:1px solid #39a6b5;
    border-left:1px solid #39a6b5;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
    width: 500px;
}
.room1-2 th{
    border-right:1px solid #39a6b5;
    border-bottom:1px solid #39a6b5;
    color:#330000;
    background-color:#33cccc;
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.room1-2 td{
    border-right:1px solid #39a6b5;
    border-bottom:1px solid #39a6b5;
    padding:0.3em 1em;
}

div.iecenterbox {
     text-align: center;
    padding:1em 0 0 0;
}
div.centerbox{
 width: 60%;
 margin-left: auto;
 margin-right: auto;
 border: 0;
 text-align: center; /* テキストの左揃え */
    padding: 1em 0 0 0;
}             
