@charset "utf-8";

@import "layout.css";
@import "commons.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, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 170%;
	color:#333333;
	background-image: url(../img/img.jpg);
	background-repeat: no-repeat;
	background-position: 550px 60px;
}

img {
	border:0;
}
