/* ######################################################## */
/* Common style sheet                                       */
/* ######################################################## */
@charset "UTF-8";

/****************************
* Common
****************************/

*
{
  box-sizing: border-box;
}

body
{
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: sans-serif;
	font-size: 11pt;
	margin: 0px;
}

/*
html
{
	background: darkgray;
}
*/

input[type=submit]
{
	font-size: 11pt;
}
