
.edit_area {
	margin: 0 20px 0 20px;
}

.title_block {
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 5px;
}

.must_input_explain {
	padding-left: 415px;
	font-size: 0.7em; 
	color: #808080;
}

div.information_block {
	height: 260px;
	font-size: 0.9em;
	padding: 20px 30px 0px 30px;
	color: #ff8080;
}

table.edit_detail {
	border-collapse: collapse;
	border: 1px solid #CCC;
	border-left: 1px solid #D7EBFF;
	border-right: 1px solid #CCC;
	margin-left: 50px;
	margin-top: 0px;
	font-size: 12px;
}

.edit_detail th {
	border: 1px solid #D7EBFF;
	border-left: 0 none;
	background: transparent url('../images/bg-color/blue_gra_1.png') repeat top left;
	color: #808080;
	padding: 5px 5px 5px 5px;
	white-space: nowrap;
	text-align: left;
}

.edit_detail th.blue_2,
.edit_detail th.must_input_symbol_cell_2 {
	background: transparent url('../images/bg-color/blue_gra_3.png') repeat top left;
}

.edit_detail th.must_input_symbol_cell,
.edit_detail th.must_input_symbol_cell_2 {
	border-right: 0 none;
	width: 16px;
	text-align: right;
	padding: 0.1em;
}

.edit_detail td {
	border: 1px solid #CCC;
	border-right: 0 none;
	background-color: #F2F9F9;
	padding: 5px 5px 5px 5px;
	color: #333;
}

.edit_detail input[type="text"] {
	/*color: #333;*/
	vertical-align: middle;
	display: block;
	float: left;
}

.edit_detail div.caution {
	float: left;
	font-size: 80%;
	padding-top: 5px;
	white-space: nowrap;
}

.edit_detail input:focus {
/*	border: 1px solid #ffe3a2;
*/	
}

table.date_input {
	border-collapse: collapse;
	border: 0px;
	font-size: 0.9em; 
	margin: 0px 0px 0px 0px;
}

.date_input th,
.date_input td {
	border: 0px;
	padding: 0px 0px 0px 0px;
}

.date_input td.note {
	padding: 5px 0px 0px 0px;
	font-size: 1.0em;
	color: #888888;
}

.note {
	margin: 0px 0px 0px 0px;
	font-size: 0.9em;
	color: #888888;
	padding: 5px 5px 0px 5px;
}

.time_setting_explain {
	margin: 5px 0px 0px 0px;
	font-size: 0.9em;
	color: #ff8080;
}

.time_setting {
	width: 100%;
	border-collapse: collapse;
	border: 1px #333 solid;
	font-size: 0.8em;
	margin: 0 auto;
	color: #333;
}
.time_setting_white{
	width: 100%;
	border-collapse: collapse;
	border: 1px #333 solid;
	font-size: 0.8em;
	color: #333;
}

.time_setting th,
.time_setting_white th {
	border-style: solid	solid;
	border-width: 1px; 
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin-left: 10px;
}

.time_setting td,
.time_setting_white td{
	height: 25px;
	border-style: solid dashed; 
   	border-width: 1px; 
	padding: 0px 0px 0px 0px;
}

.one_button_block {
	width: 560px;
	height: 30px;
	margin-top: 50px;
}

.one_button_block td {
	padding-left: 240px;
}

.two_button_block {
	width: 560px;
	height: 30px;
}

.two_button_block td {
	padding-left: 100px;
}

.three_button_block {
	width: 560px;
	height: 30px;
}

.three_button_block td {
	padding-left: 60px;
}

.three_button_block td.left_button {
	width: 60px;
	padding-left: 90px;
}

.three_button_block td.middle_button {
	width: 150px;
	padding-left: 10px;
}

.three_button_block td.right_button {
	width: 160px;
	padding-left: 90px;
}

