@charset "Shift_JIS";
body{
  font-size : small;
  line-height : 1.5;
  color : rgb(88, 88, 88);
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  width : 800px;
  font-family : "‚l‚r ‚oƒSƒVƒbƒN", "MS UI Gothic";
  border-top-width : 1px;
  border-top-style : solid;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
}

.redbelt{
  background-color : rgb(226, 1, 0);
  font-weight : bold;
  color : white;
  height : 20px;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-size : small;
}

.redbelt A{
	text-decoration : none ;
}

.redbelt a:hover{
	text-decoration : underline;
}

.Bluebelt{
  background-color : rgb(0, 0, 204);
  font-weight : bold;
  color : white;
  height : 20px;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-size : small;
}


#image{
  background-image : url(Image.png);
  height : 250px;
}
.LeftBox{
  width : 360px;
  float : left;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
}
.RightBox{
  width : 360px;
  float : right;
  left : -4px;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
}
.Center{
  clear : right;
  padding-top : 15px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 15px;
}
