body
{
    background: url("../image/backImage.png");
    color: #FFFFFF;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}

div.form
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 40%;
    height: 200px;
}

div.top
{
    background: url("../image/title.png");
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 1600px;
    height: 200px;
}

div.footer
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 80%;
    text-align: center;
}

.sampleImage
{
    background: url("../image/playingImage.png");
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 600px;
    height: 350px;
}

.add_side-L
{
  /* background-color:gray; */
  float :left;
  /* height: 600px;
  width: 200px; */
  margin-top: 100px;
  margin-left: 100px;
  postion: -webkit-sticky;
  position: sticky;
  top: 0;
}

.add_side-R
{
  /* background-color:gray; */
  float: right;
  /* height: 600px;
  width: 200px; */
  margin-top: 100px;
  margin-right: 100px;
  postion: -webkit-sticky;
  position: sticky;
  top: 0;
}

.back
{
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 76px;
  height: 38px;
}

.contents
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 40%;
}

.contents_state
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 40%;
}

table.type01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
}
table.type01 th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
}
table.type01 td {
	width:auto;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}

table.type02 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
}
table.type02 th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
}
table.type02 td {
	width:auto;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}
