﻿@charset "UTF-8";

/* ---------------------------------------- */

* {
    margin: 0px;
    padding: 0px;
}

/* Hides from IE5-mac \*/
* html body {height: 1%;}
/* End hide from IE5-mac */

/* ------------　全ページ共通　------------ */

#header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 28px;
    background-color: #17191a;
    background-position: left top;
    background-repeat: repeat-x;
    background-image: url("../../image/bk_header.gif");
    color: #333;
    font-size: 12px;
}
#header #left {
    margin: 0px;
    padding: 3px 0px 0px 10px;
    text-align: left;
    width: 50%;
    float: left;
}
#header #right {
    margin: 0px;
    padding: 3px 20px 0px 0px;
    text-align: right;
    width: 45%;
    float: right;
}
#header #right a {
    color: #333;
    text-decoration: none;
}

#box {
    margin: 70px 0px 0px 0px;
    padding: 0px;
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    background: #ffffff;
    font-size: 12px;
    color: #666;
    background: #000;
    line-height: 180%;
}

#box_main {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px 0px 30px 0px;
    width: 950px;
    text-align: left;
    background: #fff;
    clear: left;
}

h1 {
    margin: 5px 0px 5px 10px;
    padding: 0px 0px 0px 0px;
    color: #666666;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
    line-height: 30px;
    border-left: solid 10px #cccccc;
    text-indent: 10px;
}

.info {
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 40px;
}

.info p {
    margin: 0px 0px 0px 0px;
}

h2 {
    margin: 20px 0px 25px 10px;
    padding: 0px 0px 0px 0px;
    color: #666666;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
    line-height: 30px;
    border-left: solid 5px #cccccc;
    text-indent: 10px;
}

.room {
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 40px;
}

.room p {
    margin: 0px 0px 0px 0px;
}

.room .image {
    width: 250px;
    float: left;
}

.room .image .photo {
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    color: #666666;
    border: solid 1px #cccccc;
}
.room .comment {
    width: 500px;
    float: left;
}

.room .clear {
    clear: left;
}


h3 {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    color: #666666;
    text-decoration: underline;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
}

address {
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-style: normal;
    color: #ccc;
}

.footer_link {
    margin: 20px 10px 10px 10px;
    text-align: center;
    font-size: 14px;
}
.footer_link a {
    color: #666;
    text-decoration: none;
}

.footer_info {
    margin: 0px 5px 0px 0px;
    text-align: right;
    font-size: 10px;
}
.footer_info a {
    color: #666;
    text-decoration: none;
}

