@charset "utf-8";					/*使用する文字コード*/

*{
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}
