body {
	margin: 0;
	padding: 0;
  	height: 100%;
  	font-size: 12px;
  	color: #222;
 	background: #fff;
	line-height: 150%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
}

div,p,td,li,dt,dd{
	line-height: 180%;
}
 
/* for IE7 */  
*+html body {  
font-size:80%;  
}  
/* for IE6 */  
* html body {   
font-size:80%;  
}
