@charset "utf-8";

@import "layout.css";
@import "commons.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;
	color:#333333;
}


a {
	/*\*/
	overflow: hidden;
	/**/
	color: #333333;
	font-weight: normal;
}

a:hover{
	color:#999999;
}

br {
	letter-spacing:normal;
}

form{
	display:inline;
}

