@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 {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	background-image: url(../img/back.gif);
	background-repeat: repeat-x;
}


a{
	/*\*/
	overflow: hidden;
	/**/
	color: #333333;
	font-weight: normal;
}

a:hover{
	color:#666666;
}

img{
	border:0;
}
