@CHARSET "Windows-31J";
/**
 * PostMaNetPortal医師側スタイルシート
 */
body {
	background-color: #fbffff;
}

/* テーブル行 */
.evenLine {
	background-color: #e1f2ff;
}

/* テーブルヘッダ */
th {
	background-color: #99ccff
}

/* 枠線 */
hr {
	border-color: #ccccff;
}

/* リンク色1（標準） */
a:link {
	color: #4433ff;
}

a:visited {
	color: #4433ff;
}

a:active {
	color: #ff0000;
}

a:hover {
	color: #ff2233;
}

/* リンク色２（黒基調） */
a.black:link {
	text-decoration: none;
	color: #111111;
}

a.black:visited {
	text-decoration: none;
	color: #353535;
}

a.black:active {
	text-decoration: underline;
	color: #2222aa;
}

a.black:hover {
	text-decoration: underline;
	color: #1234ee;
}

/* リンク色２（赤基調） */
a.red:link {
	text-decoration: none;
	color: #ff2222;
}

a.red:visited {
	text-decoration: none;
	font-color: #ee5566;
}

a.red:active {
	text-decoration: underline;
	color: #4444ff;
}

a.red:hover {
	text-decoration: underline;
	color: #2255ee;
}

/* ラベルの修飾用 */
.alert {
	color:#ee3344;
	font-weight: bold;
}

.message {
	color: #0000ff;
}

.announceMessage {
	margin-left: 20px;
}

.announceAddInfo {
	margin-left: 20px;
}

.red {
	color: #ff3344;
}

.komidashi {
	text-align: left;
	font-weight: 600;
}

/* 一覧の強調表現 */
.counter {
	color: #ff0000;
	font-size: 110%;
	font-weight: bold;
}

/* プロファイル変更 */
th.pchange {
	background-color: #aacfff;
	text-align: left;
}

th.pchange2 {
	background-color: #009900;
	text-align: left;
}

/* ログイン情報 */
.loginInfoTitle {
	border-color: #6a99ff;
	background-color: #6a99ff;
}

.loginInfoValue {
	color: #4433ff;
	border-bottom-color: #6a99ff;
}