/*************************************************************************************
	ＢＯＤＹ
*************************************************************************************/
body {
    margin-top: 0px;
    margin-bottom: 0px;
    border-top-style: none;
    padding-top: 0px;
    padding-bottom: 0px;
    position: static;
    top: 0px;
    background-color: #F8F8FF;
    font-family: MS UI Gothic;
    margin: 0;
    padding: 0;
}

/*************************************************************************************
	文字
*************************************************************************************/
/*タイトル文字*/
span.title {
    font-family: MS UI Gothic;
    font-size: 16pt;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
}

/*強調文字（太文字）*/
span.bold {
    font-family: MS UI Gothic;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
}

/*メッセージ*/
span.msg {
    font-family: MS UI Gothic;
    font-size: 10pt;
    font-weight: bold;
    color: #FF0000;
}

/*見出し*/
span.midasi {
    font-family: MS UI Gothic;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
}

/*************************************************************************************
	ＴＤタグ
*************************************************************************************/
/* タイトルバックカラー */
td.title {
    background-color: #363636;
}

/* 見出しカラー*/
td.midasi {
    background-color: royalblue;
    color: black;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    height: 25px;
}

td.disp {
    background-color: #66CCFF;
    font-size: 14px;
    height: 25px;
}

/*************************************************************************************
	ボタン
*************************************************************************************/
.ButtonOn {
    font-size: 12px;
    cursor: hand;
    background-color: #99CCFF;
    width: 100px;
}

.ButtonOff {
    font-size: 12px;
    cursor: default;
    background-color: #C0C0C0;
    width: 100px;
}

.Link {
    color: blue;
}

/*************************************************************************************
	ＩＮＰＵＴ
*************************************************************************************/
input.text {
    font-family: MS UI Gothic;
    background-color: white;
}

.txt_no {
    ime-mode: disabled;
}

.txt_txt {
    ime-mode: active;
}

.txt_label {
    ime-mode: active;
    font-size: 10pt;
    background-color: white;
    border-color: white;
    border-width: 2px;
    text-align: left;
    border-style: solid;
    read-only: true;
}

/*************************************************************************************

*************************************************************************************/
div.body {
    overflow-y: scroll;
    position: static;
}

.align_c {
    text-align: center;
}

.align_r {
    text-align: right;
}

.align_l {
    text-align: left;
}