@charset 'utf-8';

@import "/css/common.css";


/*******************************************************************************
 ///【ヘッダ定義】///
****************************************************************************** */
#header {
    width: 1024px;
    height: 100px;
    margin: 0;
    padding: 0;
    background: url(/images/bg_header.jpg) no-repeat;
}



/*******************************************************************************
 ///【タイトル定義】///
****************************************************************************** */
h1 {
    width: 1024px;
    height: 59px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    background: url(/images/bg_title_privacy.jpg) no-repeat;
}



/*******************************************************************************
 ///【コンテンツ定義】///
****************************************************************************** */

/*--------------------------------------
 ///【左コンテンツ定義】///
-------------------------------------- */
#contents #leftContents {
    width: 711px;
    margin: 0 0 50px 0;
    padding: 23px 0 0 42px;
    float: left;
}

/*--- ★★★『タイトル』★★★ --- */
#contents #leftContents h3#privacy {
    width: 711px;
    height: 37px;
    background: url(/images/title_privacy.jpg) no-repeat;
    margin: 0;
    padding: 0;
    text-align: left;
}

/*--- ★★★『 ページトップへ 』★★★ --- */
#contents #leftContents span#pagetop {
    width: 711px;
    text-align: right;
    padding: 5px 0 0 0;
    border-top: solid 1px #cccccc;
    float: right;
}

#contents #leftContents span#pagetop img {
    margin: 7px 5px 0 0;
    padding: 0;
    vertical-align: top;

}


/*--- ★★★『 個人情報保護方針 』★★★ --- */

#contents #leftContents #privacy {
    width: 711px;
    margin: 15px 0 0 0;
    padding: 0;
    text-align: left;

}

#contents #leftContents #privacy p {
    width: 711px;
    margin: 30px 0 30px 0;
    padding: 0;
    text-align: right;

}


/*--------------------------------------
 ///【右コンテンツ定義】///
-------------------------------------- */

#contents #rightContents {
    width: 205px;
    margin: 0;
    padding: 23px 26px 0 22px;
    float: right;

}

ul#menu {
    background: white;
    border: solid 1px white;
    width: 200px;
    margin: 10px 0 0 0;
    padding: 6px 7px 0 7px;
    clear: both;
}

ul#menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    color: #d70019;
    background: #ffffff;
}

ul#menu li.menu_privacy_active {
    width: 188px;
    height: 20px;
    padding: 10px 0 10px 10px;
    margin: 0 0 10px 0;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    text-decoration:none;
    border: solid 1px #cccccc;
    display: block;
    overflow: hidden;

}

* html ul#menu li.menu_privacy_active {
    width: 198px;
    height: 40px;
    padding: 10px 0 10px 10px;
    margin: 0 0 10px 0;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    text-decoration:none;
    border: solid 1px #cccccc;
    display: block;
    overflow: hidden;

}


