@charset "UTF-8";

.positionCenter{text-align:center;}

.sizeM{font-size: medium;}

.sizeXL{font-size: x-large;}

.emphasis{
	font-size: large; 
	font-weight: bold; 
	line-height: 1.5;
}

li{
	font-size: x-large;
	font-weight: bold;
	line-height: 1.5;
}

body{
	/* background-color: beige; */
	font-family: "ＭＳ 明朝",serif; 
}

h1{
	border-bottom: solid medium #0000ff;
	text-align:center;
}

h2{
	font-weight: bold;
}