P, DIV {
	font-family: "MS UI Gothic",Osaka;
	margin: 0;
	padding: 0.2em 0.2em 0.2em 0.2em;
	color: #000000;
}

.charbig { font-size: 14px; line-height: 1.2em; }

.charlarge { font-size: 16px; line-height: 1.15em; }

.charnormal { font-size: 12px; line-height: 1.3em; }
.centernormal { font-size: 12px; line-height: 1.3em; text-align: center;}
.rightnormal { font-size: 12px; line-height: 1.3em; text-align: right;}

.charsmall { font-size: 10px; line-height: 1.25em; }
.charmicro { font-size: 4px; line-height: 1.25em; }

.charsuper { font-size: 20px; line-height: 1.1em; }

.chartitle { font-size: 24px; line-height: 1.1em; }

/* ボタン設定
--------------------------------------------------*/
button {
	border: none;
	background: transparent;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	cursor: pointer;
	font-size: 12px;
}


/* 入力域設定
--------------------------------------------------*/
input {
	font-size: 12px;
	padding: 0px;
}

textarea {
	font-size: 12px;
	padding: 1px;
}

select {
	font-size: 12px;
	padding: 0px;
}

