@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff;
	font: .74em "Trebuchet MS" Verdana, Arial, sans-serif;
	line-height: 1.5em;
	text-align:-moz-center; /*FF*/
	#text-align: center; /* IEでセンタリングさせる方法 */
}
a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

A IMG {
    border-style:none;
}

ul.errorMessage{
	width:100%;
	border:solid 1px #ff0000;
	background:#ffcccc;
	color:#ff0000;
	padding: 0px 0px 0px 30px;
	list-style-type: none;
}
ul.errorMessage li{
	color:#ff0000;
	list-style-type: none;
	font-size:9pt;
}


#wrap {
margin: 20px auto;
width: 550px;
background: #fff url('images/login/midbg.jpg');
background-repeat: repeat-y;
}

#top { 
background: #fff url('images/login/topbg.jpg');
height: 30px;
}

#content {
padding: 0 30px 0 30px;
}

#bottom {

background: #fff url('images/login/botbg.jpg');
height: 30px;
}


.header {
height: 75px;
background: #38ad90 url('images/login/hidr.jpg');
}

.header h1 { padding-left: 37px; padding-top: 26px; font-size: 38px; color: #FFF; font-family:Georgia, "Times New Roman",serif;text-align: center;}
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: lightgrey; font-style:italic;}
.header .version{
	font-size:9pt;
	font-weight:normal;
	color:honeydew;
	font-family:"Times New Roman",serif;
	text-align:right;
}
.header .trademark_number{
	font-size:4pt;
	font-weight:normal;
	color:honeydew;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	text-align:right;
	margin-right:5em;
}

.breadcrumbs { 
    background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
}
	
.middle {
	float: left;
	width: 90%;
	margin: 0 10px;
	padding: 1% 1%;
	text-align:-moz-center; /*FF*/
	text-align: center; /* IEでセンタリングさせる方法 */
}


.middle h2 { color: #3B6EBF; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align:-moz-center; /*FF*/
	#text-align: center; /* IEでセンタリングさせる方法 */
	color: #666;
}


#footer .copyright{
	font-size:7pt;
}



div.inputTableBlock {
	margin: 0px;
	padding: 0px;
	text-align:-moz-center; /*FF*/
	#text-align: center; /* IEでセンタリングさせる方法 */
}

table.inputTable {
	border-collapse:collapse;
	border-spacing:1;
	border-width:2px;
	empty-cells:show;
	text-align: left; /* IE用方法の弊害対策用 */
}
table.inputTable .explanation{
	font-size:9px;
	color: grey;
}
table.inputTable .editAnnotation{
	font-size:9px;
	color: grey;
	font-weight:normal;
	font-style:normal;
}

table.inputTable th{
	border:solid 1px teal;
	background-color:#E3F3F4;
	text-align:center;
	color:#7E92A8;
	font-size:9pt;
	font-weight:normal;
}
table.inputTable td{
	vertical-align:top;
	border:solid 1px teal;
	background-color:ivory;
	text-align:left;
	color:#6D929B;
	font-size:10pt;
}

table.inputTable td.label {
	font-family:"メイリオ","Meiryo","Verdana","arial","HGPｺﾞｼｯｸE","ＭＳ Ｐゴシック",sans-serif;
	padding: 3px 15px 0px 15px;
	text-align:left;
	color:#004040;
	font-size:8pt;
	background-color:honeydew;
}


table.inputTable td.submit {
	padding: 5px 0px 5px 0px;
	border:solid 0px #B5D2CF;
	text-align:center;
	vertical-align:middle;
	background-color:white;
}
