@charset 'utf-8';

/* --- YUI Fonts ---
| pixel | percent |
+-------+---------+
|  10   |   77    |
|  11   |   85    |
|  12   |   93    |
|  13   |  100    |
|  14   |  107    |
|  15   |  114    |
|  16   |  123.1  |
|  17   |  131    |
|  18   |  138.5  |
|  19   |  146.5  |
|  20   |  153.9  |
|  21   |  161.6  |
|  22   |  167    |
|  23   |  174    |
|  24   |  182    |
|  25   |  189    |
|  26   |  197    |
/* ----------------- */

body {
  font-size: 93%;
  background: url("../img/body_bg.png") #f0f0e6 repeat-x center top;
  color: #333;
  padding: 0;
  margin: 0;
  font-family: "굴림",Gulim,Arial,Helvetica,Sans-serif;
}

#container {
    border-top: 6px solid #333;
}

#header, #content {
    margin: 0 auto;
    width: 960px;
    overflow: hidden;
    _zoom: 1;
    position: relative;
}

#footer {
    background: url("../img/footer_bg.png") repeat-x left top;
    height: 120px;
    overflow: hidden;
    _zoom: 1;
    _margin-top: 40px;
    *margin-top: 40px;
}

#footer p {
    width: 960px;
    margin: 40px auto 0;
    color: #fff;
    font-style: normal;
    padding-left: 40px;
}

.section {
    margin-bottom: 30px;
    overflow: hidden;
    _zoom: 1;
    padding-left: 20px;
    padding-right: 20px;
}


#main {
    width: 710px;
    float: left;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: url("../img/content_bg.png") #fafafa no-repeat right bottom;
    padding-top: 20px;
    margin-bottom: 40px;
    -moz-box-shadow: 1px 1px 1px #eee;
    -webkit-box-shadow: 1px 1px 1px #eee;
    box-shadow: 1px 1px 1px #eee;
}

#sidebar {
    float: right;
    width: 230px;
}

h1 {
    margin: 20px;
    padding: 50px 0 0;
    background: url("../img/logo.png") no-repeat left top;
    font-size: 85%;
    font-weight: normal;
    font-style: normal;
}

h2 {
    font-size: 200%;
    color: #464600;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    font-style: normal;
    font-family: Batang,serif;
}

h3 {
    font-style: normal;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 0;
}

#sidebar h2 {
    color: #333;
    font-size: 167%;
}

#sidebar h3 {
    border-bottom: 1px dotted #aaa;
}

#sidebar .section {
    padding: 0;
}

#rooms ul {
    width: 300px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    _zoom: 1;
    float: left;
}

#rooms li {
    width: 140px;
    float: left;
    margin-right: 10px;
    list-style: none;
    padding-bottom: 20px;
    font-size: 85%;
    text-align: center;
}

.note {
    font-size: 85%;
}

#spa ul {
    width: 360px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    _zoom: 1;
}

#spa li {
    width: 160px;
    float: left;
    list-style: none;
    text-align: center;
    margin-right: 10px;
    font-size: 85%;
}

li img {
    margin-bottom: 5px;
}


.left {
    overflow: hidden;
    _zoom: 1;
    width: 290px;
    float: left;
}

.right {
    overflow: hidden;
    _zoom: 1;
    width: 360px;
    float: right;
}

dl {
    margin: 0;
    padding: 0;
}

dt {
    font-style: normal;
    font-weight: normal;
    border-bottom: 1px dotted #aaa;
    padding: 5px;
}

dd {
    margin: 0 0 20px !important;
    padding: 5px;
}

th {
    text-align: left;
    border: none;
    border-bottom: 1px dotted #aaa;
    padding: 10px 20px;
    font-weight: normal;
}

td {
    border: none;
    border-bottom: 1px dotted #aaa;
    padding: 10px 20px;
    text-align: right;
    font-family: Georgia,Times,serif;
}

#tel strong, #fax strong {
    color: #600;
    font-weight: normal;
    font-size: 123%;
    font-family: Georgia,Times,serif;
}

#japanese {
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 85%;
    font-style: normal;
}

#japanese a {
    color: #333;
}