@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;
	padding-left: 20px;
	background-image: url(/static/css/member/theme/images/jabara.png);
	background-repeat: no-repeat;
	background-position: 0 -5px;
}

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;
}

/* register **************************************************************** */

h2.register {
	margin: 16px 0;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #A7B349;
	background-image: none;
	font-weight: normal;
	font-size: 122%;
}
div.register_button {
	margin: 10px 0;
	text-align: center;
}
div.register_button img {
	cursor: pointer;
}

/* **************************************************************** register */

