@charset "UTF-8";

/*
 *  base.css
 *  http://reroom.jp/
 *
 *  Description:
 *  各ページ共通のcss
 *
 *  Copyright 2010, reroom
*/

/*======================================================================

    01.Yahoo UI Library Reset CSS
    Copyright (c) 2010, Yahoo! Inc. All rights reserved.
    Code licensed under the BSD License:
    http://developer.yahoo.com/yui/license.html
    version: 2.8.1

======================================================================*/

* {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del,ins {
    text-decoration: none;
}

li {
    list-style: none;
}

caption,th {
    text-align: left;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,q:after {
    content: '';
}

abbr,acronym {
    border: 0;
    font-variant: normal;
}

legend {
    color: #000;
}

*legend {
    margin-left: -1ex;
}

input,button,textarea,select,optgroup,option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

body {
    font:13px/1.231 arial,helvetica,clean,sans-serif;
}

select,input,button,textarea,button {
    font:99% arial,helvetica,clean,sans-serif;
}

table {
    font-size:inherit;
    font:100%;
}

pre,code,kbd,samp,tt {
    font-family:monospace;
    line-height:100%;
}

/*======================================================================

    02.Yahoo UI Library Fonts CSS
    Copyright (c) 2010, Yahoo! Inc. All rights reserved.
    Code licensed under the BSD License:
    http://developer.yahoo.com/yui/license.html
    version: 2.8.1

    Font-size Adjustment

    77%   =  10px    |    123.1%  =  16px    |    167%  =  22px
    85%   =  11px    |    131%    =  17px    |    174%  =  23px
    93%   =  12px    |    138.5%  =  18px    |    182%  =  24px
    100%  =  13px    |    146.5%  =  19px    |    189%  =  25px
    108%  =  14px    |    153.9%  =  20px    |    197%  =  26px
    116%  =  15px    |    161.6%  =  21px    |

======================================================================*/

body {
    font: 13px/1.231 arial,helvetica,clean,sans-serif;
}

select,input,button,textarea,button {
    font: 99% arial,helvetica,clean,sans-serif;
}

table {
    font-size: inherit;
    font:100%;
}

pre,code,kbd,samp,tt {
    font-family:monospace;
    line-height:100%;
}


/*======================================================================
    03.elements 各要素のスタイル
======================================================================*/

/*----------------------------------------------------------------------
    Structure Module
----------------------------------------------------------------------*/

body {
    color: #595757;
    background-color: #f2f2e9;
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}

/*----------------------------------------------------------------------
    Text Module
----------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}

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

h1 {
    font-size: 182%;
}

h2 {
    font-size: 116%;
}

h3 {
    font-size: 100%;
}

h4,h5,h6 {
    font-size: 85%;
}

p,address,pre,blockquote {
    margin: 1ex 0;
    font-size: 100%;
    line-height: 1.6;
}

p {
}

address {
}

pre {
    padding: 10px 15px;
    overflow: auto;
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
    background-color: #fafaf5;
}

blockquote {
    padding: 10px 15px;
    background-color: #fafaf5;
}

blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6,
blockquote p {
}

cite {
    font-size: 85%;
}

cite a {
}

cite a:hover {
}

em {
    font-weight: bold;
    font-style: normal;
}

strong {
    color: #ff9900;
    font-weight: bold;
}

code {
    font-family: Courier, "Courier New", "Osaka－等幅", "Osaka-Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #b2b2ab;
}

kbd {
    border: 1px solid #b2b2ab;
    font-family: Courier, "Courier New", "Osaka－等幅", "Osaka-Mono", monospace;
}

/*----------------------------------------------------------------------
    Hypertext Module
----------------------------------------------------------------------*/

a {
    color: #248fb3;
    /* text-decoration: none; */
    outline: none;
}

a:hover {
    /* color: #fff; */
    /* background-color: #248fb3; */
}

/*----------------------------------------------------------------------
    List Module
----------------------------------------------------------------------*/

ul {
}

ul li {
    padding-left: 10px;
    background-image: url("../images/marker/bullet001.0440de3caa5a.png");
    background-repeat: no-repeat;
    background-position: 0 1.1ex;
}

ol {
    margin: 2ex 0;
}

ol li {
    list-style-position: inside;
    list-style-type: decimal;
}

li {
    line-height: 1.6;
}

dl {
    margin: 2ex 0;
}

dt {
    margin: 1ex 0 0ex;
    line-height: 1.6;
    font-weight: bold;
}

dd {
    margin: 0 0 1ex;
    line-height: 1.6;
}

li p,
li ul,
li ol,
li li,
li dl,
li dt,
li dd,
li pre,
dd p,
dd pre,
dd ul,
dd ol,
dd li,
dd dl,
dd dt,
dd dd {
    font-size: 100%;
}

/*----------------------------------------------------------------------
    Edit Module
----------------------------------------------------------------------*/

del {
    color: #b3b3ab;
    text-decoration: line-through;
}

ins {
    font-weight: bold;
}

/*----------------------------------------------------------------------
    Forms Module
----------------------------------------------------------------------*/

form {
}

fieldset {
}

label {
}

input[type="text"],
input[type="password"] {
    height: 16px;
}

input[type="text"],
input[type="password"],
select,
textarea {
    border: 2px solid #b3b3ab;
    padding: 4px 5px;
    /* padding: 7px; */
    color: #595757;
    /* font-weight: bold; */
    font-weight: normal;
    background-image: none;
    background-color: transparent;
}

input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover {
    background-color: #f5f5f0;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #b3b3ab;
    background-color: #f5f5f0;
    outline: none;
}

input[type="submit"] {
    padding: 6px 15px;
    border: none;
    color: #fff;
    font-weight: bold;
    background-color: #4da3bf;
    cursor: pointer;
    border-radius: 3px;
}

input[type="submit"]:hover {
    background-color: #4da3bf;
}

/*----------------------------------------------------------------------
    Tables Module
----------------------------------------------------------------------*/

table {
    margin: 2ex 0;
}

th,
td {
    padding: 2px 5px;
    border: 1px solid #dbdbdb;
}

th {
    font-weight: normal;
    background-color: #ccccc4;
}

td {
}

/*----------------------------------------------------------------------
    Image Module
----------------------------------------------------------------------*/

img {
    vertical-align: bottom;
}

a img {
}

/*----------------------------------------------------------------------
    Object Module
----------------------------------------------------------------------*/

object,
embed {
}

/*======================================================================
    #header
======================================================================*/

#header {
    overflow: hidden;
}

#header p.siteName {
    /* margin: 45px 25px 30px; */
    margin: 55px 25px 30px;
    float: left;
    width: 150px;
}

#header p.siteName a {
    display: block;
    width: 159px;
    width: 332px;
    height: 46px;
    height: 50px;
    background-color: #ccc;
    background-image: url("../images/logo.8ec52744a1ae.png");
    background-repeat: no-repeat;
    text-indent: -9999px;
}

#header p.description {
    display: none;
}

/*----------------------------------------------------------------------
    #globalNav
----------------------------------------------------------------------*/

#header #globalNavWrap {
    margin: 45px 0 30px;
    float: right;
    /* width: 700px; */
}

#header #globalNavWrap nav {
    float: right;
}

#header #globalNav {
    float: right;
    height: 62px;
}

#header #globalNav li {
    float: left;
    padding: 0;
    text-indent: -9999px;
    background-image: none;
}

#header #globalNav li a {
    height: 62px;
    display: block;
    background-position: 0 0;
}

#header #globalNav li a:hover {
    background-color: transparent;
    background-position: 0 -62px;
}

#header #globalNav li.current a,
#header #globalNav li.current a:hover {
    background-position: 0 -124px;
}

/*  imagereplacement
----------------------------------------------------------------------*/

#header #globalNav li.toppage a {
    width: 113px;
    background-image: url("../images/button/nav_global/toppage.7df7c52997fc.png");
}

#header #globalNav li.rooms a {
    width: 106px;
    background-image: url("../images/button/nav_global/rooms.072b689a2046.png");
}

#header #globalNav li.newroom a {
    width: 103px;
    background-image: url("../images/button/nav_global/newroom.be2ad9fe025c.png");
}

#header #globalNav li.mypage a {
    width: 90px;
    background-image: url("../images/button/nav_global/mypage.e7f387e489c3.png");
}

#header #globalNav li.login a {
    width: 90px;
    background-image: url("../images/button/nav_global/login.1362015dc519.png");
}

#header #globalNav li.join a {
    width: 144px;
    background-image: url("../images/button/nav_global/join.acc4174c0258.png");
}


/*----------------------------------------------------------------------
    #accountStatus
----------------------------------------------------------------------*/

#header #accountStatus {
    border-left: 1px solid #dbdbdb;
    position: relative;
    float: right;
    /* width: 260px; */
    width: 190px;
    height: 62px;
    background-color: #fafaf5;
    background-image: url("../images/bg/account_status.876b8c46db9b.png");
    background-position: 100% 0;
}

#header #accountStatus div.user {
    margin-left: 60px;
    position: static;
}

#header #accountStatus div.user span.portrait{
    position: absolute;
    top: 11px;
    left: 10px;
}

#header #accountStatus div.user {
    margin-top: 1.35em;
    font-size: 12px;
    font-weight: bold;
}

#header #accountStatus ul.nav {
    margin-left: 60px;
}

#header #accountStatus ul.nav li {
    margin: 0.2ex 10px 0 0;
    padding: 0;
    float: left;
    font-size: 11px;
    font-weight: bold;
    background-image: none;
}

#header #accountStatus ul.nav li a {
}

/*======================================================================
    #main
======================================================================*/

#main {
    background-image: url("../images/bg/header.64a34b2ee5e8.png");
    background-repeat: no-repeat;
}

/*======================================================================
    #footer
======================================================================*/

#footer {
    height: 130px;
    color: #999993;
    text-shadow: #fff 0px 1px 0px;
    background-image: url("../images/bg/footer.b294321e0c69.png");
    background-repeat: no-repeat;
}

#footer a {
    color: #999993;
}

#footer a:hover {
    color: #595757;
    background-color: transparent;
}

#footer ul.nav {
    margin-top: 33px;
    float: right;
}

#footer ul.nav li {
    margin-right: 25px;
    padding: 0;
    float: left;
    font-size: 93%;
    font-weight: bold;
    background-image: none;
}

#footer p.copy,
#footer p.support {
    margin-top: 35px;
    margin-left: 25px;
    float: left;
    font-size: 85%;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-style: italic;
}

/*======================================================================
    layout
======================================================================*/

#header,
#content,
#footer {
    width: 990px;
    margin: 0 auto;
}

#content {
    background-color: #fff;
    background-image: url("../images/bg/content.d3078a2de721.png");
    background-repeat: repeat-y;
}

/*======================================================================
    contents
======================================================================*/

/*----------------------------------------------------------------------
    info
----------------------------------------------------------------------*/

div.info {
    padding: 20px 25px;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    font-weight: bold;
}
div.info h2 {
    margin: 0;
    font-size: 116%;
}

div.info h2 span.number {
    color: #8cc143;
}

.note {
    font-size: 90%;
}

/*----------------------------------------------------------------------
    paginator
----------------------------------------------------------------------*/

div.paginator {
    padding: 20px 25px;
    border-top: 1px solid #dbdbdb;
    position: relative;
    clear: both;
    font-weight: bold;
}

/*----------------------------------------------------------------------
    paginatorLarge
----------------------------------------------------------------------*/

p.paginatorLarge {
    margin: 0;
    overflow: hidden;
    font-size: 108%;
    text-align: center;
}

p.paginatorLarge span,
p.paginatorLarge a {
    margin-right: 10px;
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #3e3a39;
    background: url("../images/bg/paginator.ad345842071f.png") no-repeat;
}

p.paginatorLarge span.currentPage {
    color: #ffffff;
    background-position: 0 -30px;
}

p.paginatorLarge .prev,
p.paginatorLarge .next {
    display: block;
    float: left;
    width: 25px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    text-indent: -9999px;
}

p.paginatorLarge .prev {
    background-image: url("../images/button/paginator_prev.33c837a73a73.png");
}

p.paginatorLarge .next {
    background-image: url("../images/button/paginator_next.b61d4dbd0f6e.png");
}

p.paginatorLarge a.prev,
p.paginatorLarge a.next {
    background-position: 50% -30px;
}

p.paginatorLarge a:hover {
    color: #3e3a39;
}

/*----------------------------------------------------------------------
    paginatorSmall
----------------------------------------------------------------------*/

p.paginatorSmall {
    margin: 0;
    position: absolute;
    top: 25px;
    right: 25px;
    height: 12px;
    line-height: 12px;
    font-weight: bold;
}

p.paginatorSmall span.page {
    float: left;
}

p.paginatorSmall .prev,
p.paginatorSmall .next {
    display: block;
    float: left;
    width: 27px;
    height: 12px;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

p.paginatorSmall .prev {
    background-image: url("../images/button/paginator_small_prev.cb50098c45c9.png");
    background-position: 0 0;
}

p.paginatorSmall .next {
    background-image: url("../images/button/paginator_small_next.6d2f7444571f.png");
    background-position: 100% 0;
}

p.paginatorSmall a.prev {
    background-position: 0 -12px;
}
p.paginatorSmall a.next {
    background-position: 100% -12px;
}

p.paginatorSmall a:hover {
    background-color: transparent;
}

/*----------------------------------------------------------------------
    portrait
----------------------------------------------------------------------*/

.portrait img,
.thumb img {
    border: 1px solid #dedede;
}

.portrait a,
.thumb a {
    background-color: transparent;
}

/*----------------------------------------------------------------------
    utilities
----------------------------------------------------------------------*/

.clear {
    clear: both;
}
