@charset 'utf-8';

@import "/css/common.css";


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



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



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

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

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

#contents #leftContents h3#recruitment {
    width: 711px;
    height: 37px;
    background: url(/images/title_recruitment.jpg) no-repeat;
    margin: 0;
    padding: 0;
    text-align: left;
}

#contents #leftContents h3#event {
    width: 711px;
    height: 37px;
    background: url(/images/title_event.jpg) no-repeat;
    margin: 0;
    padding: 0;
    text-align: left;
}


/*--- ★★★『サブナビ』★★★ --- */
#contents #leftContents h3 ul#subNavi {
    height: 23px;
    width: 320px;
    margin: 12px 15px 0 0;
    padding: 0;
    text-align: center;
    float: right;
}

#contents #leftContents h3 ul#subNavi li{
    margin: 0 3px 0 0;
    padding: 0;
    list-style: none;
    float: right;
}

/*----- タブ１ -----*/
#contents #leftContents h3 ul#subNavi li.tab1 {
    width: 97px;
    height: 23px;
    background: #82000f;
    color: #ffffff;
    border: solid 1px #cccccc;
    border-bottom: none;

}

#contents #leftContents h3 ul#subNavi li.tab1 a {
    width: 97px;
    height: 23px;
    display: block;
    background: #ffffff;
    color: #cccccc;
    text-decoration:none;
    overflow: hidden;
}

#contents #leftContents h3 ul#subNavi li.tab1 a:hover {
    background: #cccccc;
    color: #666666;
}

/*----- タブ２ -----*/
#contents #leftContents h3 ul#subNavi li.tab2 {
    width: 97px;
    height: 23px;
    background: #82000f;
    color: #ffffff;
    border: solid 1px #cccccc;
    border-bottom: none;

}

#contents #leftContents h3 ul#subNavi li.tab2 a {
    width: 97px;
    height: 23px;
    display: block;
    background: #ffffff;
    color: #cccccc;
    text-decoration:none;
    overflow: hidden;
}

#contents #leftContents h3 ul#subNavi li.tab2 a:hover {
    background: #cccccc;
    color: #666666;
}

/*----- タブ３ -----*/
#contents #leftContents h3 ul#subNavi li.tab3 {
    width: 97px;
    height: 23px;
    background: #82000f;
    color: #ffffff;
    border: solid 1px #cccccc;
    border-bottom: none;

}

#contents #leftContents h3 ul#subNavi li.tab3 a {
    width: 97px;
    height: 23px;
    display: block;
    background: #ffffff;
    color: #cccccc;
    text-decoration:none;
    overflow: hidden;
}

#contents #leftContents h3 ul#subNavi li.tab3 a:hover {
    background: #cccccc;
    color: #666666;
}

/*--- ★★★『 ページトップへ 』★★★ --- */
#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 #greeting {
    width: 711px;
    margin: 15px 0 0 0;
    padding: 0;
    text-align: left;

}

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

}

/*--- ★★★『 募集要項 』★★★ --- */
#contents #leftContents table#recruitment {
    width: 711px;
    margin: 30px 0 0 0;
    padding: 0;
    text-align: left;
    border: solid 1px #999999;
    font-size: 90%;
    border-collapse: collapse;
}

#contents #leftContents table#recruitment th#th_top {
    width: 711px;
    margin: 0;
    padding: 10px;
    text-align: left;
    border: solid 1px #999999;
    background: #888888;
    color: #ffffff;
    font-size: 120%;
}

#contents #leftContents table#recruitment th {
    width: 35px;
    margin: 0;
    padding: 2px;
    text-align: left;
    border: solid 1px #999999;
    background: #e5e5e5;
    font-weight: normal;
    color: black;
    text-align: center;
}

#contents #leftContents table#recruitment td.td_left {
    width: 55px;
    margin: 0;
    padding: 2px;
    text-align: left;
    border: solid 1px #999999;
    text-align: center;
    color: black;
    font-weight: normal;
    background: #e5e5e5;
}

#contents #leftContents table#recruitment td {
    margin: 0;
    padding: 5px;
    text-align: left;
    border: solid 1px #999999;
    background: #f7f7f7;
}

#contents #leftContents p {
    width: 711px;
    margin: 0;
    padding: 0;
    text-align: left;
}
#contents #leftContents #event p {
	width:auto;
}
#contents #leftContents p#p_top {
    width: 711px;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: left;
}

#contents #leftContents p#p_last {
    width: 711px;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: left;
}


/*--- ★★★『 社内行事活動 』★★★ --- */
#contents #leftContents table#event {
    width: 711px;
    margin: 30px 0 30px 0;
    padding: 0;
    text-align: left;
    border: solid 1px white;
    font-size: 90%;
    border-collapse: collapse;

}

#contents #leftContents table#event th {
    margin: 0;
    padding: 5px;
    text-align: left;
    border: solid 1px white;
    background: #888888;
    color: #ffffff;
    text-align: center;
}

#contents #leftContents table#event th#th_right {
    margin: 0;
    padding: 2px;
    text-align: left;
    background: #888888;
    color: #ffffff;
    text-align: center;
}

#contents #leftContents table#event td {
    margin: 0;
    padding: 5px;
    text-align: left;
    border: solid 1px white;
    background: #f7f7f7;
    color: black;
    font-size: 90%;
    line-height:1.5;
}

#contents #leftContents table#event tr.ev td {
    margin: 0;
    padding: 5px;
    text-align: left;
    border: solid 1px white;
    background: #f0f0f0;
    color: black;
    font-size: 90%;
}


/*--------------------------------------
 ///【右コンテンツ定義】///
-------------------------------------- */
#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: #ffffff;
    background: #ffffff;
}

/*----- ご挨拶 -----*/
ul#menu li.menu_greeting {
    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_greeting_active {
    width: 188px;
    height: 20px;
    padding: 10px 0 10px 10px;
    background: url(/images/bg_menu_active.gif) no-repeat;
    color: #d70019;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;

}

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

}

ul#menu li.menu_greeting 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_greeting 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_greeting a:hover {
    background: none;
}

/*----- 募集要項 -----*/
ul#menu li.menu_recruitment {
    width: 197px;
    height: 40px;
    padding: 0;
    margin: 0;
    background: url(/images/bg_menu_over.gif) no-repeat;
    border: solid 1px #cccccc;
    border-top: none;
    border-bottom: dashed 1px #cccccc;

}

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

}

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

}


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

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

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


/*----- 社内行事活動 -----*/
ul#menu li.menu_event {
    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_event 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_event_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_event_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_event 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_event a:hover {
    background: none;
}


