﻿/************************/
/*プロジェクト管理ツール 共通スタイルシート*/
/************************/

/*------------------------------------------------------------------------------------------*/
/*                          タグ依存定義                                                    */
/*------------------------------------------------------------------------------------------*/
/* BODYデフォルト*/
BODY
{
    font-family: "MS ゴシック" ,sans-serif;
    background-color: #FFFFFF;
    font-size: 15px;
    color: #333333;
}
.login_body
{
    background: #FFFFFF url(../img/loginbg.jpg);
    margin: 0px 0px 0px 0px;
}

.login_hr
{
    background: transparent url(../img/login5.jpg) repeat-x left center;
}

/*
########################################################
	maincontent breadlist
########################################################
*/


#maincontent
{
    padding: 0 0 0 30px;
}
/*メインコンテンツ部分　左余白30px*/

.content_center
{
    text-align: center !important;
}

/* TDデフォルト（サイズ11px） */
TD
{
    font-size: 0.9em;
    line-height: 150%;
}


/* THデフォルト（サイズ11px） */
TH
{
    font-size: 1.0em;
    background-color: #003366;
    color: #CCCCCC;
    padding-top: 5px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 3px;
    text-align: center;
    line-height: 1em;
    white-space: nowrap;
}



/* SELECTデフォルト */
SELECT
{
}

/* 通常のリンク  */
A:LINK
{
    color: #000000;
    text-decoration: none;
}

/* 訪問済みのリンク  */
A:VISITED
{
    color: #000000;
    text-decoration: underline;
}

/* クリックした瞬間のリンク  */
A:ACTIVE
{
    color: #0081C3;
    text-decoration: underline;
}

/* マウスが乗ったときのリンク  */
A:HOVER
{
    color: #0081C3;
    text-decoration: underline;
}


/* 画像 */
IMG
{
    border: 0px;
}
/* フィールドセット */
FIELDSET.relInfo
{
    font-size: 0.8em;
    text-align: left;
}

/*------------------------------------------------------------------------------------------*/
/*                          一覧用                                                    */
/*------------------------------------------------------------------------------------------*/



/* 枠線用背景色 */
.borderClr
{
    background-color: #808080;
}
/*一覧奇数行*/
.row1
{
    background-color: #FFFFFF;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 20px;
    text-align: left;
}

/*一覧偶数行*/
.row2
{
    background-color: #E2E2E2;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 20px;
    text-align: left;
}
/*一覧該当件数*/
.searchResult
{
    text-align: right;
    line-height: 20px;
}


/*------------------------------------------------------------------------------------------*/
/*                          入力項目用                                                    */
/*------------------------------------------------------------------------------------------*/
/* 入力欄 */
.input
{
    background-color: #FFFFFF;
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
}

/* 入力欄項目名 */
.inputName
{
    background-color: #DDDDDD;
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
}

/*------------------------------------------------------------------------------------------*/
/*                          その他                                                    */
/*------------------------------------------------------------------------------------------*/
/* 検索条件 */
.searchForm
{
    text-align: left;
    background-color: #E5E5E5;
    padding: 5px;
}
.selListHeader
{
    background-color: #CCCCFF;
    text-align: center;
    text-transform: uppercase;
}

/* ナビ */
.pageNavi
{
    font-family: "MS ゴシック" ,sans-serif;
    text-align: left;
    font-size: 0.9em;
    color: #666666;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin: 15px 10px;
}

/* ヘッダータイトル文字指定 */
.header_title
{
    font-family: "MS ゴシック" ,sans-serif;
    font-size: 1.0em;
    color: #0054A7;
    font-weight: 700;
}
/* フッター文字指定 */
.footer
{
    font-family: "MS ゴシック" ,sans-serif;
    font-size: 0.8em;
    color: #999999;
    text-align: center;
}


/* 文字サイズ指定 小 */
.small
{
    font-size: 0.7em;
}
.error_msg
{
    color: #FF0000;
    text-align: left;
    background-color: #FFFFCC;
    padding: 5px;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 2px;
    margin-bottom: 2px;
}

.searchCondition
{
    margin: 5px;
    padding: 10px;
    text-align: left;
}

/* 注釈文字指定 小 */
.attention
{
    font-size: 0.8em;
    color: #ff8c00;
}
/* ボタン配置指定 */
.btn
{
    text-align: right;
    line-height: 18px;
    padding: 5px;
}
.related
{
    background-color: #FFFFFF;
    text-align: left;
}
.related_row1
{
    background-color: #FFFF99;
}
.menu_Top
{
    font-size: 0.9em;
    text-align: right; /* 	border: 1px solid #191970; */
}
.pagetitle
{
    border-color: #191970;
    border-width: 1px;
    border-style: solid;
    border-top: solid 10px #191970;
    border-top-color: #191970;
    border-top-width: 10px;
    border-top-style: solid;
    width: 25%;
    color: #660033;
    font-weight: 700;
    padding: 5px 10px;
}
.message
{
    border-color: #EEAACC;
    border-width: 2px;
    border-style: solid;
    color: #FF3333;
    margin: 5px;
    padding: 10px;
    width: 750px;
}
.guidence
{
    border-color: #6666CC;
    border-width: 2px;
    border-style: solid;
    border: 1px solid #6666CC;
    color: #660033;
    background-color: #EEEEFF;
    margin: 5px;
    padding: 10px;
    width: 750px;
}

/* メンテナンスページ文字指定 */
.mainte_title
{
    color: #0054A7;
    background-color: #FFFFFF;
    font-size: 0.9em;
    margin: 10px;
    padding: 10px;
    font-weight: bold;
}

.login
{
    font-family: "MS ゴシック" ,sans-serif;
    color: #0054A7;
}
.login_title
{
    font-family: "MS ゴシック" ,sans-serif;
    color: #0054A7;
    font-size: 1.1em; /* 	padding-top: 25px; 	padding-bottom: 25px;     */
    font-weight: bold;
    height: 94px;
    text-align: center;
    background: transparent url("../img/login3.jpg") repeat-x left center;
    padding-top: 22px;
}

.login_error
{
    font-family: "MS ゴシック" ,sans-serif;
    color: #FF0000;
    font-size: 1.2em;
    font-weight: bold;
}
/* ============================================= */
/* ============================================= */
/* ============================================= */
div#header
{
    font-family: "MS ゴシック" ,sans-serif;
    width: 100%;
    height: 96px;
    background: #FFFFFF url(../img/headerbg2.jpg) repeat-y left top; /*	background:#FFFFFF url(../img/headerbg.jpg) repeat-x left top; */
    margin: 0px;
}

/* ヘッダー文字指定 */
.header
{
    font-family: "MS ゴシック" ,sans-serif;
    font-size: 1.4em;
    color: #000000;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 3px;
}

.header_name
{
    font-family: "MS ゴシック" ,sans-serif;
    font-size: 1.4em;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5em;
}

.td_header_sys_name
{
    text-align: left;
    vertical-align: top;
    padding-top: 5px;
}

.header_assos
{
    font-weight: 700;
    font-size: 1.0em;
    width: 100%;
    color: black;
    height: 25px;
    padding-top: 5px;
}

.header_sys_name
{
    font-weight: 700;
    font-size: 1.5em;
    width: 100%;
    color: black;
    height: 30px;
    padding-top: 5px;
}

.header_sys_sub_name
{
    font-weight: 700;
    font-size: 1.0em;
    color: black;
    width: 100%;
    height: 40px;
}

.td_jna_logo
{
    width: 170px;
    vertical-align: top;
}

.header_logout
{
    width: 250px;
    font-weight: 700;
    font-size: 1.1em;
    text-align: right;
    vertical-align: top;
    padding: 5px 5px 5px 5px;
}


/* Footer ID定義 */
#footer_contents
{
    width: 100%;
    height: 76px;
    background: #FFFFFF url(../img/footer_background.gif) repeat-x left top;
    margin-top: 20px;
}

.footer_menu
{
    width: 800px;
    text-align: center;
    padding: 25px 0 0 33px;
}

/* 検索用テーブル指定
--------------------------------------------*/
.search_box
{
    border: 3px solid #6666AA;
    width: 800px;
    margin-bottom: 20px;
}
.search_box_table
{
    width: 792px;
    border: 2px solid #9999CC;
}
.search_box_table_half
{
    width: 394px;
    border: 2px solid #9999CC;
}

.search_box_table input.txtbox
{
    font-size: 1.0em;
}

.searchcond_td
{
    font-weight: 700;
    text-align: left;
    vertical-align: middle !important;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
.searchitem_td
{
    text-align: left;
    vertical-align: middle !important;
}

.requireitem
{
    font-weight: 500;
    color: red;
}

.input_notice
{
    font-weight: 200;
    font-size: 0.8em;
    color: red;
}

/*-----TRB00943-----*/
.input_notice_normal
{
    font-weight: 200;
    font-size: 1.2em;
    color: red;
}
/*-----TRB00943-----*/
/*-----TRB01210-----*/
.input_notice_1em
{
    font-weight: 200;
    font-size: 1.0em;
    color: red;
}
/*-----TRB01210-----*/
.ng_item
{
    font-weight: 700;
    color: red;
}

.bignotice
{
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.8em;
}

.td_left
{
    text-align: left;
}

/***************
  検索結果表用
****************/

.list_table
{
    width: auto;
    border: 1px solid #9999CC;
}

.list_table td
{
    width: auto;
    border: 1px solid #9999CC;
    padding: 1px;
}
.list_table th a
{
    color: #CCCCCC;
}

/***************
  詳細情報表用
****************/

.detail_table
{
    width: auto;
    border: 1px solid #9999CC;
    margin-bottom: 10px;
}

.detail_table td
{
    border: 1px solid #9999CC;
    padding: 1px 3px;
}

.detail_table td span
{
    zoom: 1;
}

.td_itemtitle
{
    font-size: 1.0em;
    font-weight: 500;
    background-color: #003366;
    color: #CCCCDD;
    text-align: left;
    line-height: 1.2em;
    white-space: nowrap;
}

.table_caption
{
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 20px;
}



/*
########################################################
	検索結果一覧ナビゲーション
########################################################
*/
#page_navi_wrapper
{
    width: auto;
}
ul.page_navi
{
    margin: 0;
    padding: 0;
}
ul.page_navi li
{
    list-style: none;
    float: left;
}
ul.page_navi li.pagetitle
{
    width: 100px;
    padding-right: 30px;
}
ul.page_navi li.pagetotal
{
    /*width:150px;*/
    padding-left: 15px;
    height: 17px;
    border-left: solid 1px #9DB6C7;
}
ul.page_navi li a
{
    display: block;
    width: 40px;
    height: 15px;
    border: 1px solid #9DB6C7;
    border-width: 1px 0px 1px 1px; /*padding-left:15px;*/
    text-decoration: none;
    text-align: center;
}
ul.page_navi li div.active
{
    background-color: #F90;
    color: #FFF;
    display: block;
    height: 15px;
    width: 40px;
    border: 1px solid #9DB6C7;
    border-width: 1px 0px 1px 1px; /*padding-left:15px;*/
    text-align: center;
}
ul.page_navi li div.linkunactive
{
    display: block;
    height: 15px;
    border: 1px solid #9DB6C7;
    border-width: 1px 0px 1px 1px;
    padding-left: 15px;
}
ul.page_navi li a.active
{
    background-color: #F90;
    color: #FFF;
    display: block;
    width: 20px;
    border: 1px solid #9DB6C7;
    border-width: 1px 0px 1px 1px;
    padding-left: 15px;
    text-decoration: none;
}
ul.page_navi li.nextpage div.linkunactive
{
    width: 40px;
    padding-left: 10px;
}
ul.page_navi li.lastpage div.linkunactive
{
    width: 60px;
    padding-left: 10px; /*border-right:1px solid #9DB6C7 ;*/
}
ul.page_navi li.nextpage a
{
    width: 40px;
    padding-left: 10px;
}
ul.page_navi li.lastpage a
{
    width: 60px;
    padding-left: 10px; /*border-right:1px solid #9DB6C7;*/
}
ul.page_navi li a:hover, ul.page_navi li.nextpage a:hover, ul.page_navi li.nextpage a:hover
{
    background-color: #F90;
    color: #FFF;
}

.bottom_button
{
    margin-top: 20px;
}

.bottom_button_table
{
    text-align: center;
    border: 0px;
}

.bottom_button_table td
{
    border: 0px;
    padding: 10px;
}


/*メインメニュー 
--------------------------------------------*/

.mainmenu_button
{
    width: 900px;
    height: 550px;
    line-height: 1.2em;
}
.mainmenu_button_left
{
    width: 800px;
    float: left;
    line-height: 1.2em;
}
.mainmenu_button_right
{
    width: 230px;
    float: right;
    line-height: 1.2em;
}
.mainmenu_button_right2
{
    width: 1030px;
    float: right;
    line-height: 1.2em;
}
/*メインメニューの各ボタン　ロールオーバー*/
.mainmenu_button a:hover
{
    background-position: 0 -45px;
}

.mainmenu_button_basebox
{
    height: 180px;
    width: 180px;
    margin-right: 20px;
    margin-bottom: 30px;
    display: block;
    float: left;
    line-height: 1.2em;
}

.mainmenu_txt_frame
{
    height: 140px;
    border: 3px solid #DDDDDD;
    background-color: #EEFFFF;
}

.mainmenu_txt_frame_gray
{
    height: 140px;
    border: 3px solid #DDDDDD;
    background-color: #CCCCCC;
}

.mainmenu_txt_frame ul
{
    padding-left: 20px;
    padding-top: 5px;
    line-height: 1.4em;
}
.mainmenu_txt_frame_gray ul li span
{
    color: #030303;
}

.mainmenu_txt_frame_gray ul
{
    padding-left: 20px;
    padding-top: 5px;
    line-height: 1.4em;
}
.mainmenu_txt_frame ul li span
{
    color: #030303;
}

.copyright
{
    padding-left: 30px;
    font-size: 0.8em;
}

.table_center
{
    text-align: center;
}

.table_concat
{
    margin-top: -10px !important;
    padding-top: 0px !important;
}

.pad_left_30
{
    padding-left: 30px;
}

.pad_left_100
{
    padding-left: 100px;
}

.pad_left_150
{
    padding-left: 150px;
}
.pad_left_180
{
    padding-left: 180px;
}

.widauto
{
    width: auto;
}

.wid50p
{
    width: 50%;
}

.wid100
{
    width: 100px;
}

.wid200
{
    width: 200px;
}

.wid300
{
    width: 300px;
}

.wid400
{
    width: 400px;
}

.wid500
{
    width: 500px;
}

.wid600
{
    width: 600px;
}

.wid800
{
    width: 800px;
}

.wid900
{
    width: 900px;
}

div.message ul
{
    padding-left: 10px;
    font-size: 1.1em;
}

ul
{
    margin: 0 0 0 0.5em;
    padding: 0;
}
/*-----TRB00826-----*/
textarea
{
    font-size: 14px;
}
/*-----TRB00826-----*/

/*-----TRB00732-----*/
/*-----TRB00739-----*/
@media print
{
    /*-----TRB00951-----*/
    textarea.spreadprint50_disp20
    {
        height: 57em;
    }
    /*-----TRB00951-----*/
    /*印刷時*/
    textarea.spreadprint20_disp10
    {
        height: 23em;
    }
    textarea.spreadprint5
    {
        height: 6em;
    }
    textarea.spreadprint10
    {
        height: 11em;
    }
    textarea.spreadprint20
    {
        height: 23em;
    }
    /*-----TRB00807-----*/
    textarea.spreadprint3
    {
        height: 4em;
    }
    /*-----TRB00807-----*/
}
@media screen
{
    /*-----TRB00951-----*/
    textarea.spreadprint50_disp20
    {
        height: 25em;
    }
    /*-----TRB00951-----*/
    /*表示時*/
    textarea.spreadprint20_disp10
    {
        height: 11em;
    }
    textarea.spreadprint5
    {
        height: 5em;
    }
    textarea.spreadprint10
    {
        height: 5em;
    }
    textarea.spreadprint20
    {
        height: 5em;
    }
    /*-----TRB00807-----*/
    textarea.spreadprint3
    {
        height: 3em;
    }
    /*-----TRB00807-----*/
}
/*-----TRB00739-----*/
/*-----TRB00732-----*/

/*-----TRB00889-----*/
.break_work
{
    text-wrap: normal;
    word-wrap: break-word;
	/*-----TRB00922-----*/
	display: block !important;
	/*-----TRB00922-----*/
}
/*-----TRB00889-----*/

/*-----TRB00794-----*/
td.emphasis {
	line-height: 150%; font-size: 1.1em; padding-top:20px; font-weight:700; 
}
.emphasis {
	 font-size: 1.1em; font-weight:700; 
}
.fontlarge {
	 font-size: 120%;
}
/*-----TRB00794-----*/

/*-----START TRB01059-----*/
.announce_fld
{
    font-size: 1.2em;
    font-weight: 700;
}
.announce_title
{
    font-weight: 700;
}
/*-----END TRB01059-----*/