@charset "utf-8";
body {
    background:#ffffff;
    font-size:10px;
    line-height:1.3;
}

#wrapper {
    font-size:1.17em;
}

/*共通*/
a {
    color:#0099ff;
    text-decoration:none;
}

label {
    cursor:pointer;
}

.onfocus {
    color:#454545!important;
    background-color:#ffffcc!important;
    border:none;
}
.attention {
    color:#ff0000;
    font-weight:bold;
}
.notice {
   font-weight:bold;
}
.mini {
    font-size:11px;
}
.infom {
    display:none;
    font-size:2em;
    cursor:default;
}
.inpm {
    display:none;
    font-size:2em;
    cursor:default;
}

/*ヘッダー*/
header {
    padding:3px;
    background-color: black;
}

header h1 {
    float:left;
    padding-top: 3px;
}
header div {
    float:right;
}

table,th,td {
    border: 1px solid lightgray;
    font-size: 110%;
    vertical-align: middle;
    height: 30px;
}
td.align_l {
    text-align:center;
}
.tblSetting{
    font-size: 120%;
}

/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－
*
*共通ボタン
*
－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
/*normal*/
li.button,
p.button {
    display:inline;
}
li.button a,
p.button a {
    display:inline-block;
/*    border:1px solid #666666; */
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding:9px 10px;
    text-decoration:none;
    background:#eeeeee;
    font-size:13px;
}

li.button a:hover,
p.button a:hover {
    background:#ffffcc;
}

.align_c {
    text-align:center;
}
p.button a.modeOn {
    background:#ffffdd;
}

h2{
    padding:9px 15px;
    font-size:2em;
    font-weight:bold;
    background-color:  gainsboro;
}

h3{
    padding:9px 15px;
    font-size:1.375em;
    font-weight:bold;
    background-color:  gainsboro;
}

h5{
    padding:8px 10px;
    font-size:1.375em;
    font-weight:bold;
    border-top:1px solid #9999ff;
    border-bottom:1px solid #ccccff;
    background-color:  #9999ff;
}

/*－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－
*
*履歴一覧css
*
－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
#console01 dl dt {
    font-size:1.17em;
    float:left;
    width:7.2em;
    padding-top:5px;
}
#console01 dl dd {
    float:left;
    width:180px;
}
#console01 ul li {
    display:block;
    padding:5px;
    margin-top:5px;
    border:1px double #666666;
}

#console01 ul li label {
    display:block;
}
#console01 ul li:hover {
    background:#ffffcc;
}

#console01 ul li input { float:right;}

#console01 ul li {
    zoom:1;
}
#console01 ul li:after {
   content:'';
   display:block;
   clear:both;
}
#console01 h3 {
    background:#ccffff;
}

.carender{
    width:116px;
}

dl.LoginList {   
    overflow: hidden;
    width: 300px;
    font-size:110%;
}
dl.LoginList dt {   
    width: 110px;
    float: left;
}
dl.LoginList dd {
    width: 280px;  
}

dl.LoginListInfo {
    overflow: hidden;
    font-size:110%;
    margin-top: 10px;
}
dl.LoginListInfo dd {
    width: 360px;
}

#setting_menu {
    background:#fafaea;
    width:400px;
}

#Edit_area #console01{
    width:100%;
    float:left;
    overflow:hidden;
}

#backend_canvas{
    background:#fafaea;
    font-size:130%;
    width:100%;
    height:100%;
    min-height: 100%;
    overflow:hidden;
}
