@charset "utf-8";
.pre-title {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: xx-large;
	text-decoration: none;
	border: thin dashed #2A3F00;
}
h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: xx-large;
	font-weight: bold;
	border: thin double #2A3F55;
	background-color: #DDFFFF;
}
h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-large;
	font-weight: bold;
	border-bottom: thin double #2A3F55;
	background-color: #DDFFFF;
}
body {
	background-color: #EEFFFF;
}

ul {
	font-size:large;
}

