@charset "utf-8";

	/* 初期設定の解除 */
*{

	/* 余白の解除 */
		margin:0;
		padding:0;

	/* ボーダーの解除 */
		border:0;

	/* 文字デザインの解除 */
		font-style:normal;
		font-weight:normal;
		font-family:sans-serif;
		color:#4D4D4D;

	/* リストの解除 */
		list-style:none;

	/* レイアウト */
		text-align:center;
}

body{
	font-size:75%;
	line-height:150%;
}