@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-size: 12px;
	color:#000000;
	text-align:center;
	background-image: url(../img/back.gif);
	background-repeat: repeat-x;
}


a {
	/*\*/
	overflow: hidden;
	/**/
	color: #333333;
	font-weight: normal;
}

img{
	border:0;
}

br {
	letter-spacing: 0;
}