h1 {
	font-size:150%;
	margin-top:15px;
}
.top-title {
	font-size:110%;
	font-weight:bold;
	border: 4px double #0000cd;
	text-align:center;
}
.personal{
	white-space: nowrap;
	text-align:right;
	font-weight:bold;
}
.q_number{
	width:50px;
	text-align:center;
	background-color:#9123b2;
	font-weight:bold;
	color:#ffffff;
}
.enquete-txt{ font-size:90%; }
.enquete-bgc{ background-color:#f0f0f0; }
.err-txt{
	font-size:90%;
	color:#ff6699;
	margin-top:10px;
}
.text_top{
	font-weight:bold;
}
.text_bottom{
	font-size:90%;
	margin-top:10px;
	margin-bottom:10px;
}
.comment_end{
	font-size:95%;
	margin-top:30px;
	margin-bottom:30px;
}

/* 集計結果ページ start */
.result-title {
	font-size:95%;
	font-weight:bold;
	color: #0000cd;
	margin:10px 5px 10px 5px;
}
.result-txt {
	width:680px;
	margin-top:10px;
	font-size:90%;
	text-align:center;
}
.diagram{
	text-align:center;
	margin-bottom:30px;
}
.diagram table{
	background-color:#999999;
	font-size:95%;
}
.diagram td{
	background-color:#ffffff;
	text-align:right;
}
.diagram th{
	background-color:#eeeeee;
	text-align:left;
}
/* 集計結果ページ end */
