/* IE6 scroll bug */
html {
    overflow-x:hidden;
}

/* body */
body {
    margin-left: 0;
    margin-top: 0;
}

/* return anchor */
div.return {
    margin-top: 20px;
    padding: 0;
    padding-left: 400px;
    font-size: 9pt;
    white-space: nowrap;
}

/* return anchor */
a.back {
    font-size: 9pt;
    color: #4d4d4d;
    text-decoration: none;
}

a.back:hover {
    text-decoration: underline;
    color : #ffc2c2;
}

/* main block */
div.main {
    color: #222222;
    padding: 15px 15px 15px 25px;
    text-align: left;
}

/* header block */
td.header {
    font-size: 11pt;
}

/* comment */
div.comment {
    font-size : 9pt;
    color: #333333;
}

/* guide */
div.guide {
    font-size : 9pt;
    color: #333333;
}

/* caution font */
font.caution {
    font-size : 8pt;
    color: #333399;
    font-style: normal;
    line-height: 150%;
}

font.warning {
    font-size : 8pt;
    color: red;
    font-style: normal;
    line-height: 150%;
}

font.stop {
    font-size : 8pt;
    color: blue;
    font-style: normal;
    line-height: 150%;
}

font.reserve {
    font-size : 8pt;
    color: green;
    font-style: normal;
    line-height: 150%;
}

font.currentPage {
    font-weight: bold;
    font-size: 11pt;
    color: #dc143c;
}

font.otherPage {
        font-size: 10pt;
}

font.page {
        font-size: 11pt;
        color:#00c;
        font-weight:bold;
}

a.pageColor:link {
       color: #000000;
}

a.pageColor:visited {
       color: #551a8b;
}

/* caution table */
table.caution {
    margin: 10px 0 10px 0;
}

/*  table item font */
font.item {
    color: #4d4d4d;
    font-size: 8pt;
    font-weight: normal;
    padding: 3px 3px 3px 3px;
}

font.delete_reserve {
    color: #afafaf;
}

a.stop {
        font-size: 9pt;
        color: #0066CC;
}

a.delete {
        font-size: 9pt;
        color: red;
}

/* common table */
table.common  {
    margin: 10px 0 10px 0;
    line-height: 150%;
    font-size: 9pt;
}

table.common th {
    padding-right: 10px;
}

/* list table  */
table.list  {
    margin: 10px 0 10px 0;
    font-size: 9pt;
}
table.list th {
    text-align: center;
}
table.list td {
    line-height: 200%;
    padding-right: 10px;
}

/* list table  */
table.list2  {
    margin: 10px 0 10px 0;
    font-size: 9pt;
}
table.list2 th {
    text-align: center;
}
table.list2 td {
    line-height: 200%;
    padding-right: 0;
}

/* caution color */
td.background {
    background-color: #ffffff;
}

td.stat { 
    background-color: #ebecfa;
}

/* table error record color */
tr.errorRecord {
    background-color: #ffcccc;
}

/* table line */
td.tableItemColor img {
    display:  block;
}
td.tableLineColor img {
    display:  block;
}

/* img ( inline => block ) */
img.toBlock {
    display:  block;
}

img.to_inline {
    vertical-align: middle
}

/* navigation */
div.navigation {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 12pt;
}

/* category table */
div.category {
    margin-bottom: 10px;
}

div.category span.categoryName {
    margin: 0;
    padding: 0 1em 0 0;
    color: #333333;
    font-weight: bold;
    font-size: 11pt;
}

/* button */
div.button {
    width: 450px;
    text-align: center;
    font-size: 11pt;
}

/* button no margin*/
div.buttonNoMargin {
    text-align: center;
    font-size: 11pt;
}

/* table cell type */
.address {
    text-align: left;
    vertical-align: middle;
}

.flag {
/*    text-align: center;*/
}

.number {
/*    text-align: right;*/
}

.text {
    text-align: center;
}

.text2 {
    text-align: left;
}

.link {
    text-align: right;
}

.shade {
    background-color: #eeeeee;
}

.requisite {
    color: #ff0000;
}

.difference{
    color: #ff0000;
}
.important{
    color: #ff0000;
}
.changePoint {
    color: #0099FF;
}

.changePointDay {
    color: #009900;
}

.nospace {
    margin: 0;
    padding: 0;
}

.error {
    color: #ff0000;
    font-weight: bold;
}

.reduceText {
    font-size: 9pt;
}


input.button200 {
    width: 200px;
}

input.button170 {
    width: 170px;
}

input.button150 {
    width: 150px;
}

input.button130 {
    width: 130px;
}

input.button100 {
    width: 100px;
}

input.button80 {
    width: 80px;
}

input.button60 {
    width: 60px;
}

input.buttonDL {
    font-size : 6pt;
    font-style: normal;
    width: 60px;
    height: 15px;
}


input.text130 {
    width: 130px;
}


