table.table_style {
  border-top: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 0.88em;
}
table.table_style th {
  background: repeat-x left top #EEEEEE;
  padding: 3px 7px;
  border-bottom: 1px solid #AAAAAA;
  border-left: 1px solid #AAAAAA;
  vertical-align: middle;
  height: 30px;
  text-shadow: 1px 1px 1px #FFF;
}
table.table_style td {
  background: #FFF;
  margin: 0;
  padding: 3px 7px;
  vertical-align: middle;
  line-height: 150%;
  border-bottom: 1px solid #AAAAAA;
  border-left: 1px solid #AAAAAA;
  height: 30px;
}

ul.list_arranges_one_row {
  overflow: hidden;
  list-style: none;
}
ul.list_arranges_one_row li {
  float: left;
}

/* image box layout -------------------------------------- */
.image_left {
  margin: 0 20px 20px 0;
  float: left;
}

/* font style -------------------------------------- */
.font_small {
  font-size: 0.85em;
}

.font_normal {
  font-size: 1.00em;
}

.font_large {
  font-size: 1.35em;
}

.font_red {
  color: #FF0033;
}

.font_white {
  color: #FFFFFF;
}

.font_blue {
  color: #0000FF;
}

.font_u {
  text-decoration: underline;
}

.font_mini {
  font-size: 10px;
}

.error_message {
  color: #FF0000;
}


/* image layout -------------------------------------- */
.image_center {
  margin: 0 auto 20px auto;
}

.image_right {
  margin: 0 0 20px 20px;
  float: right;
}

div.photo_gallery {
  margin-left: -20px;
}

.image_gallery {
  margin: 0 0 20px 20px;
  float: left;
}

/* box layout -------------------------------------- */
.right_box {
  float: right;
}

.left_box {
  float: left;
}

.none {
  float: none;
}

.clear_left {
  clear: left;
}

.clear_right {
  clear: right;
}

.clear {
  clear: both;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.pageup {
  text-align: right;
}

