@charset "utf-8";
/* CSS Document */

div#conts {
	width: 800px;
	height: 500px;
	margin: -250px 0px 0px -400px;
	left: 50%;
	top: 50%;
	position: absolute;
}
p#menu {
	letter-spacing: 0.3em;
	font-family: "HGS教科書体";
	font-size: 15px;
	text-align: center;
}
p#list {
	letter-spacing: 0.1em;
	font-family: "Segoe UI Symbol";
	font-size: 13px;
	text-align: right;
	line-height: 22px;
}
p#textbox {
	letter-spacing: 0.1em;
	font-family: "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 13px;
	text-align: left;
	line-height: 20px;
}
p#home {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 0.3em;
	font-size: 18px;
	text-align: center;
}
a {
text-decoration: none; 
color: #000000;
}
a:hover {
text-decoration: none; 
color: #000000;
}
a:active {
text-decoration: none; 
color: #000000;
}
