body{
    font-size:14px;
    font-family:'Meiryo UI', 'Meiryo', 'メイリオ', 'Osaka', 'sans-serif';
    color:#333;
    background-color:#eee;
}

h2{
    font-weight:normal;
    font-size: 18px;
    margin-top:4px;
    margin-bottom:8px;
    padding:5px 0px 5px 10px;
    background-color:#6495ed;
    color:#fff;
}

h3{
    font-size: 16px;
    font-weight:bold;
    margin-top:12px;
    margin-bottom:6px;
    padding-bottom:3px;
    border-bottom:1px solid #6495ed;
}

h4{
    font-size: 14px;
    font-weight:bold;
    margin-top:12px;
    margin-bottom:6px;
}

input{
    padding:3px;
    font-family : inherit;
}
select{
    padding:3px;
}
textarea{
    padding:3px;
    font-family : inherit;
}

table{
    font-size:14px;
    font-weight:normal;
    border-collapse:collapse;
    margin-top:5px;
}

table tr{
    border-bottom:1px solid #ccc;
}
table tr:hover{
    background-color:#e5f2ff !important;
}

table tr th{
    padding:4px 8px 4px 8px;
}

table tr td{
    padding:4px 8px 4px 8px;
}

table .column_num{
    text-align: right;
}

ul{
    margin:3px 0px 3px 0px;
    padding:0px 0px 0px 20px;
}

.comment{
    font-size:12px;
    color:#666;
    font-weight:normal;
}
.list-table{
    min-width:700px;
}
.list-table tr:nth-child(odd){
    background-color:#fff;
}

.list-table tr:nth-child(even){
    background-color:#f3f3f3;
}
.list-table th{
    font-weight:normal;
    text-align: center;

    background-color:#eee;
}

.property-table{
    min-width:700px;
}

.property-table th{
    font-weight:normal;
    text-align: left;
    min-width:100px;
}

.dlg-table{
    width:95%;
    min-width:100px;
}

.inner_body{
    width:750px;
}
.contents{
    background-color:#fff;
    padding:4px 8px 4px 8px;
    margin:5px 0px 15px 0px;
}

.cmd-button{
    background-color:#666;
    color:#fff;
    display:inline-block;
    text-decoration: none;
    padding:4px 10px 4px 10px;
    margin:3px 3px 6px 0px;
}
.cmd-button:hover{
    background-color:#999;
}

.header{
    height:28px;
    background-color:#FFF;
    padding:8px 12px 8px 10px;
    margin-bottom:8px;
    background-repeat: no-repeat;
    background-image: url('/img/logo_r2.png');
    background-size:contain;
}
.header .title{
    font-size:16px;
    margin-top:4px;
    font-weight: bold;
    font-style: italic;
    /*color:#ff3366;*/
    /*text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/
    margin-left:175px;
    float:left;
}
.header .userinfo{
    font-size:14px;
    float:right;
    vertical-align: bottom;
}