/* gsd.css Document */

/*★全体*/
/*★全体の浮きあげをねらう*/



body{
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color:#FFFFFF;
  font-size: 13px;	/*★共通*/
  *font-size: small;	/*★IE 7*/
  *font: x-small;		/*★IE 6以下*/
}

#top{
  height:auto;
  width:640px;
  margin:auto;
  text-align:center;
  background-color: #39037C; /*背景色 */
}


#mid-001{
  height:auto;
  width:640px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  background-color: #FFFFFF; /* 背景色 */
}


#mid-002{
  height:auto;
  width:640px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  background-color: #FFFFFF; /* 背景色 */
}


#mid-003{
  height:auto;
  width:600px;
  margin:auto;
  padding-left:0em;
  margin-left:10px
  margin-right:10px
  background-color: #FFFFFF; /* 背景色 */
}


#mid-004{
  height:auto;
  width:640px;
  margin:auto;
  text-align:center;
  border-bottom: solid 5px #FFFFFF;
  background-color: #FFFFFF; /* 背景色 */
}


#low{
  height:auto;
  width:640px;
  margin:auto;
  text-align:center;
  border-top: solid 1px #39037C;
  border-bottom: solid 1px #39037C;
  background-color: #39037C; /* 背景色 */

  font-size:10px;
  line-height:12px;
  letter-spacing:1px;
  color: #FFFFFF;
  text-decoration:none;
     }


img{
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 10px;
}


h1{
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px;
  line-height:normal;
  font-size:18px;
  font-weight:bold;
  text-indent:0px;
  color:#FFFFFF;
}

h2{
  padding: 0px;
  margin: 1px;
  border-top: solid 1px #39037C;
  border-left: solid 1px #39037C;
  border-right: solid 1px #39037C;
  border-bottom: solid 1px #39037C;
  line-height:normal;
  font-size:18px;
  font-weight:bold;
  text-indent:0px;
  color:#000000;
