@charset "utf-8";

/*@import "layout.css";*/
@import "tab.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;
  font-size:100%;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: small;
	color: #333333;
	line-height: 160%;
	text-align:center;
	background-color: #D7D2C6;
}

img {
	border:0;
}

a {
/*\*/
   overflow: hidden;
/**/
   color:#0066CC;
}

a:hover{
	color:#009999;
}
}

		  

