/* ------------------------------
		表示テーブル
------------------------------ */
body {
	font-size: 13px;
	background-image: url(images/lib_back.gif);
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	text-align: left;
}
.red {
	color: #FF0000;
}
.line {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.msg {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-right-color: #FAFAFA;
	border-left-color: #FAFAFA;
}
form	{
	display: inline;
	margin: 0px;
	padding: 0px;
}

.button_pink { background-color: #FFB5B5;} 

.button {
	padding-top:2px;
	cursor: pointer;
}
