@import url(./livevalidation.css);

* {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
}

body {
	color: #333;
	background: #FFF;
	text-align: center;
}

form fieldset {
	border-width: 0;
}

form legend {
	display: none;
}

form input {
	border: 1px solid #BBB;
	height: 1.6em;
	padding-top: 1px;
	padding-left: 3px;
	line-height: 1.2em;
	vertical-align: middle;
}

form textarea {
	border: 1px solid #BBB;
	padding: 3px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅", monospace;
}

form input, form textarea, form select, form .radio, form .checkbox {
	margin: 1px 0;
}

form label {
	cursor: pointer;
}

form label input {
	border: 0;
}

form select {
	vertical-align: middle;
}

form select option {
	padding-right: 4px;
}

form select optgroup option {
	margin-left: 24px;
}

h1, h2, h3 {
	margin: 20px 0;
}

h1, h2 {
	font-size: 1.5em;
}

em {
	font-style: normal;
}

ol {
	margin-left: 18px;
	list-style-type: decimal;
}

ul {
	margin-left: 18px;
	list-style-type: disc;
}

ul li {
	margin-left: 13px;
}

ul, p {
	margin: 10px 0;
}

dl dd {
	margin-left: 25px;
	margin-bottom: 15px;
}

dt, dd, li, p {
	line-height: 1.3em;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table tr th {
	border: 1px solid #D0D0D0;
	padding: 7px 7px 6px 7px;
}

table tr td {
	border: 1px solid #D0D0D0;
	padding: 6px 7px 5px 7px;
}

address {
	text-align: center;
}

img {
	border: 0;
	vertical-align: middle;
}

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

div#mainform div.box {
	border: 1px solid #BBB;
	padding: 0 8px;
	color: inherit;
	background: #FAFAFA;
}

div#mainform table {
	color: inherit;
	background: #FAFAFA;
}

div#mainform table th {
	width: 26%;
	text-align: left;
	font-weight: normal;
}

div#copyright {
	text-align: center;
	margin: 16px 0;
}

.zebra0 th, .zebra0 td, .zebra1 th, .zebra1 td {
	color: inherit;
	background: url(../image/whiteline.gif) no-repeat 0 0;
}

/* フォーム背景ゼブラ柄 */
.zebra0 th, .zebra0 td {
	background-color: #F2F2F2;
}

/* フォーム背景ノーマル 
.zebra0 th, .zebra1 th {
	background-color: #F2F2F2;
}*/

p.step {
	color: #BBB;
	background: inherit;
}

p.step em {
	padding: 0 2px;
	border: 0 solid #DDD;
	color: #000;
	background: inherit;
}

p.step span {
	padding: 0 2px;
	border: 0 solid #DDD;
	color: #BBB;
	background: inherit;
}

p.scrltop {
	text-align: right;
}

em.required {
	margin-left: 2px;
	font-size: 0.9em;
	color: #F60;
	background: inherit;
}

/**
 * 必須マークを画像で表示
 * 背景画像を表示して※印を消去
 */
/*
em.required {
	color: #FFF;
	font-size: 0;
	display: block;
	float: right;
	padding: 6px 6px;
	background: url(../image/required.gif) no-repeat 0 0;
}
*/

span.aside, span.bside {
	color: #999;
	background: inherit;
}

.group-name {
	display: block;
	border-bottom: 1px dashed #DDD;
	font-size: 10px;
	color: #999;
	background: inherit;
}

.group {
	display: block;
	margin: 1px 0;
	padding: 0 20px;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 2px;
}

p.button {
	text-align: center;
}

p.button input, p.button button {
	height: 2.2em;
	text-align: center;
	cursor: pointer;
}

input.cancel {
	width: 6em;
	letter-spacing: 1px;
	color: #FFF;
	background: #750000;
}

input.submit {
	width: 11em;
	letter-spacing: 4px;
	color: #FFF;
	background: #236;
}

ul.error {
	color: #F60;
	background: inherit;
}
