/* common */
body {
	color: #545454;
	font-size: 12px;
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: white;
}

h1 {
	color: #000;
	font-weight: normal;
	font-size: 2em;
	margin: 0.6em auto 0em auto;
	padding: 2px;
	border-bottom: double medium #c1dad7;
}

form {
	margin: 0px;
}
a {
	color: #239;
}
td a {
	color: #239;
	text-decoration: none;
}

td a:hover {
	color: #a84444;
	border-bottom: 1px dotted #a80000;
}

label {
	cursor: pointer;
}

.red {
	color: red;
}


/* wrapper area */
#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

/* userent area */
#userent {
	margin: 20px auto;
}
#userent td {
	text-align: left;
	white-space: nowrap;
}
#userent td.btn {
	text-align: center;
}
#userent p.cmt {
	color:#333333;
	font-size:14px;
	line-height:150%;
	padding:20px;
	border: solid 2px #C1DAD7;
	background-color:white;
	text-align:left;
	width: 50%;
}

/* footer area */
hr.footer {
	color: #C1DAD7;
	height: 2px;
	margin-bottom: 2px;
}

#copy {
	font-size: 10px;
	text-align: right;
	margin: 0;
}

/* pankuzu area */
#pankuzu {
	text-align: left;
	margin: 5px 0;
}

/* header area */
#header {
	margin: 0;
}
#header table {
	margin: 0px;
}
#header table td, #header table th{
	text-align: left;
}
#header table.lay {
	margin: 0px;
	width: 100%;
}
#header table.lay td, #header table.lay th{
	padding: 5px;
	vertical-align: top;
}
#header table.lay td.lft, #header table.lay th{
	width: 50%;
	vertical-align: top;
}
#header table.search {
	margin: 0px;
	width: auto;
}
#header table.search td, #header table.search th{
	width: auto;
	vertical-align: middle;
}
#header table.search th{
	text-align: right;
	font-weight: normal;
}

#header .company {
	font-size: 14px;
	text-align: center;
	padding: 2px;
	width: 330px;
	border-bottom: 1px gray solid;
}

#header .zaikoinfo {
	text-align: left;
	font-family: monospace;
}
#header .zaikoinfo table {
	width: auto;
}
#header .zaikoinfo table th {
	text-align: right;
	padding: 3px;
	width: auto;
}
#header .zaikoinfo table td {
	padding: 3px;
	width: auto;
}

/* zai area */
#zai table {
	margin: 0 auto 1.5em auto;
	padding: 0;
	border-collapse:collapse;
	border: 1px solid #C1DAD7;
	width: 100%;
}

#zai table caption {
	padding: 0 0 5px 0;
	font-size: 11px;
	text-align: right;
}

#zai th {
	color: #4f6b72;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	vertical-align:middle;
	padding: 8px;
	white-space:nowrap;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	background: #CAE8EA url('../img/bg_header.jpg') no-repeat;
}

#zai td {
	color: #336666;
	font-family: monospace;
	text-align: left;
	padding: 6px;
	white-space:nowrap;
	border-right: 1px solid #c0cff0;
	border-bottom: 1px solid #c0cfcf;
}

#zai tr.even {
	background-color: #ffffff;
}

#zai tr.odd {
	background-color: #f3f9f9;
}

#zai table tr:hover, tr.even:hover, tr.odd:hover {
	background-color: #ccffcc;
}

#zai td.lot {
	text-align: right;
}

#zai td.nr {
	text-align: right;
	border-right:0;
	padding-right:0;
}

#zai td.day {
	text-align: center;
}

#zai td.jigyosyo {
	text-align: center;
}

#zai td.bikou {
	text-align: left;
	width: 10em;
	white-space: normal;
}

.notice {
	text-align: center;
	color: #f00;
	font-size: 12px;
}