
input, textarea, select
{
	font-family: "メイリオ", Tahoma, "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka";
	font-size  : 11pt;
	width      : 400px;
}
textarea
{
	height : 200px;
	padding: 4px;
}

#form_table .label
{
	text-align : right;
	font-weight: bold;
}

#form_table .name, #form_table .title, #form_table textarea
{
	border-width: 2px;
	border-style: solid;
	border-color: #FF0000;
}

.button
{
	cursor: pointer;
	margin : 0px 4px 0px 4px;
	width : 100px;
	height : 30px;
}

hr
{
	color           : #FF0000;
	background-color: #FF0000;
	margin          : 10px;
}

#warning
{
	text-align  : center;
	padding     : 10px;
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
}

#navigator
{
	text-align: center;
}

