/********* - base content start - *********/
/*
body {
    font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 14px;
}
*/
/********* - default start - **********/

*{
    margin:0px;
    padding:0px
}

html{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    text-align:center;
}
body{
    /* margin:auto; */ /* IE6でおかしくなるのでコメントアウト */
    text-align:left;
    background: #FFF url(images/bg.gif);
    border-left: 1px #CCC dotted;
    border-right: 1px #CCC dotted;
}

#wrapper {
    margin: 0 auto;
    width: 1000px;
    position: relative;
}

#head{
    clear:both;
    width:800px;
    height: 210px;
    float:left;
    background: transparent url(images/Name.jpg) no-repeat;
}
#head_title {
    font-size: 2.5em;
    border-bottom: 4px #0099CC ridge;
    margin: 20px 0 0 80px;
}
#left{
    /* background-color: #f4f4f4; */
    clear:both;
    width:176px;
    float:left;
    /*2011/10/03 matsufuji 追加*/
    margin-bottom: 25px;
    min-height:300px;
}
#left ul{
    display:block;
    clear:both;
    width:175px;
    list-style-type:none;
    padding:0 0 5px 0;
    margin:0 0 5px 0;
    background-image:url(images/bg.gif);
    background-position:top left;
}
#left li{
    display:block;
    width: 175px;
}

#left li a {
    display:block;
    padding-right: 10px;
    /* background: transparent url(images/dots.gif) no-repeat center bottom scroll; */
    background: transparent url(images/dots.gif) no-repeat center bottom scroll;
    color: #3300FF;
    text-decoration:none;
    text-align: right;
    line-height: 28px;
    font-size: 15px;
    font-weight: bold;
}

#right{
    font-family:"eudc", Tahoma;
    font-size:11px;
    color:#858585;
    /*width: 760px;*/
    margin-top: -120px;
    margin-left: 50px;
    float:left;
    /*2011/10/03 matsufuji 追加*/
    margin-bottom: 25px;
    min-height:300px;
    /* border: 3px #F00 solid; */
    
    /*****************/
    /* IE6段落ち防止 */
    position: absolute;
    top:  220px;
    left: 175px;
    /*****************/
    
}


/* side */

#sidebar h3 {
    background: url(images/sidebarh3.png) no-repeat;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    margin: 0;
    padding: 0 0 0 10px; 
    color: #fff;
}


#content {
    /* border: 2px #F0F double; */
    font-size: 13px;
}

/********* - default start - **********/




/********* - color start - *********/
.f_red {
    color: #FF0000;
}
.f_blue {
    color: #00F;
}
.f_renga {
    color: #990000;
}
/********* - color end - *********/

/********* - font start - *********/
.proc_font {
    font-size: 16px;
    font-weight: bold;
    color: #0000FF;
}
/********* - font end - *********/


/********* - bg_color start - *********/
.bg_blue {
    background-color: #99CCFF;
}

.bg_green {
    background-color: #99FF66;
}

.bg_yellow {
    background-color: #FFFF99;
}

.bg_gray {
    background-color: #CCCCFF;
}

.bg_ocher {
    background-color: #CCCC99;
}

.bg_lightblue {
    background-color: #CCFFFF;
}

.bg_lightpink {
    background-color: #FFCCFF;
}

.bg_lightgreen {
    background-color: #CCFF99;
}

.bg_lightyellow {
    background-color: #FFFFCC
}

.bg_white {
    background-color: #FFFFFF;
}


/********* - bg_color end - *********/


/********* - align start - *********/
.c {
    text-align: center;
}

.l {
    text-align: left;
}

.r {
    text-align: right;
    padding-right: 5px;
}

.m {
    vertical-align: middle;
}
.t {
    vertical-align: top;
}

.d {
    vertical-align: bottom;
}

.nw {
    white-space: nowrap;
}

.normalize {
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
}

.b {
    font-weight: bold;
}

.float_left {
    float: left;
}
.float_right {
    float: right;
}

.inline {
    display: inline;
    margin: 0px;
    padding: 0px;
}

.left_space {
    margin-left: 10px;
}

.right_space {
    margin-right: 10px;
}

.pointer {
    cursor: pointer;
}

.ime_disabled {
    ime-mode: disabled;
}



/********* - align end - *********/


/********* - button start - *********/
.btn_common_margin {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0.3em;
    padding-left: 8px;
    height:35px;
}

.insert_btn {
    width: 130px;
    padding-top/**/: 2px; /* IE6, IE7 */
}

.save_btn {
    width: 100px;
    padding-top/**/: 2px; /* IE6, IE7 */
}

.submission_btn {
    width: 100px;
    padding-top/**/: 2px; /* IE6, IE7 */
}

.update_btn {
    width: 100px;
    padding-top/**/: 2px; /* IE6, IE7 */
}

.search_btn {
    width: 100px;
    padding-top/**/: 2px; /* IE6, IE7 */
}

.login_btn {
    width: 100px;
    padding-top/**/: 2px; /* IE6, IE7 */
}
.print_btn {
    width: 130px;
    padding-top/**/: 2px; /* IE6, IE7 */
}

/********* - button end - *********/
.edit_link {
    background-image: url(images/del.gif);
}

.del_link {
    background-image: url(images/del.gif);
}

.display_none {
    display: none;
}
.display_block {
    display: block;
}

.decoration_none {
    text-decoration: none;
}

.table_fixed {
    table-layout: fixed;
}

.width20 {
    width: 20px;
}

.width50 {
    width: 50px;
}

.width70 {
    width: 70px;
}

.width100 {
    width: 100px;
}

.width120 {
    width: 120px;
}

.width150 {
    width: 150px;
}

.width200 {
    width: 200px;
}

.width250 {
    width: 250px;
}

.width300 {
    width: 300px;
}

.width400 {
    width: 400px;
}

.width500 {
    width: 500px;
}
.width550 {
    width: 550px;
}

.width600 {
    width: 600px;
}

.width750 {
    width: 750px;
}

.width800 {
    width: 800px;
}

.height100 {
    height: 90px;
}

.height400 {
    height: 400px;
}

.overflow_x {
    overflow-x: auto;
}

.overflow_y {
    overflow-y: auto;
}

.datepicker {
    width: 90px;
    text-align: right;
    ime-mode: disabled;
}

.word_break {
    word-break: break-all;
}


.spacer {
    height: 50px;
    margin-top: 15px;
}


/***********************************************/

#login_back {
    background-image: url(images/345.jpg);
}
.login_box {
    /*background: transparent url(images/login_img.gif) no-repeat center left scroll;*/
    border: 3px #6699FF solid;
    background-color: #FEFEFE;
    overflow: hidden;
    /*height: 300px;
    width: 460px;*/
    /*2011/10/04 matsufuji 変更*/
    height: 400px;
    width: 530px;
    /* margin: 58px 0 0 140px; */
    margin: 20px auto;
    color: #000;
}
.login_box h3 {
    border-bottom: 3px #FF9900 dotted;
    font-size: 16px;
}

.login_box form {
    padding: 80px;
    font-size: 14px;
    font-weight: bold;
}

.login_box form input.text {
    width: 200px;
    height: 1.5em;
    font-size: 14px;
    margin-left: 20px;
    margin-bottom: 10px;
}
dl.login {
    margin-top: 20px;
}
dl.login dt {
    width: 80px;
    float: left;
    text-align: right;
}
dl.login dd {
    margin-left: 80px;
    text-align:left;
}

.tab_div div {
    margin-bottom: 10px;
    line-height: 15px;
}
.tab_div fieldset {
    padding: 7px;
}
/*
.tab_div legend {
    padding: 2px;
}
*/
.tab_div p {
    margin-bottom: 5px;
}
.tab_div h3 {
    padding: 0 5px;
}
.tab_div label {
    font-weight: bold;
}
.tab_div dl{
    width: 340px;
    float: left;
}
.tab_div dt {
    float:left;
    text-align: right;
    width: 120px;
}
.tab_div dd {
    margin-bottom: 5px;
}

/*
.tab_div dl.long {
    width: 680px;
}
.tab_div dl.long dt {
    width: 180px;
}
*/
.tab_div textarea {
    /* width: 200px; */
    height: 60px;
}


div.search_div {
    margin: 30px 0 10px 20px;
}
div.search_div h3 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 2px #0000FF dotted;
    width: 500px;
    padding-bottom: 5px;
}

dl.search {
    margin-bottom: 20px;
}

dl.search dt {
    width: 100px;
    float: left;
    font-weight: bold;
    text-align: right;
    border-left: 4px #0000FF solid;
    border-bottom: 1px #CCC dotted;
    padding: 5px 0;
    line-height: 25px;
}
dl.search dd {
    margin: 0 0 10px 0;
    padding: 5px 0;
    height: 25px;
    line-height: 25px;
    border-bottom: 1px #CCC dotted;
    width: 500px;
    text-align: left;
}

dl.mst_edit {
    margin-bottom: 20px;
}

dl.mst_edit dt {
    width: 100px;
    float: left;
    font-weight: bold;
    text-align: right;
    border-left: 4px #0000FF solid;
    border-bottom: 1px #CCC dotted;
    padding: 5px 0;
    line-height: 25px;
}
dl.mst_edit dd {
    margin: 0 0 10px 0;
    padding: 5px 0;
    height: 25px;
    line-height: 25px;
    border-bottom: 1px #CCC dotted;
    width: 500px;
    text-align: left;
}
dl.mst_edit dd input {
    font-size: 18px;
}


h3.content_title {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 3px #CCC dotted;
    padding-bottom: 5px;
    width: 700px;
}

table.table01 {
    width: 700px;
    border-collapse: collapse;
    border-spacing: 0;
    color: #000;
    font-size: 1.3em;
    background-color: #FFF;
}

table.table01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 0 1px;
    background-image: url(images/sidebarh3.gif);
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    color: #FFF;
}
table.table01 td {
    padding: 3px 5px;
    border: 1px #E3E3E3 solid;
}

/* jpquery button のため*/
table.table01 td a {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
}

table.table02 {
    width: 700px;
    border-collapse: collapse;
    border-spacing: 0;
    color: #000;
    font-size: 1.3em;
    background-color: #FFF;
}
table.table02 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 0 1px;
    background-image: url(images/sidebarh3.gif);
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    color: #FFF;
}
table.table02 td {
    padding: 3px 5px;
    border: 1px #E3E3E3 solid;
}
table.table02 td a {
    font-size: 12px;
    padding: 7px;
    margin: 0px;
    white-space: nowrap;
}

table.table03 {
    width: 100%;
}

legend {
    font-size: 14px;
    font-weight: bold;
    padding: 0 5px;
}

legend img {
    margin:0;
    padding:0;
    vertical-align: bottom;
    margin-top: -5px;
}


/** マスタ用 **/
table.input_mst {
    border-collapse: collapse;
    border-spacing: 0;
    color: #000;
    background-color: #FFF;
    width: 700px;
}
table.input_mst th {
    white-space: nowrap;
    padding: 5px;
    border-bottom: 1px #CCC solid;
    background-color: #3399CC;
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
    vertical-align: middle;
    width: 100px;
}
table.input_mst td {
    padding: 2px;
    border: 1px #E3E3E3 solid;
    vertical-align: middle;
    margin:0;
}


/** マスタ用(医療機関colorbox) **/
table.input_med {
    border-collapse: collapse;
    border-spacing: 0;
    color: #000;
    background-color: #FFF;
    width: 350px;
    margin: 10px;
}
table.input_med th {
    white-space: nowrap;
    padding: 5px;
    border-bottom: 1px #CCC solid;
    background-color: #3399CC;
    font-weight: bold;
    font-size: 14px;
    color: #FFF;
    vertical-align: middle;
    width: 100px;
}
table.input_med td {
    padding: 2px;
    border: 1px #E3E3E3 solid;
    vertical-align: middle;
    margin:0;
}
table.input_med td input {
    font-size:14px;
}



table.input {
    border-collapse: collapse;
    border-spacing: 0;
    color: #000;
    background-color: #FFF;
    /* width: 700px; */
    /* width: 690px; */
}
table.min_input {
    border-collapse: collapse;
    border-spacing: 0;
    color: #000;
    background-color: #FFF;
    width: auto;
}

table.input th, table.min_input th {
    white-space: nowrap;
    padding: 5px;
    border-bottom: 1px #CCC solid;
    background-color: #3399CC;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    vertical-align: middle;
    width: 100px;
}
table.min_input th.l {
    text-align: left;
    font-size: 0.8em;
    font-weight: normal;
}

table.input td, table.min_input td {
    padding: 2px;
    border: 1px #E3E3E3 solid;
    vertical-align: middle;
    /* width: 260px; */
    width: 260px;
    margin:0;
}

table.dv_warn th {
    white-space: nowrap;
    padding: 5px;
    border-bottom: 1px #CCC solid;
    background-color: #FF6666;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    vertical-align: middle;
    width: 100px;
}
/**********************************************/
/* 参照用 */
table.detail {
    border-collapse: collapse;
    border-spacing: 0;
    color: #000;
    background-color: #FFF;
    /* width: 700px; */
    /* width: 690px; */
}
table.min_detail {
    border-collapse: collapse;
    border-spacing: 0;
    color: #000;
    background-color: #FFF;
    width: auto;
}

table.detail th, table.min_detail th {
    white-space: nowrap;
    padding: 5px;
    border-bottom: 1px #CCC solid;
    background-color: #CC3300;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    vertical-align: middle;
    width: 100px;
}
table.detail td, table.min_detail td {
    padding: 2px;
    border: 1px #E3E3E3 solid;
    vertical-align: middle;
    /* width: 260px; */
    width: 260px;
    margin:0;
}
/**********************************************/
/************* 月例報告 ***********************/
table.print {
    border-collapse: collapse;
    border-spacing: 0;
    color: #000;
    background-color: #FFF;
    width: 700px;
}

table.print th {
    white-space: nowrap;
    padding: 5px;
    border-bottom: 1px #CCC solid;
    background-color: #3399CC;
    font-weight: bold;
    font-size: 14px;
    color: #FFF;
    vertical-align: middle;
}
table.print td {
    padding: 2px;
    border: 1px #E3E3E3 solid;
    vertical-align: middle;
    margin:0;
}

/*****************************************************************************/
/*世帯一覧参照*/
/*****************************************************************************/
h3.sub_title {
    color: #333;
    /* font-weight: normal; */
    font-size: 1.2em;
    margin-bottom: 5px;
    letter-spacing: 3px;
    _line-height: 1.2;
}

table.list {
    /*
    border-collapse: collapse;
    border-spacing: 0;
    */
    color: #000;
    background-color: #FFF;
    /* width: 700px; */
    /* width: 690px; */
    /* width: 100%; */
}

table.list th {
    white-space: nowrap;
    padding: 5px;
    border-bottom: 1px #CCC solid;
    background-color: #3399CC;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    color: #FFF;
    vertical-align: middle;
    /* width: 100px; */
}
table.list td {
    padding: 3px 5px 3px 3px;
    border: 1px #E3E3E3 solid;
    vertical-align: middle;
    /* width: 260px; */
    margin:0;
    cursor: pointer;
}

table.list td.no_pointer {
    cursor: default;
}

table.no_pointer td {
    cursor: default;
}

/*****************************************************************************/
/* tbodyだけスクロール *******************************************************/
/*****************************************************************************/
.scroll-table {
    width: 100%;
    display: block;
    overflow-y: scroll;
    max-height: 160px;
    border: 1px #CCC solid;
}
.scroll-table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    border: 0;
}
.scroll-table thead tr th:last-child,
.scroll-table tbody tr td:last-child
{
    width:999999px;
    max-width: none;
}
/*****************************************************************************/

.cw {
    width: 670px;
}

input.ui-state-default {
    position: relative;
    cursor: pointer;
}

div.focus_win{
    border: 1px #FF9933 solid;
}

div.focus_win th{
    white-space: nowrap;
    padding: 3px;
    border-bottom: 1px #FFF solid;
    background-color: #FCCC88;
    font-weight: normal;
    text-align: left;
    font-size: 12px;
    color: #000;
    vertical-align: middle;
}
table.shojo th{
    background-color: #BBBBBB;
}



div.focus_win td{
    border: 0;
    padding: 3px;
    padding-right:20px;
    color: #000;
}

.focus{
    background-color: #FBEC88;
}

.disabled{
    background-color: #BBBBBB;
}

/*ie6*/
*tr.disabled td{
    background-color: #BBBBBB;
}

div.focus_div{
    height: 24px;
    border-bottom: 1px #CCC solid;
    background-color: #FCCC88;
    color: #000;
}

div.focus_div div.title {
    height: 20px;
    float: left;
    padding-top: 4px;
    padding-left: 4px;
}

div.focus_div div.btns{
    text-align: right;
}

div.focus_div div.btns img{
    vertical-align: middle;
}

/**********************************************/
/* textarea関連の幅 (IE8, _IE6) */
/***********************************************/
div.ln,img.ln {
     /*border: 1px solid #F00;*/
     width: 600px;
    _width: 588px;
}
textarea.ln {
     width: 635px;
    _width: 608px;
}
/***********************************************/


/**********************************************/

/*
jquery
table.input td input[type=text]{
    height: 20px;
    font-size: 14px;
    margin:0;
    padding:0;
    width: 210px;
}
*/


/***********************************************/
.ie6_tab {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ie6_tab li {
    float: left;
    height: 25px;
    line-height: 25px;
    width: 8em;
    margin-right: 5px;
    padding: 2px;
    /* 
    border: 1px #ffb366 solid;
    background-color: #fffdee;
    */
    border: 1px #66CCFF solid;
    background-color: #CCFFFF;
    text-align: center;
}
.clearLeft { 
    clear: left; 
}
.tel, .fax, .moblie_phone, .tel_all {
    ime-mode: disabled;
    width: 120px;
}
.birth {
    ime-mode:disabled;
    width: 85px;
    text-align: right;
}

.mail, .zip {
    ime-mode: disabled;
    width: 250px;
}
.addr {
    width: 250px;
}

form.event_form input {   
    border: 1px solid #CCC;
    padding: 1px;
}
form.event_form .delete_submit {
    border: 1px solid #FF0000;
    width: 130px;
}
form.event_form .insert_submit {
    border: 1px solid #0000FF;
    width: 130px;
}

#reason_dialog {
    font-size: 16px;
    padding: 10px;
}

.reason_message {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.reason_input {
    margin: 20px 0 0 20px;
}
.row_del {
    background-color: #CCCCCC;
}

.search_link {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    color: #0000FF;
    margin: 0 10px;
}
a.search_link:link {
    color: #00F
}
a.search_link:visited {
    color: #00F
}
a.search_link:hover {
    color: #00F
}
a.search_link:active {
    color: #00F
}

a.back_link {
    display: block;
    width: 100px;
    line-height: 35px;
    margin: -6px 0px 0px 0px;
    text-decoration: none;
    float: right;
}
a.back_link span {
    margin-left: 30px;
}

#loading {
    margin-left: 50px;
}

.loading_message {
    font-size: 20px;
    font-weight: bold;
    /* background: transparent url(/style/images/loading.gif) no-repeat; */
}

.mst_addnew {
    width: auto;
    padding: 0px 20px;
}
/**********2011/11/01 matsufuji**************/
#login_name {
    position:absolute;
    left:450px;
    top:10px;
    width:340px;
    height:30px;
    text-align:right;
    padding:5px;
}
#logout_content {
    float:left;
    margin:0 10px;
}
/*******************END*********************/
#logout {
    font-size: 16px;
    position: absolute;
    top: 15px;
    left:810px;
    width:270px;
}
#system_menu {
    font-size: 16px;
    position: absolute;
    top: 50px;
    left:900px;
}

.div_radio {
    margin: 7px 0px 0px 5px;
    line-height: 20px;
}

.med_div {
    font-size: 12px;
}


#juki_select_area {
    height: 150px;
    overflow:auto;
    font-size: 12px;
}

.margin_left100 {
    margin-left: 100px;
}

/**********************************************/
/******** 自治会選択＠民生委員マスタ **********/
div.com_cen{
    cursor:pointer;
    margin-left:2em;
    padding:5px;
    color: #00F;
    border-bottom:1px #CCC solid;
}

div.gov{
    cursor:pointer;
    margin-left:3em;
    padding:3px;
    color: #00F;
}




/***********************************************/
/*************   uezono   **********************/
ul.share_menu_ul {
    clear:both;
}

ul.share_menu_ul li {
    margin-right: 5px;
    padding: 5px 5px;
    float:left;
    /*
    background-color: #3399FF;
    border: 1px #33CCFF solid;
    */
}

ul.share_menu_ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
}

#view_division {
    width: 750px;
    border: 1px #CCCCFF solid;
}

#view_division div.view_child {
    display: none;
    clear:both;
}
h3.view_division_title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    border-bottom: 2px #9900FF dotted;
    width: 300px;
    margin-bottom:10px;
    padding-bottom: 5px;
}

div.login_error {
    border: 3px #CC9966 double;
    margin-left: 170px;
    font-size: 16px;
    line-height: 25px;
    padding: 10px;
}

#download_message {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #00CC00;
    border: 5px #FF9900 double;
    margin-top: 20px;
    padding: 10px;
    background-color: #FFFFCC;
    display: none;
}

span.s_marks {
    color:white;
    font-size:0.8em;
    margin:2px;
    padding:2px;
    text-align:center;
}

.kyu {
    background-color:#FF8888;
}
.sas {
    background-color:#52DD52;
}
.sai {
    background-color:#6699CC;
}
.hon {
    background-color:#FF9966;
}
.kai {
    background-color:#7B68EE;
}
.pho {
    background-color:#FF66FF;
}

/***************************************/
/******2011/10/03 matsufuji追加*********/
.blue_btn {
    font-size:1.5em;
    padding:1em 0;
    margin:3em 2em;
    width:190px;
    background: #65a9d7;
    border-top: 1px solid #96d1f8;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
    background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
    background: -moz-linear-gradient(top, #3e779d, #65a9d7);
    background: -ms-linear-gradient(top, #3e779d, #65a9d7);
    background: -o-linear-gradient(top, #3e779d, #65a9d7);
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    text-decoration: none;
    vertical-align: middle;
}
.blue_btn:hover {
    border-top-color: #28597a;
    background: #28597a;
    color: #ccc;
    cursor: pointer;
}
.blue_btn:active {
    border-top-color: #1b435e;
    background: #1b435e;
}
/* footer */
#footer { 
    border-top:1px #c0c0c0 dotted;
    clear: both;
    color: #d3d3d3;
    padding: 0;
    height: 60px
}
/*IE6 hack 
footerとbodyのmargin*/
*html #footer {
    margin-top:25px;
}
#footer p{
    margin-top: 5px;
    text-align: center;
}

/* 権限マスタ */
.disable_str{
    color: #666666;
}

.focus_str{
    color: #0000FF;
}

/* 最終更新日時項目名用 */
span.update_info{
    padding: 3px;
    background-color: #888888;
    color: white;
}

/* 未読強調 */
tr.tr_bold td{
    font-weight: bold;
}

/* ドラッグ */
.drg{
    padding: 3px;
    background-color: #88CCFF;
    color: #FFFFFF;
    cursor: pointer;
}
.drop_area{
    background-color: #AADDFF;
}
.erase_area{
    background-color: #FFDDEE;
}

/*
body div{
    border: 1px #F00 solid;
}
body table{
    border: 1px #00F solid;
}
*/
