/* 全体 ---------------------------------------------------------- */
body {
	background-image:url(../images/bg.gif);
	background-position:center;
	background-repeat: repeat-y;
	background-color: #F7F4E4;
	font-family:  "ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #555555;
}

.button {
  background-color: #4088dc;
  color: #EEE;
  height:23px;
  font-size: 12px;
}

/* ヘッダ ---------------------------------------------------------- */
.hd1 {
	margin: 17px 5px 10px 0px;
}

.hd2 {
	margin: 5px 0px 5px 5px;
}

.hdbar {
	background-color: #caa82b;
	padding: 5px 10px 5px 10px;
	color: #ffffff;
}


/* フッタ ---------------------------------------------------------- */
.copy {
	font-family: Arial, Helvetica, sans-serif;
}


/* Hover ---------------------------------------------------------- */
A 			{ color: #00053a; text-decoration: none; }
A:visited		{ color: #00053a; text-decoration: none; }
A:Hover			{ color: #00053a; text-decoration: underline; }

A.gray 		{ color: #555555; text-decoration: none; }
A.gray:visited		{ color: #555555; text-decoration: none; }
A.gray:Hover		{ color: #555555; text-decoration: underline; }


/* テキストの色 --------------------------------------------------- */
.white	{ color: #ffffff; }
.blue	{ color: #0080B7; }
.orange	{ color: #FF9900; }


/* トップページ --------------------------------------------------- */
.info {
	padding: 8px 8px 8px 8px;
}

/* メッセージ --------------------------------------------------- */
.msgtitle1 {
	background-color: #FFF5C8;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
}

.msgtxt1 {
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
}

.msgtitle2 {
	background-color: #F1F1F1;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
}


/* 退職者名簿 --------------------------------------------------- */
.searchtitle1 {
	padding: 10px 10px 10px 0px;
	font-weight: bold;
}

table.membersearch {
	margin:10px 0px 0px 0px;
	font-weight:normal;
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
}

table.membersearch th {
	background-color:#FFF5C8;
	padding:5px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

table.membersearch td {
	padding:5px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

table.membersearch td.s1 {
	background-color:#ffffff;
	padding:5px;
	border-bottom:1px solid #cccccc;
}

table.membersearch td.s2 {
	background-color:#f2f2f2;
	padding:5px;
	border-bottom:1px solid #cccccc;
}

p.notice {
	color:#ff8888;
	font-weight:bold;
}

table.membersearch table td {
  border : 0;
  padding : 0;
}
