﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
/* 基本 */
body,html{
	overflow:auto;
}

#overlay {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
}
#modal {
    position:absolute;
    background:url(tint20.png) 0 0 repeat;
    background:rgba(0,0,0,0.2);
    border-radius:14px;
    padding:8px;
}

#content {
    border-radius:8px;
    background:#fff;
    padding:20px;
}
body {
    background-color: #000000;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #696969;
}



p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}
#logOnbtn
{
    background: url(../images/Buton_ok.png);
    width: 50px;
height: 50px;
}
/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page 
{    
    width: 90%;    
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main {
    padding: 30px 30px 15px 30px;
    background-color: rgb(0, 0, 0);
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

footer, 
#footer {
    background-color: rgb(0, 0, 0);
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
     border: 0px solid #ddd; 
     background-color:  rgb(0, 0, 0);
     width: 310px;
     height: 230px;
     position: absolute;
     top: 50%;
     left: 50%;
     margin: -115px 0px 0px -155px; /* 幅と高さの半分のネガティブマージン */
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
    background-color: #F3F781
;
    width: 290px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1em;
    background-color: #bae096;
    width:14.4em;    
    
}
*[hidden] {
  display: none;
}
input[type="submit"] 
{
    width : 5em;
    font-size: 1em;
    padding: 5px;
    
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}
.icon
{
    float:left;
    padding-right:106px;
    
}
table td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label
{
    color:#FFFFFF;
    font-family: Verdana,Arial,sans-serif;
    font-size:1em;
    margin: 1em 0 0 0;
}


.display-field, 
.editor-field 
{
    color:#FF0000;
    margin: 0.5em 0 0 0;
}

.text-box 
{
    font-size:100px;
    padding-left:40%;
    width: 30em;
}

.text-box.multi-line 
{
    padding-left:40%;
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

/*---- asc 2013/10/17 ADD START ---------------------------------*/
/* 基本 */
body,html{
  height:100%;
  width: 100%;
  background-color: #000000;
  padding: 0px; 
  margin: 0px;
  min-height: 100%;
  min-width: 100%;
  /*font-family: Verdana,Arial,sans-serif;*/
  /*font-size:14px;*/
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor:default;    
}

/* control CSS
----------------------------------------------------------*/

select
{
    background-color:#E7FFDF !important;
    }
    
select:active
{
    background-color:#E7FFDF !important;
    }
select:focus
{
    background-color:#448DCA !important;
    }
select option
{
    background-color:#FEFEFE !important;
    }       
    
input[type="number"]
{
    background-color:#F3E3FF;
    }
    
input[type="text"]
{
    background-color:#FFFFFF;
    }     

#UserDropdownlist {
    width: 290px;
}
