@charset 'Shift_JIS';

.verisign {
	float: right;
	margin-left: 15px;
}
#mailform {
	margin-top: 15px;
}
#mailform table {
	margin-bottom: 10px;
}
#mailform td {
	padding: 4px;
}


#mailnewform {
	margin-top: 15px;
}
#mailnewform table {
	margin-bottom: 10px;
	width: 100%;
}
#mailnewform table.noborder {
	margin-bottom: 0px;
}
#mailnewform table.noborder td {
	border: none;
	white-space: nowrap;
}

#mailnewform th {
	padding: 7px;
	font-weight: normal;
	background-color: #F2FAFF;
	width: 30%;
	text-align: left;
	border: 1px solid #D5DCE3;
}
#mailnewform th.all {
	width: 100%;
}
#mailnewform td {
	padding: 7px;
	border: 1px solid #D5DCE3;
	width: 70%;
}
#mailnewform input {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#mailnewform input[type="radio"], #mailnewform input[type="checkbox"] {
	border: none;
}
.bank {
	background-color: #FFFFFF;
	border: 4px solid #D5DCE3;
	padding: 20px;
	text-align: left;
	margin-top: 15px;
}



#mailform input {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
input.formarea6 {
	width: 6em;
}
input.formarea8 {
	width: 8em;
}
input.formarea3 {
	width: 3em;
}
input.formarea4 {
	width: 4em;
}
input.formarea30 {
	width: 30em;
}
input.formarea15 {
	width: 15em;
}
textarea.formarea30 {
	width: 30em;
}
input.imeon{
ime-mode:	active; 
}
input.imeoff{
ime-mode:	inactive; 
}

#btn {
	text-align: center;
}
#btn_left {
	margin-left: 128px;
	margin-right: 10px;
	float: left;
}

.button	{
	display: inline-block;
  *display: inline;
	zoom: 1;
	margin: 0;
	cursor: pointer;
	border: 1px solid #bbb;
	overflow: visible;
	font: bold 13px arial, helvetica, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	color: #555;
	background-color: #ddd;
	background-image: linear-gradient(top, rgba(255,255,255,1),
                                         rgba(255,255,255,0)),
                    url(data:image/png;base64,iVBORw0KGg[...]QmCC);
  transition: background-color .2s ease-out;
	background-clip: padding-box; /* Fix bleeding */
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
              0 2px 2px -1px rgba(0, 0, 0, .5),
              0 1px 0 rgba(255, 255, 255, .3) inset;
	text-shadow: 0 1px 0 rgba(255,255,255, .9);
	width: 160px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.submit	{
  background: #50ADEF;
}


.button:hover	{
  background-color: #eee;
  color: #555;
}

.button:active	{
  background: #e9e9e9;
  position: relative;
  top: 1px;
  text-shadow: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}

#error	{
	background: #FCD8D9;
	text-align: center;
	display: block;
	padding: 10px;
	border: 5px solid #FE9DA0;
	margin-bottom: 20px;
}
#error p	{
	color: #CC0000;
	font-weight: bold;
}

#complete	{
	background-color: #FFFFFF;
	border: 4px solid #D5DCE3;
	padding: 20px;
	text-align: center;
	margin-top: 15px;
}


.holiday .ui-state-default {
color: red !important;
}
.sunday .ui-state-default {
color: red !important;
}
.saturday .ui-state-default {
color: blue !important;
}

.calender {
	cursor: default;
}

