@charset "utf-8";

/*
	* Name: form.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license

	* Contents:
	  - 初期設定 - Form -
*/


/* Stylesheet Document */

@media all {

	/* ========================================
	   * 初期設定 - Form -
	======================================== */

	form {
		margin: 0;
		padding: 0;
	}

	form input,
		form select,
			form textarea {
				font-size: 100%;
	}

	form input {
		padding: 2px 4px 2px 4px;
	}

	form text {
		height: 120px;
		width: 95%;
	}

}