@CHARSET "UTF-8";

/*********
 * 初期化
 *********/

/**/
*{
    /* layout */
    margin: 0;
    padding: 0;
}

/**/
html, body
{
    /* layout */
    width: 100%;
}

/**/
html
{
    /* layout */
    height: 100%;
}

/**/
body
{
    /* layout */
    text-align: center;
    margin: 0px auto;
    /* color */
    color: #222;
    background-color: #fff;
    /* font */
    font-family: Arial, "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, sans-serif;
    font-size: 9pt;
    *font-size: small;
    *font: x-small;
}

/**/
table
{
    /* layout */
    border-collapse: collapse;
    border-spacing: 0;
    /* font */
    font-size: inherit;
    font: 100%;
}

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

/**/
fieldset
{
    /* layout */
    border:0;
}

/**/
ol, ul
{
    /* text */
    list-style: none;
}

/**/
em, strong, th
{
    /* font */
    font-style: normal;
    font-weight: normal;
}

/**/
td,
th {
    /* layout */
    margin: 0;
    border: none;
    width: auto;
    vertical-align: middle;
    /* text */
    line-height: 1.5;
    /* font */
    _font-size: 90%;
}

/**/
th
{
    /* text */
    text-align: left;
}

/**/
a
{
    /* color */
    color:#0033CC;
    /* text */
    text-decoration: underline;
}

/**/
img
{
    /* layout */
    border:0;
}

/**/
li img
{
    /* layout */
    vertical-align: middle;
}

/* button */
button
{
    /* layout */
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: bottom;
    /* color */
    background-color: transparent;
    /* misc */
    cursor: pointer;
}

/**/
td img,
th img
{
    /* layout */
    vertical-align: middle;
}

/* Image module */
img
{
    /* layout */
    vertical-align: bottom;
}

/**/
a img
{
    /* layout*/
    border: none;
    /* text */
    text-decoration: none;
}

/**/
select, input, textarea
{
    /* font */
    font-size: 99%;
}

/**/
textarea
{
    /* text */
    line-height: 1.2em;
}

/**/
pre, code, var, samp
{
    /* font */
    font: 100% "Courier New" , monospace;
}

/*************
 * 便利クラス
 *************/

/**/
.fl
{
    float: left;
    display: inline;
}

/**/
.fr
{
    float: right;
    display: inline;
}

/**/
.cb
{
    clear: both;
}

/**/
.link
{
    color: #0033CC;
    text-decoration: underline;
    cursor: pointer;
}

/**/
.meiryo
{
    font-family: "メイリオ", "Meiryo";
}

/* 外部リンク */
.external {
    padding-right: 14px;
    margin-right: 2px;
    background: url(/images/icon/external_link_12x12__001.gif) right no-repeat;
}

/****************************
 * LAYOUT_BG: 基本レイアウト
 ****************************/

div#page_wrapper{
    margin : 0 auto;
    text-align : left;
    /*background-color : white;*/
}

div#page_header{
    width : 100%;
    background-color : #EEE4D5;
    color : #46210C;
}

div#page_header div.gourmet{
    background-color : #DEBEBE;
    color : #46210C;
}

div#page_header div.beauty{
    background-color : #dbeeee;
    color : #46210C;
}

div#page_header div.hotel{
    background-color : #d0d0a2;
    color : #46210C;
}

div#page_header_text{
    width : 970px;
    height : 20px;
    line-height : 20px;
    margin : 0px auto;
}

div#page_header_text h1{
    /*color : #ffffff;*/
    float:left;
    font-size:9pt;
    font-weight:bold;
}

div#page_header_text_right{
    font-size : 8pt;
    line-height : 19px;
    float : right;
}

div#page_body_wrapper {
    padding : 0 10px;
}

div#page_body{
    margin: 0px auto;
    width : 970px;/*950*/
    text-align : left;
}

div#page_body.narrow{
    width: 950px;
}

/**********************
 * LAYOUT_BG: フッター
 **********************/
div#page_footer{
    height: 100%;
    background : #FFFFFF url('/images/login/v2/footer_bg__001.png') repeat-x bottom left;
}

div#footer_box {
    width : 928px;
    border : 1px solid #d5bb95;
    font-size : 8pt;
    background : #ffffff;
    padding : 10px;
}

div#footer_box_left {
    float : left;
    border-right : 1px solid #d5bb95;
    width : 400px;
    padding : 10px;
    color : #999999;
}

div#footer_box_middle {
    float : left;
    padding : 10px;
    color : #999999;
    line-height : 1.4;
}

div#footer_box_right {
    float : left;
    padding : 10px;
    color : #999999;
    line-height : 1.4;
    border-left : 1px solid #d5bb95;
}

ul#footer_links {
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
}

ul#footer_links li {
    margin: 0;
    padding: 0;
}

ul#footer_links li a {
    color: #666;
    text-decoration: none;
}

#welcome a:visited,
#welcome a:link,
#welcome a:hover
{
color:#666666;
}

#welcome span.link
{
    color:#666666;
}

