
a:link{
  color : #ff66cc;
}

a:visited{
  color : #6699cc;
}

a:active{
  color : #33ffff;
}

body{
  font-family : メイリオ, "Lucida Grande";
  color : #999999;
  background-color : #000000;
  background-image : url(back.gif);
  width : 1440px;
  margin-left : auto;
  margin-right : auto;
}

header{
  width : 100%;
  height : 70px;
}

main{
  float : right;
  width : 1024px;
  height : 800px;
}

aside{
  float : left;
  width : 340px;
  height : 800px;
}

footer{
  clear : both;
  width : 100%;
}

p{
  text-align : center;
}

img{
  vertical-align : bottom;
}

#flexbox{
  display : flex;
  flex-flow : column wrap;
  align-items : center;
  width : 100%;
  height : 540px;
}

section{
  width : 120px;
  height : 90px;
}
