


body {
	color: #333;
	background: #fff;
}

a {
	color: #2a58a5;
}


/* テキスト */

.j12 {
	font-size: 12px;
}
.j12h {
	font-size: 12px;
	line-height: 140%;
}


/* ページトップ */

.pagetop {
	margin: 32px 0 24px 0;
}


/* ヘッダー */

.bgHeader {
	background: #eff0f4;
}
.bgHeader td.main {
/*	padding: 8px 0 10px 0;	*/
}

.headerTbl {
	height: 70px;
}
.headerTbl .logo,
.headerTbl .menu {
	vertical-align: top;
}
.headerTbl .logo img {
	display: block;
	margin: 18px 0 0 0;
}
.headerTbl .menu .topMenu {
	margin: 22px 0 0 0;
}

/* エラーメッセージ */
#lblErrMsg
{
	font-weight:bold;
	color:#ff0000;
	font-size: 12px;
}

/* トランザクションメッセージ */
#lblTransMsg
{
	font-weight:bold;
	color:#0000ff;
	font-size: 12px;
}

/* 複合検索条件注意書き */
#fukugou
{
	font-size:9px;
	color:#2a58a5;
}
