/* ログイン画面 */
.topImage
{
	/* margin: 100px 0 30px 0; */
	/*width: 100%;*/
}
.topTitle
{
	font-weight: bold;
	font-size: 16px;
	color: #ff6633;
}
/* 共通項目 ***************************************************/
body 
{
	font-family: ＭＳ ゴシック;
	font-size: 14px;
	color: black;
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
}
.clear
{
	clear: left;
}

/* a:active {  color: #663300;  text-decoration: underline}
a:hover {  color: #993300;  text-decoration: underline}
a:link {  color: #993300;  text-decoration: underline}
a:visited {  color: #993300;  text-decoration: underline} */
a:active {  color: #663300;  text-decoration: none}
a:hover {  color: #993300;  text-decoration: none}
a:link {  color: #993300;  text-decoration: none}
a:visited {  color: #993300;  text-decoration: none}

a {  text-decoration: none}

.text10 {  font-size: 10px;}
.text12 {  font-size: 12px;}
.text14 {  font-size: 14px;}
.text16 {  font-size: 16px;}

.btec
{
	margin-top: 10px;
	color: Gray;
	font-size: 8px;
	line-height: 14px;
}
/* エラーメッセージ */
/* 休日 */
.table_holiday
{
	text-align: center;
	color: red;
}
.msg
{
	font-weight:normal;
	color: Black;
	padding: 5px;
	margin: 0 10px 5px 10px;
}
.errmsg
{
	font-weight: bold;
	color: Red;
	padding: 5px 5px 5px 5px;
	margin: 0 10px 5px 10px;
}
.msgOK
{
	padding: 5px;
	color: Green;
	font-weight: bold;
	margin: 0 10px 5px 10px;
}
/* IME-MODE */
.imeOn
{
	ime-mode: active;
}
.imeOff
{
	ime-mode: inactive;
}