/*------------------------------------------
		Main Style Sheet c 2004
  ------------------------------------------*/

/* General */
body {
	margin: 0em; /* 0.5 */
	padding: 0em;
	border: 0em;
	background: #FFFFFF;
	line-height: 1; /* 1.1 */
	color: #333333;
	font-size: 13px;
	font-family: "MS ゴシック",Osaka, "Tahoma", sans-serif;
}

/* Time slots */
div {
	margin: 0px;
	padding: 0px;
	border: 0px;
}



/* Legend font color */
legend {
	color: #40509f;
	font-size: 14px;
	font-weight: bold;
}

/* sub-legend */
.sublegend {
	color: #40509f;
	font-size: 12px;
	font-weight: normal;	
}


input {
  font-size: 12px;
}

textarea {
  font-size: 12px;
}