@charset "utf-8";

@import "layout.css";
@import "common.css";
@import "menu.css";

html * {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

* {
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
}

img {
	border:0;
}
