@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 {
	color:#000000;
	text-align:center;
}

img {
	border:0;
}

a {
	/*\*/
	overflow: hidden;
	text-decoration: underline;
	color: #000000;
}

a:hover{
	color: #666666;
}

br {
	letter-spacing: 0;
}