@CHARSET "EUC-JP";

* {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.2em;
}

img {
  border: none;
  vertical-align:bottom;
}

.img-box {
  line-height: 0px;
  font-size: 0px;
}

.img-bottom {
  line-height: 0px;
  vertical-align:top;
}

.img-bottom img {
  vertical-align:top;
}

.img-bottom img {
  vertical-align:top;
} 

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-both {
	clear:both;
	float:none;
	width:0px;
	height:0px;
	visibility:hidden;
	display:block;
	margin:0;
	padding:0;
}

* html .clear-both {
	clear:both;
	width:0px;
	height:0px;
	display:none;
	margin:0;
	padding:0;
}


.clear {
  clear: both;
}

.block-right {
  margin-left: auto;
}

.block-center {
  margin-right: auto;
  margin-left: auto;
}

.block-left {
  margin-right: auto;
}

.inline-left {
  text-align: left;
}

.inline-center {
  text-align: center;
}

.inline-right {
  text-align: right;
}

.inline-top {
  vertical-align: top;
}

.inline-middle {
  vertical-align: middle;
}

.inline-bottom {
  vertical-align: bottom;
}

.pointer {
  cursor: pointer;
}

.black {
  color: #000000;
}

.dark-gray {
  color: #404040;
}

.gray {
  color: #808080;
}

.silver {
  color: #c0c0c0;
}

.white {
  color: #ffffff;
}

.red {
  color: #ff0000;
}

.lime {
  color: #00ff00;
}

.blue {
  color: #0000ff;
}

.maroon {
  color: #800000;
}

.green {
  color: #008000;
}

.navy {
  color: #000080;
}

.yellow {
  color: #ffff00;
}

.orange {
  color: #ff8000;
}

.fuchsia {
  color: #ff00ff;
}

.aqua {
  color: #00ffff;
}

.olive {
  color: #808000;
}

.purple {
  color: #800080;
}

.teal {
  color: #008080;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.zero {
  width: 0;
  height: 0;
}

.underline {
  text-decoration: underline;
}

.dbg {
  border: solid 1px #ff0000;
}

.width-full{
	width:100%;
}

.width-half{
	width:50%;
}

.width-third{
	width:33.3%;
}

.width-quarter{
	width:25%;
}

.width-950 {
  width: 950px;
}

.width-760 {
  width:760px;
}

.width-750 {
  width:750px;
}

.width-480 {
  width:480px;
}

.number{
  font-family:Arial, Helvetica, sans-serif;
}

.display-none {
  display: none;
}

.font-zero {
  font-size: 0px;
  line-height: 0px;
}










