@charset "UTF-8";

/* formatting style
-----------------------------*/


* {
  font-style: normal;
  margin: 0px;
  padding: 0px;
}

body {
  color: #333333;
  background-color: #CCCCCC;
  font-size: small;
  line-height: 1.6;
  font-family: sans-serif;
  background-image: url(../image_wall/white.gif);
}

hr { display: none; }

/* link styles
-----------------------------*/


a img { border-style: none; }

a:link {
  color: #333333;
  text-decoration: underline;
}

a:visited {
  color: #999999;
  text-decoration: underline;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

a:active {
  text-decoration: none;
  position: relative;
  left: +1px;
  top: +1px;
}

/* basic layout
-----------------------------*/

#wrapper {
  background-color: #FFFFFF;
  width: 820px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 100px;
}

#main {
  float: right;
  width: 580px;
  margin-bottom: 20px;
  margin-top: 15px;
}

#sub {
  float: left;
  width: 210px;
  margin-bottom: 20px;
}

#footer {
  clear: both;
  color: #FFFFFF;
  background-color: #333333;
  padding: 15px;
}

/* header styles
-----------------------------*/

#header {
  background-image: url(../image_top/top_image_gray.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  height: 215px;
  position: relative;
  border-top: 3px solid #009900;
  border-bottom: 3px solid #FF9933;
}

#logo {
  position: absolute;
  left: 15px;
  top: 15px;
}

#header ul { margin-top: 0px; }

#header li {
  list-style: none;
  float: right;
  display: inline;
  margin-right: 20px;
  margin-top: 0px;
}

#menu { height: 50px; }

/* footer styles
-----------------------------*/


#footer ul li a { color: #CCCCCC; }

#footer ul li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

#footer p a { color: #CCCCCC; }

#footer p a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

#footer ul li {
  list-style: none;
  display: inline;
  margin-right: 15px;
}

#footer p {
  float: right;
  margin-top: 0px;
}

/* main styles
-----------------------------*/

#main h2 {
  margin-bottom: 15px;
  margin-top: 20px;
}

#main h3 { margin-bottom: 1em; }

#main h4 { margin-bottom: 1em; }

#main p { margin-bottom: 1em; }

#main .pagetop {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 400px;
}

#main ul { margin-bottom: 1em; }

#main dl { margin-bottom: 1em; }
#main  .a {
  background-image: url(../image_infomation/faq_a.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  padding-left: 15px;
}

#main .q {
  background-image: url(../image_infomation/faq_q.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  padding-left: 15px;
  color: #0000CC;
}

#main .enq {
  background-color: #FFFFCC;
  padding: 0.7em;
  margin-bottom: 1em;
}

#main #room1 {
  height: 200px;
  width: 580px;
}
#main   #rp1 {
  float: right;
  height: 198px;
  width: 240px;
  margin-left: 20px;
}

#main #room2 {
  width: 580px;
  margin-bottom: 20px;
}
#main   #rp2 {
  float: right;
  height: 133px;
  width: 240px;
  margin-top: 7em;
  margin-left: 20px;
}

#main #room3 {
  height: 239px;
  width: 580px;
}
#main  #rp3 {
  float: right;
  height: 239px;
  width: 160px;
  margin-left: 20px;
}

/* sub styles
-----------------------------*/

#sub h2 {
  margin-bottom: 15px;
  margin-top: 20px;
}

#sub h3 {
  font-size: small;
  margin-top: 1em;
  margin-bottom: 1em;
}

#sub ul { margin-top: 10px; }

#sub ul li {
  margin-bottom: 6px;
  list-style: none;
}

#sub ul li a {
  display: block;
  background-image: url(../image_infomation/arrow_h.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  width: 195px;
  padding-left: 15px;
}

#sub ul li a:hover { background-image: url(../image_infomation/arrow_hover_h.jpg); }
