@charset "Shift_JIS";


/********** style reset **********/
* {
  margin: 0;
  padding :0;
  word-break:break-all;
}
table {
  word-break:break-all;
}

img {
  border: 0;
}

h1,h2,h3,h4,h5,h6,p,address,strong,em {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

table {
  border-collapse: collapse;
  font-size: 100%;
}

th,td {
  font-size: 100%;
  font-weight: normal;
  text-align: left;
}

ul,li {
  list-style-type: none;
}

/********** ”Ä—pstyle **********/
.clearfix {
  overflow: hidden;
  position: relative;
}


.float_left { float: left; }
.float_right { float: right; }

.align_center { text-align: center; }
.align_left { text-align: left; }
.align_right { text-align: right; }
