@charset "utf-8";

* {
margin: 0;
padding: 0;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #FFF;
	color: #333;
	font-size: 0.675em;
	line-height: 1.5;
}


.form {
	width: 520px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.form table {
	border: 1px solid #ccc;
	width: 520px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.form table .abs {
margin-left: 3px;
color: #f00;
}

.form table th {
	width: 25%;
	background-color: #CCC;
}

.form table td {
border-bottom: 1px dashed #ccc;
width: 75%;
}

.form table th,
.form table td {
	padding: 10px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	width: auto;
}

.form table td.submit {
border: 0;
text-align: center;
}

li {
	list-style-type: square;
	list-style-position: inside;
}
