@charset "utf-8";
/* CSS Document */

.input_text{
	width: 140px;
	height: 25px;
	box-shadow: 0px 1px 2px #999999;
}
.input_text_large{
	width: 778px;
	height: 25px;
	box-shadow: 0px 1px 2px #999999;
}
.small_input_text{
	width: 150px;
	height: 25px;
	box-shadow: 0px 1px 2px #999999;
}
textarea{
	height: 500px;
	width: 60%;
}

#content form select{
	width: 140px;
	height: 30px;
	box-shadow: 0px 1px 2px #999999;
}

#content form .table{
	width: 100%;
	margin: 10px auto 20px;
}

.table tr{
	height: 40px;
}
#description_tbl tr{
	height: 0px;
}

.first{
	width:15%;
}

.star{
	font-weight:bold;
	color: #F00;
}
