@charset "utf-8";
/* CSS Document */

header{
  width: 930px;
  height: 500px;
  background-image: url(../images/top_header_back.jpg);
  position: relative;
}

h1{
  position: absolute;
  top: 18px;
  left: 356px;
}

#leftContents{
  width: 600px;
  float: left;
}

h2{
  font-size: 24px;
  font-weight: bold;
}

article{margin-bottom: 50px;}

article p{
  font-size: 16px;
  font-weight: bold;
}

section{margin-bottom: 10px;}

section p{
  font-size: 16px;
  font-weight: normal;
}

.fb-page{margin-left: 50px;}

#rightContents{
  width: 240px;
  float: right;
}

#rightContents img{
  float: left;
  margin-bottom: 25px;
}

iframe{
  float: left;
  margin-bottom: 25px;
}