@charset 'utf-8';

@import "/css/common.css";


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



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



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

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

/*--- ★★★『タイトル』★★★ --- */
#contents #leftContents h3#info {
    width: 711px;
    height: 37px;
    background: url(/images/title_info.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 h2 {
    width: 711px;
    margin: 15px 0 0 0;
    padding: 0;
    font-weight: bold;
    font-size: 125%;
    text-align: left;

}

#contents #leftContents #indent {
    width: 671px;
    margin: 0;
    padding: 23px 40px 0 0;

}

#contents #leftContents #indent img#picture {
    margin: 0 0 20px 80px;
    padding: 0;
    float: right;

}

#contents #leftContents #indent p {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: left;
}




/*--------------------------------------
 ///【右コンテンツ定義】///
-------------------------------------- */
#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_info {
    width: 197px;
    height: 40px;
    padding: 0;
    background: url(/images/bg_menu_over.gif) no-repeat;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;

}

ul#menu li.menu_info_active {
    width: 188px;
    height: 30px;
    padding: 10px 0 10px 10px;
    background: url(/images/bg_menu_active.gif) no-repeat;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;

}

* html ul#menu li.menu_info_active {
    width: 198px;
    height: 40px;
    padding: 10px 0 10px 10px;
    background: url(/images/bg_menu_active.gif) no-repeat;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;

}

ul#menu li.menu_info a {
    width: 187px;
    height: 20px;
    padding: 10px 0 10px 10px;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

* html ul#menu li.menu_info a {
    width: 197px;
    height: 40px;
    padding: 10px 0 10px 10px;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

ul#menu li.menu_info a:hover {
    background: none;
}



/*----- 個人情報保護方針 -----*/
ul#menu li.menu_privacy-policy {
    width: 197px;
    height: 40px;
    padding: 0;
    margin-bottom: 10px;
    background: url(/images/bg_menu_over.gif) no-repeat;
    border: solid 1px #cccccc;
    border-top: none;

}

ul#menu li.menu_privacy-policy a {
    width: 187px;
    height: 20px;
    padding: 10px 0 10px 10px;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

ul#menu li.menu_privacy-policy_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-policy_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;

}

* html ul#menu li.menu_privacy-policy a {
    width: 197px;
    height: 40px;
    padding: 10px 0 10px 10px;
    background: url(/images/bg_white.jpg) repeat;
    color: #777777;
    text-decoration:none;
    display: block;
    overflow: hidden;
}

ul#menu li.menu_privacy-policy a:hover {
    background: none;
}


