	*{
		font-size:12px;
		background-color:transparent;
	}
	body{
		margin: 0px;
		padding: 0px;
	}
	#body{
		width:160px;
	}
	dl{
		border:1px solid #888888;
		background-image:url(img/bg.png);
	}
	dt{
		text-align:center;
		color:#888888;
		font-weight:bold;
		height:33px;
		background-image:url(img/title.png);
		background-repeat: no-repeat;
		line-height:33px;
	}
	#foot{
		text-align:center;
		color:#888888;
		font-weight:bold;
		height:56px;
		background-image:url(img/foot.png);
		background-repeat: no-repeat;
		line-height:28px;
		margin-top:10px;
	}
	dd{
		width:150px;
		margin:1px 5px 0 5px;
		height:23px;
		letter-spacing:0;
		background-image:url(img/kaomoji.png);
		background-repeat: no-repeat;
	}
	textarea{
		font-size:12px;
		letter-spacing:0;
		width:140px;
		height:23px;
		color:#202000;
		border:none;
	}
	.foot{
		border-bottom:none;
		text-align:right;
		color:#ffffff;
	}
	.foot span{
		margin-right:10px;
		font-size:8px;
		line-height:50%;
		vertical-align:middle;
		border:none;
	}
	.analyzer{
		display:none;
	}
	a{
		color: #0000c0;
		text-decoration: none;
	}
	#analyze{display:none;}