@charset "UTF-8";
/* CSS Document */
body {
	background: #000;
	color: #FFF;
}
#contener {
	width: 800px;
	margin: 20px auto 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#center {
	height: 700px;
	width: 800px;
	font-size: 1.5ex;
}
#syanai {
	font-size: 0.75em;
	text-align: center;
}
#left {
	float: left;
	width: 400px;
}
#right {
	float: right;
	width: 400px;
}
#center #left #aboutnaks {
	border: 1px outset #C00;
	text-align: center;
	width: 320px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFF;
	margin-left: 40px;
}
#center #left #welove {
	font-family: "Comic Sans MS", cursive;
	color: #FF0;
	text-align: center;
}
#center #left p {
	padding-left: 10px;
	margin-left: 10px;
	text-align: center;
}
#center #right p {
	text-align: center;
	font-size: 0.9em;
}
#irasuto {
	text-align: center;
	font-size: 1.5ex;
	height: 250px;
}
#footer {
	text-align: center;
}
