table.tbl_form,
div.article
{
	width: 630px;
}



table.tbl_form th {
	text-align: left;
	padding-left: 10px;
}

table.tbl_form td.col {
	text-align: center;
	font-size: 0.8em;
}

table.inner_table {
	border: none;
	padding: 0;
	margin 0;
}
table.inner_table td {
	color: #000;
	text-align: left;
	padding-left: 3px;
	vertical-align: top;
}
table.inner_table td.inner_head {
	width: 12%;
}
table.inner_table td.inner_body {
	width: 37%;
}
table.inner_table td.inner_body input{
	width: 90%;
}

table.tokyo23 {
	background-color: #ffc0cb;
	width: 450px;
}

table.tokyo-plus {
	background-color: #fff;
	width: 450px;
}

table.tokyo23 td,
table.tokyo-plus td{
	width: 150px;
	text-align: left;
	padding-left: 1px;
}

ul.form-list-vertical,
ul.form-list-horizontal
{
	margin: 0;
	padding: 0;
}

ul.form-list-vertical li{
	list-style: none;
}

ul.form-list-horizontal li{
	display:inline;
}

.required,
.error
{
	color:red;
}
