@charset 'utf-8';

@import "/css/common.css";


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



/*******************************************************************************
 ///【タイトル定義】///
****************************************************************************** */
h1 {
    width: 1024px;
    height: 59px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    background: url(/images/bg_title_collaborate.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#collaborate {
    width: 711px;
    height: 37px;
    background: url(/images/title_collaborate.jpg) no-repeat;
    margin: 0;
    padding: 0;
    text-align: left;
}

#contents #leftContents h3#schedule {
    width: 711px;
    height: 37px;
    background: url(/images/title_schedule.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 table#schdule {
    width: 711px;
    margin: 30px 0 30px 0;
    padding: 0;
    text-align: left;
    border: solid 1px #999999;
    font-size: 90%;
    border-collapse: collapse;

}

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

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

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

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

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

#contents #leftContents #collaborate_frame h4 {
    width: 711px;
    margin: 0 0 10px 0;
    padding: 8px;
    line-height: 1;
    text-align: left;
    background: #cccccc;
}


#contents #leftContents #address {
    width: 250px;
    margin: 20px 0 30px 0;
    padding: 10px;
    text-align: left;
    border: solid 1px #cccccc;
}


/*--- ★★★『 協力会事業 』★★★ --- */
#contents #leftContents table.schedule {
    width: 711px;
    margin: 20px 0 30px 0;
    padding: 3px;
    text-align: left;
    font-size: 80%;
    border-collapse: collapse;

}

* html #contents #leftContents table.schedule {
    width: 711px;
    margin: 20px 0 30px 0;
    padding: 3px;
    text-align: left;
    font-size: 80%;
    font-weight: normal;
    border-collapse: collapse;

}

#contents #leftContents table.schedule th.year {
    width: 711px;
    margin: 0;
    padding: 2px;
    text-align: left;
    border-top: solid 10px #ffffff;
    border-bottom: solid 5px #ffffff;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    background: #cccccc;
    color: #ffffff;
    text-align: center;
}

#contents #leftContents table.schedule th.last {
    width: 711px;
    height: 20px;
    margin: 0;
    padding: 2px;
    text-align: left;
    border-top: solid 1px #d70019;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    color: #ffffff;
    text-align: center;
}



#contents #leftContents table.schedule th.th1 {
    width: 39px;
    margin: 0;
    padding: 2px;
    text-align: left;
    border: solid 1px #d70019;
    border-right: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    background: #d70019;
    color: #ffffff;
    text-align: center;
}

#contents #leftContents table.schedule th.th2 {
    width: 90px;
    margin: 0;
    padding: 2px;
    text-align: left;
    border: solid 1px #d70019;
    border-right: solid 1px #ffffff;
    background: #d70019;
    color: #ffffff;
    text-align: center;
}

#contents #leftContents table.schedule th.th3 {
    width: 70px;
    margin: 0;
    padding: 2px;
    text-align: left;
    border: solid 1px #d70019;
    border-right: solid 1px #ffffff;
    background: #d70019;
    color: #ffffff;
    text-align: center;
}

#contents #leftContents table.schedule th.th4 {
    width: 100px;
    margin: 0;
    padding: 2px;
    text-align: left;
    border: solid 1px #d70019;
    border-right: solid 1px #ffffff;
    background: #d70019;
    color: #ffffff;
    text-align: center;
}

#contents #leftContents table.schedule th.th5 {
    width: 90px;
    margin: 0;
    padding: 2px;
    text-align: left;
    border: solid 1px #d70019;
    border-right: solid 1px #ffffff;
    background: #d70019;
    color: #ffffff;
    text-align: center;
}

#contents #leftContents table.schedule th.th6 {
    width: 90px;
    margin: 0;
    padding: 2px;
    text-align: left;
    border: solid 1px #d70019;
    border-right: solid 1px #ffffff;
    background: #d70019;
    color: #ffffff;
    text-align: center;
}

#contents #leftContents table.schedule th.th7 {
    width: 70px;
    margin: 0;
    padding: 2px;
    text-align: left;
    border: solid 1px #d70019;
    border-right: solid 1px #ffffff;
    background: #d70019;
    color: #ffffff;
    text-align: center;
}

#contents #leftContents table.schedule th.th8 {
    width: 70px;
    margin: 0;
    padding: 2px;
    text-align: left;
    border: solid 1px #d70019;
    border-right: solid 1px #ffffff;
    background: #d70019;
    color: #ffffff;
    text-align: center;
}

#contents #leftContents table.schedule th.th9 {
    width: 70px;
    margin: 0;
    padding: 2px;
    text-align: left;
    border: solid 1px #d70019;
    background: #d70019;
    color: #ffffff;
    text-align: center;
}

#contents #leftContents table.schedule th.month {
    width: 40px;
    margin: 0;
    padding: 2px;
    text-align: left;
    border-top: solid 1px #ffffff;
    border-left: solid 1px #d70019;
    background: #d70019;
    color: #ffffff;
    text-align: center;
}


#contents #leftContents table.schedule td {
    margin: 0;
    padding: 2px;
    text-align: left;
    border: solid 1px #d70019;
}

/*--------------------------------------
 ///【右コンテンツ定義】///
-------------------------------------- */
#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;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;
	color:#d70019;

}

* 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;
    border: solid 1px #cccccc;
    border-bottom: dashed 1px #cccccc;
	color:#d70019;

}

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_collaborate {
    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_collaborate_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_collaborate_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_collaborate 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_collaborate 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_collaborate a:hover {
    background: none;
}


/*----- 協力会事業 -----*/
ul#menu li.menu_schedule {
    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_schedule 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_schedule_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_schedule_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_schedule 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_schedule a:hover {
    background: none;
}


