﻿body{
	color:whitesmoke;
	background-image:url('background1.jpg');
	text-align:center;
	size:A4;
	font-size:22px;
	width:1600px;
	font-family:"game-ハミング M";
}
img{
	width:640px;
	height:360px;
	margin:5px;
}
H1{
	color:cornsilk;
}
a:link
{
color:aliceblue;
}
a:visited
{
	color:mediumaquamarine;
}
a:hover
{
	color:darkseagreen;
}
.boxLeft{
	position:fixed;
	width:230px;
	float:left;
}
.boxLeft2{
position:absolute;
	width:220px;
	float:left;
}
.boxMain
{
	color:whitesmoke;
	padding-left:230px;
	padding-top:100px;
	width:1300px;
	float:left;
}

.boxA {
  border: none;
  &:after {
    content: "";
    display: block;
    clear: both;
  }
}