﻿#company {
	width: auto;
}

#company h3 {
	margin-bottom: 5px;
	width: 565px;
	height: 35px;
	background: #ffffff url('../images/company_bar.jpg') left top no-repeat;
}

#company h3 span {
	display: none;
}

#moushikomi {
	margin-top: 0;
}

#company h4 {
	margin: 15px 0 10px 0;
	border-width: 0 0 0 10px;
	border-style: solid;
	border-color: #A3DB4B;
	text-indent: 0.5em;
	
}

table.userForm {
	background: #EAF1C7;
	font-size:12px;
	padding: 10px;
	width: 560px;
}

table.userForm th {
	padding-right: 5px;
	text-align: right;
	color: #222222;
	font-weight: normal;
	width: 145px;
	background: #DDEF95 ;
}

table.userForm td{
	width: auto;
	line-height: 1.8em;
}

table.userForm td p.flabel {
	height: 25px;
	line-height: 25px;
}

table.userForm th.title {
	text-align: left;
	font-size:14px;
	color: #000000;
	font-weight: bold;
	background: transparent;
}

table.itemForm {
	background: #EAF1C7;
	font-size:12px;
	padding: 10px;
	width: 560px;

}

table.itemForm th {
	text-align: right;
	color: #222222;
	font-weight: normal;
}

table.itemForm th.title {
	text-align: left;
	font-size:14px;
	color: #000000;
	font-weight: bold;
}

table.itemForm td {
	text-align: center;
}

table.itemForm td input {
	width: 20px;
}

table.itemForm td.top {
	background: #DDEF95 ;
}

table.itemForm th.left {
	background: #DDEF95 ;
}

table.itemForm td.comment {
	text-align: left;
}
p.submit{
	margin: 10px 0 0 0;
}
p.message {
	color: red;
	line-height: 1.7em;
	font-weight: bold;
	font-size: 13px;
}