body
{
	margin: 20;
	padding: 20;
	background-color: #f9f9f9;
}

span
{
  word-wrap: break-word;
}

.h2_title {
	font-size: 16px;
	color: #666;
	text-shadow: 2px 2px 3px #aaa;
}

.text_black
{
  color:Black;
	font-weight: normal;
}

.text_gray
{
  color:#333333;
	font-weight: normal;
}

.text_gray2
{
  color:#555555;
	font-weight: normal;
	font-size: x-small;
}

.text_black_bold
{
  color:Black;
	font-weight: bold;
}

.text_red
{
	color: #ff0000;
	font-weight: normal;
}

.text_orange
{
	color: #ff7a01;
	font-weight: normal;
}

.text_large
{
  font-size: large;
}

.text_break_word
{
  word-wrap: break-word;
}

/* */
.money
{
	ime-mode: disabled;
	text-align: right;
}

.imeOn
{
	ime-mode: active;
}

.imeOff
{
	ime-mode: disabled;
}
