@CHARSET "UTF-8";

/*======================================

　1.Universal selector
	
=======================================*/
//英語は指定なし
html {
	font-stretch:normal;
　	font-style: normal;
}

/*======================================
　IE only	
=======================================*/
input.button { 
	cursor:pointer;
}
