@charset "utf-8";


html {
  font-family:MyYuGothicM,YuGothic,-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"),  /* Postscript name */
local("Yu Gothic Medium"), /* for Chrome */ local("YuGothic-Regular"); /* Mediumがない場合 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold");
}
html,body{
	position: relative;
	height: 100%;
}
.cf:after{
	display: block;
	content: '';
	clear: both;
}
/*head========================*/
header{
	height:240px;
	width: 1000px;
}


/*contents========================*/


/*side========================*/
#side{
	width: 170px;
}



/*foot========================*/
