@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#container {
	width: 655px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#main {
	margin-top: 0px;
	background-color: #E8EBEB;
	text-align: center;
}
#main .red{
	color: #A11321;
}
#main table tbody tr td {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main td {
	padding: 5px;
	line-height: 1.8em;
}
#container #main table {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #F7F9F9;
	border: 1px solid #999;
}
#container #main table table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

td.bgcolor_red {
	font-weight: bold;
	color: #FFF;
	background-color: #A31525;
	width: 130px;
}


#main .message {
	width: 600px;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	font-weight: 500;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding:5px;
}

#footer {
	clear: left;
}
#privacy {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFF;
	line-height: 1.75em;
	padding: 5px;
	border: 1px solid #CCC;
	width: 594px;
}

#privacy p {
	line-height: 20px;
}
#privacy .report {
	height: 19px;
	line-height: 19px;
	font-size: 12px;
	clear: left;
}
#privacy .report img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 2px;
	margin-left: 2px;
	float: left;
}
#privacy .report .left {
	float: left;
}

.navi  {
	text-align: right;
}

#error {
	width: 600px;
	background-color: #fff;
	color: #ef810f;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #ef810f;
}
#error_column {
	color: #ef810f;
}
