﻿html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'メイリオ' ,Meiryo, 'ＭＳ Ｐゴシック' ,sans-serif;
	color: #333333;
}

#page {
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%;           /*IE6対策*/
	min-height: 100%;
}

#header 
{
	padding: 5px 5px; 
	border-bottom: 5px solid #06A1E7;
	height: 55px;
	text-align:left;
}

#titleOGM 
{
    white-space: nowrap; 
    color:#06A1E7;
    letter-spacing:5px; 
    text-shadow: 1px 1px #D8F5FF;
}

#contents 
{
	padding-bottom: 55px;
	text-align:left;
    margin-left: 10px;
    margin-right: 10px;
}

#footer 
{
	position: absolute;
	bottom: 0;
	height: 20px;
	width: 100%;
		
	padding: 10px 0;
	font-size: small;
	text-align: center;
}

input[type="text"],input[type="password"],select
{
    border: 1px solid #ababab;
    color: #333333;
}

/*-----------------------------------------------*/

fieldset
{
    border: 1px solid #D8D8D8;
}

legend
{
    text-align:left;
    font-weight:bold;
 	color: #333333;  
 	padding: 10px; 
}


h1
{
    text-align:left;
    font-size:22pt;
    background-color: #3366CC;
    color: #ffffff;
    padding: 8px;
    margin-bottom:8px;
}

h2
{
    color: #FF6600;
    padding : 0px;
    margin: 20px 0 3px 0;
}

.info1 
{
    color: #FF6600;
    font-size:12pt;
    font-weight:bold;
}

hr
{
    background-color: #D8D8D8;  
    border: 0;
    height: 1px;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

.header-login
{
    margin: 6px 3px 0 0;
    right: 0px;
    top:0px;
    text-align:right;
    white-space: nowrap;
}

.menu
{
    text-align:left;
    padding: 5px 0px;
    margin-bottom:10px;
}

table.default
{
    border: 1px solid black;
    border-collapse: collapse;
}
table.default td
{
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
}

table.no-border
{
    border: none;
}
table.no-border td
{
    border: none;
}

table.edit
{
    border: 1px solid black;
    border-collapse: collapse;
    width:800px;
}

table.edit td 
{
    border: 1px solid black;
    padding: 5px;
    vertical-align: top;
    white-space:nowrap;
}

table.edit td.hd
{
    background-color:#F0F0F0;
}

.textStyle1
{
    font-weight:bold;
    color: #FF6600;
}

.backColor1
{
    background-color:#cccccc;
}    

.border1
{
    border: 1px solid #E75D04;  
}   

.border2
{
    border: 1px solid #D8D8D8;  
}

.gView
{
    border: 1px solid #D8D8D8; 
}
        
.gView th
{
    border-left: 1px solid #D8D8D8; 
}
    
.gView td
{
    border-left: 1px solid #D8D8D8; 
}
         
.gView table td
{
    border: 0px;
} 

.lineT td
{
    padding-right:10px;
    padding-bottom:10px;
    vertical-align:top;
}

.MenuButton
{
    font-weight:bold;
    color: #FF6600;
    height: 38px;
}

.button1
{
    font-weight:bold;
    color: #FF6600;
    height: 25px;
}

.nowrap
{
    white-space: nowrap;
}

.rightNoBorder
{
    border-right-style: hidden;
}

table.noBorder
{
    border: none;
    border-collapse: collapse;
}
table.noBorder td 
{
    border: none;
    padding:0;
    vertical-align:middle;
}

.gViewInfo
{
    border: 1px solid black;
    width:1500px; 
    margin-right:5px;
}
        
.gViewInfo th
{
    border: 1px solid black; 
    white-space: nowrap;
}
    
.gViewInfo td
{
    border: 1px solid black; 
    white-space: nowrap;
    width:100px;
}

.gViewInfo td.dTitle
{
    background-color:#F0F0F0;
    width:202px;
    min-width:202px;
    white-space: nowrap;
}

.stepEdit
{
    white-space: nowrap;
}

.stepEdit a
{
    margin-left:5px;
}

.errText
{
    display: none;
    font-weight: bold;
    font-size:small;
    color: red;
}

.errMsg {
    color: red;
}


.noBorder 
{
    border: none;
}

.ogPwUsageInputTbl {
    border: 1px solid black;
    border-collapse: collapse;
}

.ogPwUsageInputTbl td 
{
    border: 1px solid black;
    padding: 5px;
    vertical-align: top;
    white-space:nowrap;
}

.ogPwUsageInputTbl .hd {
    height:50px;
    text-align:center;
    vertical-align: middle;
}

.vKasane {
    margin-left: -58px;
}

.month {
    text-align: center;
    vertical-align: middle;
    background-color: #F0F0F0;
    width:100px;
}