/* -*- coding: utf-8-unix; indent-tabs-mode: t -*- */
@import "form.css";
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	min-width: 480px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: small;
	color: #333333;
	line-height: 1.6em;
	text-align: left;
	background-color: #FFFFFF;
}
h1,h2,h3,h4,h5,p {
	margin: 0px;
}
p {
	font-size: small;
}
a {
	color: #000088;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
ul li {
	padding-left: 18px;
}
ul.notice li {
	background: url(img/arrow_gray.gif) no-repeat left center;
}
ul.expire li {
	background: url(img/error14.gif) no-repeat left center;
}
ul.logout li {
	background: url(img/arrow_red.gif) no-repeat left center;
}
table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
/*	empty-cells: show; */
}
table th {
	border: 1px solid #CCCCCC;
	text-align: left;
	white-space: nowrap;
}
table th, td {
	padding: 4px;
	border: 1px solid #CCCCCC;
	border-color: #CCCCCC;
	font-weight: normal;
	text-align: left;
}
span {
	padding: 0 0.2em;
	font-weight: bold;
	color: #C33;
}
#dialog {
	margin-top: 100px;
	text-align: center; /* for IE6 */
}

/* アラート画面 */
table.alert th {
	font-size: small;
	font-weight: bold;
	color: #EEEEEE;
	background-color: #AA0000;
}
table.alert td {
	color: #800000;
	background-color: #EEEEEE;
}

/* ログイン,有効期限切れ,ログアウト画面 */
table.login th, table.expire th, table.logout th {
	padding: 10px 20px 5px 20px;
	border-bottom: 2px solid #CCCCCC;
	font-weight: bold;
	color: #FFFFFF;
	background: url(img/header100_red.gif) repeat-x;
	background-color: #880000;
}
table.login th div.title, table.expire th div.title, table.logout th div.title {
	margin-top: 6px;
	font-size: 12px;
	color: #F2E4E4;
}
table.login td, table.expire td, table.logout td {
	padding: 10px 20px 10px 20px;
}
table.login td input[type=text], table.login td input[type=password] {
	width: 300px;
	padding: 3px;
	margin-bottom: 6px;
	font-size: 24px;
}
table.login input[type=submit] {
	padding: 0.2em 1.5em;
}
table.expire td, table.logout td {
	font-weight: bold;
	color: #C33;
}

/* ショップのログイン,有効期限切れ,ログアウト画面 */
table.login th.shop, table.expire th.shop, table.logout th.shop {
	font-weight: bold;
	color: #FFFFFF;
	background: url(img/header100_blue.gif) repeat-x;
	background-color: #000088;
}
table.login th.shop div.title, table.expire th.shop div.title, table.logout th.shop div.title {
	color: #E4E4F2;
}
