﻿@charset "UTF-8";

/******************************************************************************/
/*** 共通設定                                                               ***/
/******************************************************************************/

.formFields td.name {
	vertical-align: top;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 160px;
}

.box90 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #f8f8f8;
	border: 1px solid #eeeeee;
}

.wak90 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 5px;
}

.wak85 {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 5px;
}


.required {
	color: #cc0000;
}

.remark {
	color: #ff0000;
}

.example {
	padding: 10px;
	color: #888888;
}

.check {
	color: #0000cc;
}

/* ---------- common buttons --------- */
.commonButton button {
	margin-left: 5px;
	margin-right: 5px;
	background-image: url(../img/btn_bg.gif);
	border: 0 solid white;
	background-repeat: no-repeat;
	width: 91px;
	height: 21px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: transparent;
}

.commonButton button[disabled] {
	margin-left: 5px;
	margin-right: 5px;
	background-image: url(../img/btn_bg-disabled.gif); 
	border: 0 solid white;
	background-repeat: no-repeat;
	width: 91px;
	height: 21px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: transparent;
}

#bid-ok button {
	background-image: url(../img/btn_ok_bg.gif);
	padding-left: 10px;
}

#bid-cancel button {
	background-image: url(../img/btn_cancel_bg.gif);
	padding-left: 10px;
}

#bid-next button {
	background-image: url(../img/btn_next_bg.gif);
	padding-right: 10px;
}

#bid-prev button {
	background-image: url(../img/btn_prev_bg.gif);
	padding-left: 10px;
}

/* ---------- messages  --------- */
.msgError {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid;
	background: #ffffff;
	padding: 10px 4px 10px 4px;
	background-repeat:  no-repeat;
	background-position: 9px 11px;
	border-color: #cc0000;
	background-image: url(../img/ico_off.gif);
	text-indent: 30px;
}

.msgError .title {
	color: #cc0000;
	font-weight: bold;
}

.msgInfo {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid;
	background: #ffffff;
	padding: 10px 4px 10px 4px;
	background-repeat: no-repeat;
	background-position: 9px 11px;
	border-color: #009933;
	background-image: url(../img/ico_ok.gif);
	text-indent: 30px;
}

.msgInfo .title {
	color: #009933;
	font-weight: bold;
}

