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

body{
	background:url(/towerofgod/img/bg.png) repeat fixed 50% center #000;
	color:#FFF;
	text-align:center;
	}
/*h1{
	background-color:#FFF;
	text-align:left;
	padding:1% 0;
	}*/
dl{
	color:#000;
	}

#EnqueteForm dt {
	background:rgba( 153, 255, 255,0.80); /* 設問の背景色 */
	color: #000; /* 設問の文字色 */
}
#EnqueteForm dd {
	background: rgba(255,255,255,1); /* 回答部分の背景色 */
}