@charset "shift_jis";

form{margin:0; padding:0;}

table.form {
	width:560px;
	margin-left:20px;
	margin-bottom:20px;
	font-size:78%;
	border-top:#CCC 1px solid;
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;}

table.form th{
	text-align:left;
	padding:10px;
	font-weight:normal;
	width:140px;
	border-bottom:#CCC 1px solid;
	border-right:#CCC 1px solid;}

table.form td{border-bottom:#CCC 1px solid; padding:10px;}

table.form th span{color:#FF0000;}

table.form input.inputw60{width:60%;}
table.form input.inputw10{width:10%;}
table.form input.inputw20{width:20%;}
table.form textarea.inputw98{width:98%;}

form p.inputBtn{text-align:center;}
form p.inputBtn input{width:100px; height:30px;}
