@charset "utf-8";


/* テーブル全体の表示 */
table.registration {
_font-size:100%;
width:630px;
margin: 10px auto;
border: 0;
border-spacing: 0;
}

table,tr,th,td {
text-align: left;
border-style:none;
}

/* テーブル内側のパッディング */
.table-inner { padding: 6px 0 6px 6px; }

/* エラー時の表示 */
table.registration .error_coution {
color:#FF0000;
}

/* submitボタンエリア */

div.registration_submit {
text-align:center;
margin:15px 0px 35px 0;
}

div.registration_submit input.button {
padding:2px 10px 2px 10px;
_padding:4px 10px 2px 10px;
border:1px solid #c9c9c9;
background-color:#ffffff;
cursor: pointer
}





