@charset "UTF-8";

body {
	text-align: center;
}

div#container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

body.popup div#container {
	width: 90%;
}


table.usual th,
table.usual td {
	padding: 0.3em;
	border: 1px solid #bbb;
	font-weight: normal;
}
table.usual th {
	color: #000;
	font-weight: bold;
	text-align: left;
}
table.usual td {
	color: #565;
	background-color: #fff;
}

table.usual th.blind,
table.usual td.blind {
	border: none;
	background-color: transparent;
}

h2 {
	margin: 1em 0;
	background-repeat: no-repeat;
}

h2.market {
	margin: 1em 0;
	padding-left: 20px;
	background-image: url(/static/images/general/login/icon02.gif);
	background-repeat: no-repeat;
	background-position: 0;
}

span.minute {
	color: #888;
}
span.normal {
	color: #000;
}
.error {
	color: #f00;
}
.warning {
	color: #f60;
}
.notice {
	color: #390;
}
.note {
	font-size: 92%;
}
.required {
	color: #f00;
}


