/* CSS Document */
@import url('../common/css/main.css');
@import url('../common/css/reset.css');

h2 {
}

h3 {
	margin:20px 0;
}

#left_box form table {
	width:550px;
	margin:0 auto
}
#left_box form table th {
	vertical-align:top;
	padding:10px 5px;
}
#left_box form table td {
	vertical-align:top;
	padding:10px 5px;
	line-height:2;
	padding-left:20px;
}
#left_box form table .small {
	font-size:0.9em;
	color:#666666;
}
#left_box form table td select {
}
#left_box form table td input {
	width:220px;
}
#left_box form table td .short {
}
#left_box form table td .short input {
	margin-left:2px;
	width:160px;
}
#left_box form table td input.long {
	width:380px;
}
#area {
	margin:7px 0;
}
.caution {
	text-align:center;
	margin-bottom:1em;
}
