@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
  	height: 100%;
  	font-size: 16px;
 	font-family: sans-serif;
  	color: #555;
 	background:#fff;
	line-height:150%;
	font-family:"Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4", sans-serif;
}

* html body {
  	/* for WinIE6*/
  	letter-spacing: 1px;
  	font-size: 16px;
  	font-family: Verdana, "MS P ゴシック", sans-serif;
  	vertical-align:baseline;
}

*:first-child+html body {
  	/* for WinIE7*/
  	font-size: 16px;
  	font-family: 'メイリオ', Meiryo, sans-serif;
}

* html td,
* html th {
	/* for WinIE7*/
	font-size: 17px;
	line-height:180%;;
}


h2{
	color:#009900;
	font-weight:bold;
	font-size:20px;
}

