body{
	font-size: 75%;
	line-height: 1.6;
}


.small{
	font-size:79.8%;
	line-height: 1.67;
}

.smallp {
	font-size:79.8%;
	line-height: 2.0;
}

.bigger,
h2,
h1.small,
.description {
	font-size:116%;
	line-height: 1.6;
	}

.biggest {
	font-size:133%;
	line-height:1.6;
	}

h1 {
	font-size:150%;
	line-height:1.6;
}

/*--  テーブル,TEXTAREA基本設定  --*/
table,textarea{font-size: 100%;line-height: 1.5;}
