@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-style: normal;
	font-family: Verdana, Chicago, 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}
body {
	background-color: #000000;
	font-size: 14px;
	color: #ffe8e8;
	text-align: center;
}

form fieldset {
	border-width: 0px;
}
form legend {
	display: none;
}
form input {
	padding: 2px;
	vertical-align: middle;
}
form textarea {
	padding: 3px;
	line-height: 1.2em;
}
form input, form textarea, form select, form .radio, form .checkbox {
	margin-bottom: 2px;
}
form input, form select, form textarea {
	border: 1px solid #ffe8e8;
	background-color: #330000;
	color: #ffe8e8;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
}
@media screen {
	form input, form select, form select {
		font-family: Verdana, Chicago, sans-serif;
	}
}
form label {
	cursor: pointer;
}
form label input {
	border: 0px;
}
form select {
	vertical-align: middle;
	padding: 2px;
}
form select option {
	padding-right: 4px;
}
form select optgroup option {
	margin-left: 24px;
}

h1, h2, h3 {
	margin: 20px 0px;
}
h1, h2 {
	font-size: 1.5em;
}
div#header h1 {
	padding: 30px 5px 10px 5px;
	color: #ffe8e8;
	font-size: 2.0em;
	letter-spacing: 2px;
}
div.title h2 {
	margin: 0px 0px 5px 12px;
	padding-left: 10px;
	border-left: 10px solid #ffccff;
	letter-spacing: 3px;
	font-size: 16px;
}

em {
	font-style: normal;
	font-weight: bold;
}
strong {
	font-weight: bold;
	color: #ffccff;
}
img {
	border: 0px;
}

a {
	text-decoration: none;
}
a:link {
	color: #990033;
}
a:visited {
	color: #ffe8e8;
}
a:hover, a:active {
	color: #cc0033;
	border-bottom: 1px dashed #ffccff;
}

ul li {
	margin-left: 16px;
}
ul, p {
	margin: 10px 10px;
}
dl dd {
	margin-left: 25px;
	margin-bottom: 15px;
}
dt, dd, li, p {
	line-height: 1.3em;
}

table {
	width: 97%;
	margin: 8px 10px 0px 10px;
	border-collapse: collapse;
	border-top: 1px solid #ffccff;
}
table tr th {
	padding: 7px 7px 6px 7px;
}
table tr td {
	padding: 7px 7px 6px 7px;
}
address {
	text-align: center;
}

div#container {
	width: 730px;
	margin: 0px auto;
	text-align: left;
}
div#mainbody {
	padding: 5px 0px;
	background-color: #222222;
	border: 1px solid #ffe8e8;
	border-width: 2px 1px 5px;
}
div#header {
	height: 100px;
}

div#contents table,
div#contents div.box {
	color: inherit;
}
div#contents table th {
	width: 22%;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	color: inherit;
}
div#contents div.box {
	border: 1px solid #ffe8e8;
	padding: 0px 8px;
}
div#copyright {
	margin-top: 20px;
	padding: 0px 5px 10px;
	font-size: 11px;
	text-align: center;
}
/* フォーム背景をゼブラ柄にする */
/*
.zebra0 {
	color: inherit;
	background-color: inherit;
}
.zebra1 {
	color: inherit;
	background-color: #F1F1F1;
}
*/

div.title {
	border-bottom: 1px solid #ffe8e8;
	padding: 10px 0px 0px;
	margin:0px 2px 20px;
}
p.navi {
	background-color: #663300;
	border: 1px solid #ffdddd;
	padding: 2px;
	width: 20em;
}
p.navi em {
	text-decoration: underline;
}
p.navi span {
	margin: 0px 5px;
	color: #f5f5f5;
	background-color: inherit;
}
p.scrltop {
	text-align: right;
}
em.required {
	margin-left: 2px;
	font-size: 0.9em;
	color: #ff6600;
	font-weight: normal;
	background-color: inherit;
}
em.example {
	color: #ffccff;
	font-weight: normal;
	background-color: inherit;
}

*.group-name {
	display: block;
	border-bottom: dotted 1px #ffccff;
	font-size: 10px;
	color: #f5f5f5;
	background-color: inherit;
}
*.group {
	display: block;
	margin: 1px 0px;
	padding: 0px 20px;
}
input[type="radio"],
input[type="checkbox"] {
	margin-right: 2px;
}
p.button {
	text-align: left;
}
input.button {
	width: 9.6em;
	height: 2.1em;
	text-align: center;
	cursor: pointer;
}
input.cancel {
	color: #750000;
	border: 1px solid #750000;
	background-color: #ffeeff;
	padding: 2px 3px;
	letter-spacing: 2px;
}
input.cancel:hover {
	background-color: #750000;
	color: #ffffff;
}
input.submit {
	color: #000033;
	border: 1px solid #000033;
	background-color: #ffeeff;
	padding: 2px 3px;
	letter-spacing: 2px;
}
input.submit:hover {
	background-color: #000099;
	color: #ffffff;
}
input:focus, textarea:focus {
	border: 1px dotted #990000;
	background-color: #000000;
}

/* livevalidation.js */
em.error, ul.error {
	display: block;
	color: #ff6600;
	background-color: inherit;
}
input.error, textarea.error, select.error, span.error label {
	color: inherit;
	background-color: #ffccff;
}
em.good {
	display: block;
	color: #4DB35B;
	font-weight: normal;
	background-color: inherit;
}
input.good, textarea.good, select.good, span.good label {
	color: inherit;
	background-color: #ccffcc;
}
