﻿body
{
    margin: 0;
    font-family: arial , "メイリオ" , "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック" , sans-serif;
    font-size: 11px;
    background-position: center;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0px;
    color: #333333;
}

a:link
{
    color: #0000EA;
    text-decoration: none;
}  
a:visited {               
  color: #0000EA;
  text-decoration: none  
}
a:active { color: #00ff00 }
a:hover
{
   
    color: #ff0000;
    text-decoration: underline;
}

/* --------------------------------------*/
/* テストアナウンス用
/* --------------------------------------*/
.title_test1
{
    color: #FFFFFF;
    background-color: #FF0000;
    padding: 3px;
}
/* --------------------------------------*/
/* 機能タイトル
/* --------------------------------------*/
div.title_outer
{
    display: table;
    height: 30px;
} 
div.title_vertical_middle {
	display: table-cell;	
	vertical-align: middle;	
}
	* html div.vertical_middle {
		position: absolute;	
		top: 50%;			
	}
	*+html div.vertical_middle {
		position: absolute;
		top: 50%;			
	}
    div.title_vertical_middle p.title_inner {
	    margin: 0;
	    top:10px
    }
	* html div.title_vertical_middle p.title_inner {
		position: relative;	
	    vertical-align:middle;
	}
	*+html div.title_vertical_middle p.title_inner {
		position: relative;	
	    vertical-align:middle;
	}
	
/* --------------------------------------*/
/* 検証時エラーコントロール用
/* --------------------------------------*/
.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}

/* --------------------------------------*/
/* 入力用DIV
/* --------------------------------------*/
div.input_h
{
    clear: both;
    float: left;
    padding: 13px;
    font-weight: normal;
    background-color: #EBE7EA;
    width: 200px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #C0C0C0;
}
div.input_d
{
    float: left;
    text-align: left;
    padding: 13px;
    background-color: #EFF5FE;
    width: 690px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #C0C0C0;
    border-left-color: #C0C0C0;
}

/* --------------------------------------*/
/* 登録用テーブル
/* --------------------------------------*/
table.table_Regist
{
    border: 1px solid #C0C0C0;
    border-collapse:collapse;
    padding: 5px;
}
.table_Regist hr
{
    text-align: left;
}
.table_Regist th
{
    padding: 13px;
    font-weight: normal;
    background-color: #EBE7EA;
    border: 1px solid #C0C0C0;
}
.table_Regist td
{
    text-align: left;
    padding: 13px;
    margin: 5px;
    border: 1px solid #C0C0C0;
    background-color: #EFF5FE;
}

/* --------------------------------------*/
/* 登録用テーブル
/* --------------------------------------*/
table.table_Regist_2
{
    border: 1px solid #C0C0C0;
    border-collapse:collapse;
    padding: 3px;
}
.table_Regist_2 hr
{
    text-align: left;
}
.table_Regist_2 th
{
    padding: 10px;
    font-weight: normal;
    background-color: #EBE7EA;
    border: 1px solid #C0C0C0;
}
.table_Regist_2 td
{
    text-align: left;
    padding: 10px;
    margin: 5px;
    border: 1px solid #C0C0C0;
    background-color: #EFF5FE;
}

/* --------------------------------------*/
/* 補助入力用DIV
/* --------------------------------------*/
div.input_Sub 
{
      width: 100%;
}
div.input_Sub-menu 
{
  float: left;  width: 200px;
}
div.input_Sub-content 
{
  float: left;
}

/* --------------------------------------*/
/* 入力用DIV
/* --------------------------------------*/
div.input_Main 
{
    width: 100%;
}
div.input_Main-menu 
{
    border-color: #C0C0C0;
    float: left;
    width: 200px;
    padding: 13px;
    font-weight: normal;
    background-color: #EBE7EA;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    vertical-align: middle;
}

div.input_Main-content
{
    border-color: #C0C0C0;
    float: left;
    text-align: left;
    padding: 13px;
    background-color: #EFF5FE;
    border-right-style: solid;
    border-right-width: 1px;
}

/* --------------------------------------*/
/* 機能タイトル用
/* --------------------------------------*/
H3
{
    margin: 4px 0px 0px 3px;
    background-position: left;
    padding: 14px 0px 9px 20px;
    background-image: url('../image/doc_title_sub_back.png');
    text-align: left;
    background-repeat: no-repeat;
    border-style: none;
}

/* --------------------------------------*/
/* 検索用テーブル
/* --------------------------------------*/
table.table_Search
{
    table-layout:fixed;
    border: 1px solid #C0C0C0;
    border-collapse:collapse;
    padding: 7px;
}
.table_Search hr
{
    text-align: left;
}
.table_Search th
{
    padding: 7px;
    font-weight: normal;
    background-color: #EBE7EA;
    border: 1px solid #C0C0C0;
}
.table_Search td
{
    text-align: left;
    padding: 7px;
    margin: 5px;
    border: 1px solid #C0C0C0;
    background-color: #EFF5FE;
}

/* --------------------------------------*/
/* 表示用テーブル
/* --------------------------------------*/
table.table_View
{
    table-layout:fixed;
    border: 1px solid #C0C0C0;
    border-collapse:collapse;
    padding: 7px;
}
.table_View hr
{
    text-align: left;
}
.table_View th
{
    padding: 7px;
    font-weight: normal;
    background-color: #EBE7EA;
    border: 1px solid #C0C0C0;
}
.table_View tr td
{
    text-align: left;
    padding: 7px;
    margin: 5px;
    border: 1px solid #C0C0C0;
}
.table_View tr:nth-child(odd) { background-color: #ffd; }
.table_View tr:nth-child(even) { background-color: #fdf; }
	
/* --------------------------------------*/
/* 求人票一覧外側テーブル
/* --------------------------------------*/
table.table_view_job_list
{
    table-layout:fixed;
    border: 1px solid #C0C0C0;
    border-collapse:collapse;
    padding: 7px;
}
.table_view_job_list hr
{
    text-align: left;
}
.table_view_job_list th
{
    padding: 7px;
    font-weight: normal;
    background-color: #EBE7EA;
    border: 1px solid #C0C0C0;
}
.table_view_job_list td
{
    text-align: left;
    padding: 7px;
    margin: 5px;
    border: 1px solid #C0C0C0;

}

/* --------------------------------------*/
/* 求人票一覧外側テーブル
/* --------------------------------------*/
.table_view_job_outer
{
    width: 900px;
}
table.table_view_job
{
    border: 1px solid #C0C0C0;
    border-collapse:collapse;
    padding: 5px;
    width: 100%;
}
.table_view_job hr
{
    text-align: left;
}
.table_view_job th
{
    padding: 5px;
    font-weight: normal;
    background-color: #EBE7EA;
    border: 1px solid #C0C0C0;
}
.table_view_job td
{
    text-align: left;
    padding: 5px;
    margin: 5px;
    border: 1px solid #C0C0C0;
}
.table_view_job1 td
{
    text-align: left;
    padding: 13px;
    margin: 5px;
    border: 1px solid #C0C0C0;
    background-image: url('../image/back_searched.png');
    background-repeat: repeat-x;
}
.table_view_job2 td
{
    background-position: top;
    text-align: left;
    padding: 13px;
    margin: 5px;
    border: 1px solid #C0C0C0;
    background-image: url('../image/back_searched.png');
    background-repeat: repeat-x;
}

/* --------------------------------------*/
/* 求人詳細テーブル
/* --------------------------------------*/
table.table_view_job_detail
{
    margin: 10px;
    padding: 10px;
}
.table_view_job_detail th
{
}
.table_view_job_detail td
{
    border-color: #C0C0C0;
    border-width: 1px;
    background-position: top;
    text-align: left;
    padding: 13px;
    margin: 5px;
}

/* --------------------------------------*/

/* --------------------------------------*/
/* 白色
/* --------------------------------------*/
.font_white_B {
		   color:#FFFFFF;
		   font-size: 18px;
		   text-decoration:none;
}
.font_white_M {
		   color: #FFFFFF;
		   font-size: 11px;
}
.font_white_S {
		   color: #FFFFFF;
		   font-size: 10px;
		   text-decoration:none;
}

/* --------------------------------------*/
/* 黄色
/* --------------------------------------*/
.font_yellow_B {
		   color: #FFFF00;
		   font-size: 18px;
		   text-decoration:none;
}
.font_yellow_M {
		   color: #FFFF00;
		   font-size: 11px;
		   text-decoration:none;
}
.font_yellow_S {
		   color: #FFFF00;
		   font-size: 10px;
		   text-decoration:none;
}

/* --------------------------------------*/
/* 赤色
/* --------------------------------------*/
.font_red_B {
		   color:#FF0000;
		   font-size: 18px;
		   text-decoration:none;
}
.font_red_M {
	color: #FF0000;
	font-size: 11px;
	text-decoration:none;
	background-position: center;
}
.font_red_M_Left
{
    color: #FF0000;
    font-size: 11px;
    text-align: left;
}
.font_red_S {
		   color: #FF0000;
		   font-size: 10px;
		   text-decoration:none;
}

/* --------------------------------------*/
/* オレンジ色
/* --------------------------------------*/
.font_orange_B {
		   color:#FF4F02;
		   font-size: 18px;
		   text-decoration:none;
}
.font_orange_M {
	color: #FF4F02;
	font-size: 11px;
	text-decoration:none;
	background-position: center;
}
.font_orange_M_Left
{
    color: #FF4F02;
    font-size: 11px;
    text-align: left;
}
.font_orange_S {
		   color: #FF4F02;
		   font-size: 10px;
		   text-decoration:none;
}

/* --------------------------------------*/
/* 灰色
/* --------------------------------------*/
.font_silver_S
{
    color: #666666;
	font-size: 9px;
    text-decoration: none;
}
.font_silver_M
{
    color: #666666;
    font-size: 11px;
    text-decoration: none;
}

/* --------------------------------------*/
/* 青色
/* --------------------------------------*/
.font_blue_M {
	color:Blue;
	font-size: 11px;
	text-decoration:none;
}

/* --------------------------------------*/
/* 茶色
/* --------------------------------------*/
.font_brown_M
{
    color: #996600;
    text-decoration: none;
}

/* --------------------------------------*/
/* 入力前補助文字列
/* --------------------------------------*/
.font_inputsupport_M
{
    color: #999999;
}
    
    
/* --------------------------------------*/
/* Div要素中央揃え
/* --------------------------------------*/
.box_middle
{
    height: 35px; padding-top: 15px;
}


/* --------------------------------------*/
/* カレンダーコントロール
/* --------------------------------------*/
.MyCalendar .ajax__calendar_container
{
    border: 1px solid #646464;
    background-color: #EBE7EA;
    color: #000000;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: #666666;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year
{
    color: #0000FF;
    font-weight: bold;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year
{
    color: #FF0000;
    font-weight: bold;
}


/* --------------------------------------*/
/* メニューコントロール
/* --------------------------------------*/
.MenuControl_Main_Static
{
    background-image: url('../image/menu.png');
}

.MenuControl_Main_Static_On
{
    background-image: url('../image/menu_on.png');
}

/* --------------------------------------*/
/* パスワード
/* --------------------------------------*/
.TextIndicator_TextBox_Password_Worning
{
    background-color: #FF5050;
    color: #FFFFFF;
    padding: 3px 3px 2px 3px;
}
.TextIndicator_TextBox_Password_Low
{
    background-color: #999999;
    color: #FFFF00;
    padding: 3px 3px 2px 3px;
}
.TextIndicator_TextBox_Password_Normal
{
    background-color: #999999;
    color: #FFFFFF;
    padding: 3px 3px 2px 3px;
}
.TextIndicator_TextBox_Password_Safe
{
    background-color: #FFFFCC;
    color: #000000;
    padding: 3px 3px 2px 3px;
}

hr {
border-width: 1px 0px 0px 0px;
border-style: solid;
border-color: #C50018;
height: 1px;
margin:0px;
}

/* --------------------------------------*/
/* システムメッセージユーザーコントロール用
/* --------------------------------------*/
.Panel_Message_Warning
{
    margin: 5px;
    border: 1px solid #FF0000;
    background-image: url('../image/msg_back_worning.png');
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}
.Panel_Message_Err
{
    margin: 5px;
    border: 1px solid #FF0000;
    background-image: url('../image/msg_back_worning.png');
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}

.Panel_Message_Info
{
    margin: 5px;
    border: 1px solid #0000FF;
    background-image: url('../image/msg_back_info.png');
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}

.Panel_Message_Comp
{
    margin: 5px;
    border: 1px solid #0000FF;
    background-image: url('../image/msg_back_info.png');
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}#view {
	padding-left: 20px;
}
.view_header {
	padding: 5px;
	background-color: #EBE7EA;
	height: 20px;
	vertical-align: middle;
	border: 1px solid #C0C0C0;
}

.view_body {
	padding: 5px;
	background-color: #EFF5FE;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
}
.view_info {
	color: #FFF;
	background-color: #600;
	width: 100px;
	padding: 2px;
}



/* --------------------------------------*/
/* 求人項目情報
/* --------------------------------------*/
.view_job_info_out
{
    background-position: top;
    border: 1px solid #C0C0C0;
    padding: 5px;
    background-repeat: repeat-x;
    background-color: #FCFDFE;
    background-image: url('../image/back_searched.png');
}
.view_job_info_h
{
    padding: 3px;
    width: 110px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #800000;
    color: #800000;
    float: left;
    margin-right: 8px;
    text-align: left;
    margin-top: 5px;
}
.view_job_info_h2
{
    padding: 3px;
    width: 110px;
    color: #800000;
    float: left;
    margin-right: 8px;
    text-align: left;
    margin-top: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-weight: bold;
    margin-left: 9px;
}
.view_job_info_b
{
    padding: 3px;
    width: 110px;
    float: left;
    margin-right: 8px;
    text-align: left;
    margin-bottom: 5px;
}
.view_job_info_b2
{
    padding: 3px 3px 3px 12px;
    width: 110px;
    float: left;
    margin-right: 8px;
    text-align: left;
    margin-bottom: 5px;
}

div.treatment_img
{
    display:none;
}

/* --------------------------------------*/
/* アコーディオン用
/* --------------------------------------*/
.accordionHeader
{
    border: 1px solid #C0C0C0;
    padding: 5px 5px 5px 25px;
    margin-top: 5px;
    cursor: pointer;
    background-image: url('../image/bk_accordion.png');
}
.accordionHeaderOn
{
    border: 1px solid #C0C0C0;
    padding: 5px 5px 5px 25px;
    margin-top: 5px;
    cursor: pointer;
    background-image: url('../image/bk_accordion_on.png');
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px solid #C0C0C0;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/* --------------------------------------*/
/* 求職者一覧外側テーブル
/* --------------------------------------*/
.table_view_staff_outer
{
    width: 900px;
}
table.table_view_staff
{
    border: 1px solid #C0C0C0;
    border-collapse:collapse;
    padding: 5px;
    width: 100%;
}
.table_view_staff hr
{
    text-align: left;
}
.table_view_staff th
{
    padding: 8px;
    font-weight: normal;
    background-color: #EFF5FE;
    border: 1px solid #C0C0C0;
}
.table_view_staff2
{
    padding: 8px;
    font-weight: normal;
    background-color: #EBE7EA !important;
    border: 1px solid #C0C0C0;
}
.table_view_staff td
{
    text-align: left;
    padding: 8px;
    margin: 5px;
    border: 1px solid #C0C0C0;
}
.table_view_staff2 td
{
    background-position: top;
    text-align: left;
    padding: 13px;
    margin: 5px;
    border: 1px solid #C0C0C0;
    background-image: url('../image/back_searched.png');
    background-repeat: repeat-x;
}

/* --------------------------------------*/
/* 求職者項目情報
/* --------------------------------------*/
.view_staff_info_out
{
    background-position: top;
    border: 1px solid #C0C0C0;
    padding: 5px;
    background-repeat: repeat-x;
    background-color: #FCFDFE;
    background-image: url('../image/back_searched.png');
}
.view_staff_info_h
{
    padding: 3px;
    width: 110px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #800000;
    color: #800000;
    float: left;
    margin-right: 8px;
    text-align: left;
    margin-top: 5px;
}
.view_staff_info_h2
{
    padding: 3px;
    width: 110px;
    color: #800000;
    float: left;
    margin-right: 8px;
    text-align: left;
    margin-top: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-weight: bold;
    margin-left: 9px;
}
.view_staff_info_b
{
    padding: 3px;
    width: 110px;
    float: left;
    margin-right: 8px;
    text-align: left;
    margin-bottom: 5px;
}
.view_staff_info_b2
{
    padding: 3px 3px 3px 12px;
    width: 110px;
    float: left;
    margin-right: 8px;
    text-align: left;
    margin-bottom: 5px;
}

/* --------------------------------------*/
/* ヘルプ用スタイル
/* --------------------------------------*/
div.help_subtitle_top
{
    border          : 1px solid #C0C0C0;
    text-align      : left;
    padding         : 10px;
    padding-left    : 20px;
    background-color: #EBE7EA;
    margin          : 0px 40px 0px 40px;
}

div.help_subtitle
{
    text-align: left;
    padding: 10px;
    padding-left: 20px;
    background-color: #EBE7EA;
    margin: 0px 40px 0px 40px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #C0C0C0;
    border-bottom-color: #C0C0C0;
    border-left-color: #C0C0C0;
}

div.help_body
{
    text-align: left;
    padding: 5px;
    padding-left: 40px;
    background-color: #EFF5FE;
    margin: 0px 40px 0px 40px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #C0C0C0;
    border-bottom-color: #C0C0C0;
    border-left-color: #C0C0C0;
}

.ctm_lgn_reg
{
    visibility:hidden;
    height:0px;
}