/*------------- ページ全体の設定---------------*/
/*- ページ全体にかかわる設定をしています。    -*/
/*---------------------------------------------*/
body {
    margin: 0px;
    height: 100%;
    background-color: #FFFFFF;
    font-size: 14px;
    line-height:1.4;
    color: #333333;
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
}

/*-------------- リンク関連の設定--------------*/
/*- リンクにかかわる設定をしています。        -*/
/*---------------------------------------------*/
a:link {
    color: #3366CC;
}
a:visited {
    color: #3366CC;
}

.account_link:link,.account_link:visited{
    color: #0000FF;
}

.page_link:link,.page_link:visited{
    color: #FF3300;
}

menu_link:link,menu_link:visited {
    font-size: 11px;
    font-weight: bold;
    color: #006600;
}

/*-------------メニュー関連の設定--------------*/
/*- メニューにかかわる設定をしています。      -*/
/*---------------------------------------------*/
.menu_bkground{
    background-image : url("../images/pageimg/main_menu_back.jpg");
    background-repeat: repeat;
}


/*-------------- ボタン関連の設定--------------*/
/*- ボタンにかかわる設定をしています。        -*/
/*---------------------------------------------*/
.btn_50{
    width: 50px;
}

.btn_80{
    width: 80px;
}

.btn_90{
    width: 90px;
}
.btn_100{
    width: 100px;
}

.btn_120{
    width: 120px;
}

.btn_130{
    width: 130px;
}

.btn_140{
    width: 140px;
}

.btn_150{
    width: 150px;
}
.btn_160{
    width: 160px;
}
.btn_180{
    width: 180px;
}
/*--------------- フォントの設定---------------*/
/*- フォントにかかわる設定をしています。      -*/
/*---------------------------------------------*/
.font_small {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.font_check {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    color: #336699;
}

.font_list_total {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #cc0000;
}

.font_warning {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    color: #336699;
}

.font_login_title {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.font_login_account_msg {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
}

.font_user_data {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.font_child_data {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.font_header_name {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    padding-left: 10px;
    font-size: 13px;
/*
    color: #333333;
*/
    font-weight: bold;
    color: #000066;
}

/*----------- 入力フォーム関連の設定-----------*/
/*- 入力フォームにかかわる設定をしています。  -*/
/*---------------------------------------------*/
.input_50 {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    width: 50px;
    height: 21px;
}

.input_60 {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    width: 60px;
    height: 21px;
}

.input_70 {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    width: 70px;
    height: 21px;
}

.input_130 {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    width: 130px;
    height: 21px;
}

.input_200 {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    width: 200px;
    height: 21px;
}

.input_250 {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    width: 250px;
    height: 21px;
}

.input_290 {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    width: 290px;
    height: 21px;
}

.input_300 {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    width: 300px;
    height: 21px;
}

.input_400 {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    width: 400px;
    height: 21px;
}

.input_100_money {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    text-align: right;
    width: 100px;
    height: 21px;
}
.input_130_money {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    text-align: right;
    width: 130px;
    height: 21px;
}

.input_50_number {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    text-align: right;
    width: 50px;
    height: 21px;
}

.input_80_number {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    text-align: right;
    width: 80px;
    height: 21px;
}

.input_100_number {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    text-align: right;
    width: 100px;
    height: 21px;
}

.input_130_number {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    text-align: right;
    width: 130px;
    height: 21px;
}

.input_100_gray_money {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    text-align: right;
    background-color: #dddddd;
    width: 100px;
    height: 21px;
}
.input_100_gray_number {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    text-align: right;
    background-color: #dddddd;
    width: 100px;
    height: 21px;
}
.input_130_gray_money {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    text-align: right;
    background-color: #dddddd;
    width: 130px;
    height: 21px;
}
.input_130_gray_number {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    text-align: right;
    background-color: #dddddd;
    width: 130px;
    height: 21px;
}
.input_30_gray_number {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    text-align: right;
    background-color: #dddddd;
    width: 30px;
    height: 21px;
}
.input_130_gray {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    background-color: #dddddd;
    width: 130px;
    height: 21px;
}
.input_400_multi_line {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    font-size: 13px;
    width: 400px;
    height: 45px;
}


/*------------ テーブル関連の設定--------------*/
/*- テーブルにかかわる設定をしています。      -*/
/*---------------------------------------------*/
td{
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
}

.page_title{
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
}

.table_list_category_td{
/*
    border-bottom: 1px solid #99CC00;
*/
    border-top:    1px solid #FFFFFF;
    border-left:   1px solid #FFFFFF;
    border-right:  1px solid #99CC00;
    border-bottom: 1px solid #99CC00;

    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
/*
    background-color: #669900;
*/
    background-color: #27B122;
}

.table_list th{
    border-top:    1px solid #FFFFFF;
    border-left:   1px solid #FFFFFF;
    border-right:  1px solid #99CC00;
    border-bottom: 1px solid #99CC00;

/*  border-bottom: 1px solid #99CC00; */
    font-size: 13px;
    font-weight: bold;
    color: #333333;
/*  background-color: #CCFF66; */
    background-color: #88EE33;
/*  background-color: #99CC00; */
}

.table_list td{
    border-bottom: 1px dotted #CCCCCC;
}

.table_list_color_td{
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    border-top:    1px solid #FFFFFF;
    border-left:   1px solid #FFFFFF;
    border-right:  1px solid #99CC00;
    border-bottom: 1px solid #99CC00;

/*  border-bottom: 1px solid #99CC00; */
    font-size: 13px;
    font-weight: bold;
    color: #333333;
/*  background-color: #CCFF66; */
    background-color: #88EE33;
/*  background-color: #99CC00; */
}

.table_btn_td{
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    border-top:    1px solid #FFFFFF;
    border-left:   1px solid #FFFFFF;
/*
    border-right:  1px solid #006600;
    border-bottom: 1px solid #006600;
*/
    border-right:  1px solid #99CC00;
    border-bottom: 1px solid #99CC00;
    background-color: #CCFF66;
/*  border: 1px solid #99CC00; */
}

.table_btn_td_2{
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    background-color: #F0E68C;
    border: 1px solid #BDB76B;
}

.title_color{
    background-color: #CCFF99;
}

.table_rect{
    border: 1px solid #BDB76B;
}

.table_list_geya th{
    border-top:    1px solid #FFFFFF;
    border-left:   1px solid #FFFFFF;
/*
    border-right:  1px solid #99CC00;
    border-bottom: 1px solid #99CC00;
*/
    border-right:  1px solid #68A5E1;
    border-bottom: 1px solid #68A5E1;

    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
/*
    background-color: #88EE33;
*/
    background-color: #A2D8FF;
    text-align: center;
}

.table_list_geya td{
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    font-size: 13px;
    border-bottom: 1px dotted #CCCCCC;
    text-align: center;
}

.td_left_line{
    border-left: 1px dotted #CCCCCC;
    border-bottom: 1px dotted #CCCCCC;
}

.td_right_line{
    border-right: 1px dotted #CCCCCC;
    border-bottom: 1px dotted #CCCCCC;
}

.td_vertical_line{
    border-left: 1px dotted #CCCCCC;
    border-right: 1px dotted #CCCCCC;
    border-bottom: 1px dotted #CCCCCC;
}

/*-----------------------------------------------*/
/*- 見積登録、変更にかかわる設定をしています。  -*/
/*-----------------------------------------------*/
.estimate_tab_rect{
    border-top: 1px solid #99CC00;
    border-left: 1px solid #99CC00;
}

.estimate_table_rect{
    border: 1px solid #99CC00;
}

.tab_active{
    font-weight: bold;
/*
    border-right: 1px solid #99CC00;
    background-color: #99CC00;
    border-right: 1px solid #FF9900;
    background-color: #FF9900;
*/
    font-size: 13px;
    border-right: 1px solid #99EE66;
    background-color: #99EE66;
    text-align: center;
    width: 100px;
    height:20px;
    white-space: nowrap;
}

.tab_inactive{
    font-size: 13px;
    border-right: 1px solid #99CC00;
    text-align: center;
    width: 100px;
    height:20px;
    white-space: nowrap;
}

.master_list_title{
    font-weight: bold;
    font-size: 13px;
    border-left: 1px solid #99CC00;
    border-top: 1px solid #99CC00;
    border-right: 1px solid #99CC00;
    background-color: #99EE66;
    text-align: center;
    width: 200px;
    height:25px;
    white-space: nowrap;
}

.basic_title_td{
    font-size: 13px;
    width: 100px;
    height:20px;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
}

.basic_input_td{
    font-size: 13px;
    width: 160px;
    text-align: left;
    height:20px;
    white-space: nowrap;
}

.basic_input_rest_td{
    font-size: 13px;
    width: 90%;
    height:20px;
    text-align: left;
    white-space: nowrap;
}

.estimate_input_td{
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    border: 1px solid #99CC00;
}

.estimate_input_td2{
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    border-left: 1px solid #99CC00;
    border-right: 1px solid #99CC00;
    border-bottom: 1px solid #99CC00;
}

.estimate_input_total{
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    border-left: 1px solid #99CC00;
    border-right: 1px solid #99CC00;
    border-bottom: 1px solid #99CC00;
    background-color: #CCFF99;
}

.estimate_subtotal{
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    border-left: 1px solid #99CC00;
    border-right: 1px solid #99CC00;
    border-bottom: 1px solid #99CC00;
/*
    background-color: #E3CC73;
*/
    background-color: #FEE856;
}

.estimate_const_area{
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    border-left: 1px solid #99CC00;
    border-right: 1px solid #99CC00;
    border-bottom: 1px solid #99CC00;
    background-color: #E3CC73;
}

.estimate_input_maintotal{
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    border-left: 1px solid #99CC00;
    border-right: 1px solid #99CC00;
    border-bottom: 1px solid #99CC00;
    background-color: #99CC66;
}

.estimate_input_right_line{
    border-right: 1px dotted #99CC00;
}

.estimate_input_r_b_line{
    border-right: 1px dotted #99CC00;
    border-bottom: 1px dotted #99CC00;
}

.estimate_input_bottom_line_td{
    border-bottom: 1px dotted #99CC00;
}

.estimate_input_bottom_line td{
    border-bottom: 1px dotted #99CC00;
}

.estimate_select_date{
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 21px;
}

.format_title_td{
    font-size: 13px;
    width: 140px;
    height:22px;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
}

.format_tax_title_td{
    font-size: 13px;
    width: 80px;
    height:22px;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
}

.format_input_td{
    width: 140px;
    height:22px;
    white-space: nowrap;
}

.format_tax_input_td{
    width: 50px;
    height:22px;
    white-space: nowrap;
}

.format_calc_button_td{
    width: 90px;
    height:22px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-top:    1px solid #EEE8AA;
    border-left:   10px solid #EEE8AA;
    border-right:  10px solid #EEE8AA;
    border-bottom: 1px solid #EEE8AA;
}

/*---------------------------------------------*/
/*- サブメニューに関する設定をしています。    -*/
/*---------------------------------------------*/
.dsp_main_menu_list_110{
    width:110px;
    height:26px;
}

.dsp_main_menu_list_130{
    width:110px;
    height:26px;
}

.dsp_menu_table{
    background-color: #FFFFFF;
    border-left: 1px solid #339900;
    border-right: 1px solid #339900;
    border-bottom: 1px solid #339900;
}

.dsp_menu_table_td{
    border-bottom: 1px dotted #99CC00;
}

/*---------------------------------------------*/
/*- 登録・編集に関する設定                    -*/
/*---------------------------------------------*/
.table_user_edit{
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    background-color: #F5F5DC;
    border-left: 1px solid #BDB76B;
    border-right: 1px solid #BDB76B;
    border-bottom: 1px solid #BDB76B;
}

.table_user_edit_title td{
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    background-color: #BDB76B;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
}

.table_user_check{
    background-color: #999900;
}
.table_user_check td{
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
}

/*---------------------------------------------*/
/*- 機能メニューのスタイルシート              -*/
/*---------------------------------------------*/
.menu_tr td{
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    border-bottom: 2px solid #006600;
    font-size: 14px;
    font-weight: bold;
}

.menu_master_tr td{
	border-bottom: 2px solid #3366CC;
	font-size: 14px;
	font-weight: bold;
}

/*---------------------------------------------*/
/*- 初期設定画面のスタイルシート              -*/
/*---------------------------------------------*/
.page_title_master_bk{
/*
	background-color: #008000;
	background-color: #006400;
	background-color: #004080;
	background-color: #51A5E2;
	background-color: #605BFF;
	background-color: #4169E1;
*/
	background-color: #0092cf;
}

.menu_master_tr td{
/*	border-bottom: 2px solid #3366CC; */
	border-bottom: 2px solid #77CFFF;
	font-size: 14px;
	font-weight: bold;
}

.table_master_category_td{
    border-top:    1px solid #FFFFFF;
    border-left:   1px solid #FFFFFF;
    border-right:  1px solid #1a50b8;
    border-bottom: 1px solid #1a50b8;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #3980F4;
}

.title_master_color{
/*
	background-color: #F0F8FF;
    background-color: #CCCCFF;
    background-color: #C2EFC7;
*/
    background-color: #AAD5FF;
}

.table_btn_master_td{
/*
    border-right:  1px solid #99CC00;
    border-bottom: 1px solid #99CC00;
    background-color: #CCFF66;

	background-color: #99CCCC;
	background-color: #ADD8E6;
	border-right: 1px solid #6699CC;
	border-bottom: 1px solid #6699CC;
*/
	background-color: #ADD8E6;
	border-right: 1px solid #6699CC;
	border-bottom: 1px solid #6699CC;

}

.table_master_list th{
    border-top:    1px solid #FFFFFF;
    border-left:   1px solid #FFFFFF;
/*
    border-right:  1px solid #000080;
    border-bottom: 1px solid #000080;
    border-right:  1px solid #004080;
    border-bottom: 1px solid #004080;
*/
    border-right:  1px solid #68A5E1;
    border-bottom: 1px solid #68A5E1;
/*
    background-color: #4477CC;
*/
    background-color: #A2D8FF;

    font-size: 13px;
    font-weight: bold;
    color: #333333;
}

.table_master_list td{
    border-bottom: 1px dotted #CCCCCC;
}

.table_master_list_color_td{
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    border-top:    1px solid #FFFFFF;
    border-left:   1px solid #FFFFFF;
/*
    border-right:  1px solid #99CC00;
    border-bottom: 1px solid #99CC00;
*/
    border-right:  1px solid #68A5E1;
    border-bottom: 1px solid #68A5E1;

    font-size: 13px;
    font-weight: bold;
    color: #333333;
/*
    background-color: #88EE33;
*/
    background-color: #A2D8FF;
}

.table_master_rect{
    border: 1px solid #78A09E;
}

.master_input_td{
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    border: 1px solid #78A09E;
}

.master_input_bottom_line_td{
    border-bottom: 1px dotted #78A09E;
}

.master_input_bottom_line td{
    border-bottom: 1px dotted #78A09E;
}

.master_input_subtotal{
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
/*
    border-left: 1px solid #99CC00;
    border-right: 1px solid #99CC00;
    border-bottom: 1px solid #99CC00;
    background-color: #99CC66;
*/
    border-left: 1px solid #78A09E;
    border-right: 1px solid #78A09E;
    border-bottom: 1px solid #78A09E;
    background-color: #5189A2;
}

.master_seal_color{
    background-color: #78A09E;
}

/*---------------------------------------------*/
/*- メッセージ関連のスタイルシート            -*/
/*---------------------------------------------*/
.error_msg_font{
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    color: #EA1515;
    font-size: 15px;
    font-weight: bold;
}

.info_msg_font{
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    color: #0088B5;
    font-size: 15px;
    font-weight: bold;
}

.msg_table{
    border: 3px solid #999999;
    background-color: #FFFFFF;
}

.msg_title_td{
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
//    background-color: #FEE856;
    background-color: #99EE66;
    border-bottom: 1px #999999 solid;
}

.msg_btn_td{
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    border: 1px solid #FFFFFF;
//    background-color: #F5F5F5;
    background-color: #EEEEEE;
}

/*---------------------------------------------*/
 *- エラーメッセージ用                        -*/
/*---------------------------------------------*/
div.error_block {
    font-family: ＭＳ Ｐゴシック,ＭＳゴシック,osaka, Arial, Helvetica, sans-serif;
    padding          : 4px;
//    margin           : 12px 80px;
}

div.error_block div {
    color      : #FF0000;
}

div.success_block {
    padding          : 4px;
//    margin           : 12px 80px;
}

div.success_block div {
    color      : #003366;
}

div.info_block div {
    color      : #0088B5;
}


