﻿  /* CSS layout */

* {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #333333;
	background-image: none;
}
