/********** フォーム設定 **********/

form {
	margin: 0em 0em 0em 0em;
}

select.colsize_100 {
	width: 100px;
}

select.colsize_200 {
	width: 200px;
}

/********** リスト **********/


li {
  list-style-type: none;
}

/*********** ボタン ***********/

input.glay_150_25{
	width:150pt;
	height:25pt;
	background-color:#dddddd;
}

input.glay_100{
	width:100pt;
	height:15pt;
	background-color:#dddddd;
}

input.glay_50{
	width:50pt;
	height:15pt;
	background-color:#dddddd;
}

input.glay_30{
	width:30pt;
	height:15pt;
	background-color:#dddddd;
}

input.red_150_25{
	width:150pt;
	height:25pt;
	color:#FFFFFF;
	background-color:#FF6666;
}

input.red_100{
	width:100pt;
	height:15pt;
	color:#FFFFFF;
	background-color:#FF6666;
}

input.red_50{
	width:50pt;
	height:15pt;
	color:#FFFFFF;
	background-color:#FF6666;
}

input.red_30{
	width:30pt;
	height:15pt;
	color:#FFFFFF;
	background-color:#FF6666;
}

input.green_150_25{
	width:150pt;
	height:25pt;
	background-color:#8CD5A0;
}

input.green_100{
	width:100pt;
	height:15pt;
	background-color:#8CD5A0;
}

input.green_50{
	width:50pt;
	height:15pt;
	background-color:#8CD5A0;
}

input.green_30{
	width:30pt;
	height:15pt;
	background-color:#8CD5A0;
}

input.orenge_50{
	width:50pt;
	height:15pt;
	background-color:#FF9000;
}

input.yellow_150{
	width:150pt;
	height:15pt;
	background-color:#FFC300;
}
/********** 文字装飾 **********/

.error {
	font-size: 11px;
	color: #dd0000;
}

