﻿@charset "utf-8";

/* css reset */
html,body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
abbr,address,cite,code,
del,dfn,em,img,ins,kbd,q,samp,
small,strong,sub,sup,var,b,i,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,
summary,data,mark,canvas,audio,video{
margin:0;
padding:0;
border:0;
outline:0;
font-size:100.01%;
vertical-align:baseline;
}
html{
background-color:#fafafa;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
min-width: 1024px;
}
img{
border:0;
vertical-align:bottom;
}
ul,ol{
list-style:none;
}
body{
margin:0 auto;
padding:0;
width:100%;
line-height:1.0;
font-size:100%;
font-family:"Lucida Grande","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Meiryo,Verdana,Arial,sans-serif;
color:#999;
text-align:left;
vertical-align:bottom;
word-break:normal;
/*word-wrap:break-word;*/
background-color:transparent;
}
a{
cursor:pointer;
}
a:hover{
text-decoration:none;
}
a,a:link,a:visited,a:active,a:focus,
input:visited,input:active,input:focus{
outline:none;
text-decoration:none;
}
/*====================================================================*/
header #headArea{
background-color:#c9d2d6;
}
header #head{
margin:0 auto;
width:1024px;
height:73px;
position:relative;
}
header #headLine{
height:5px;
background-color:#fafafa;
}
header #naviArea{
background-color:#373f9d;
}
header #navi{
margin:0 auto;
width:1024px;
height:40px;
position:relative;
}
header #naviLine{
height:0;
background-color:#c0c0c0;
}
footer #footLine{
height:0;
background-color:#c0c0c0;
}
footer #footArea{
background-color:#c9d2d6;
}
footer #foot{
margin:0 auto;
width:1024px;
height:30px;
position:relative;
}
/*====================================================================*/
#content{
margin:0 auto;
width:1022px;
border-left:1px solid #eceff2;
border-right:1px solid #eceff2;
}
#content>div{
position:relative;
}
/*====================================================================*/
.div_canvas{
position:relative;
}
.div_canvas input{
position:absolute;
}
.separator{
height:10px;
background-color:#a6bac7;
}
.epMonitor div,
.epGraph div{
position:relative;
}
/*====================================================================*/
.div_dd{
position:absolute;
top:16px;
left:11px;
}
.ui-dialog{
font-size:80%;
}
.ui-datepicker{
font-size:90%;
}
.ui-widget{
font-family:"Lucida Grande","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Meiryo,Verdana,Arial,sans-serif;
}
/*====================================================================*/
input[type="text"]{
border:1px solid #ccc;
color:#666;
padding:1px 5px;
background:#fff;
font-size:14px;
height:18px;
text-align:right;
}
input[type="text"]:focus{
border:1px solid #888;
}
textarea{
border:1px solid #ccc;
color:#666;
padding:3px 5px;
background:#fff;
font-size:14px;
outline:none;
}
textarea:focus{
border:1px solid #888;
}
/*====================================================================*/
#dlgDownload p{
margin:6px 5px;
}
#dlgDownload label{
margin:0 10px;
}
.ui-datepicker{
font-size:90%;
}
#dlgDownload #message{
padding:5px;
}
/*====================================================================*/
.ui-tooltip{
background-color:#ffffe0;
}
/*====================================================================*/
/*end*/
