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


/* basic */

body{
	background:#333333;
	color:#ffffff;
	font-size:14px;
}

a{
	color:#d6ea9c;
}

#container{
	width:300px;
	margin-right:auto;
	margin-left:auto;
}

header{
	margin-top:20px;
	margin-bottom:20px;
}

section#box{
	background:#3f3f3f;
	padding:10px;
	line-height:1.5;
	margin-bottom:10px;
}

section#box p{
	margin-bottom:1em;
}

footer p{
	text-align:center;
	margin-bottom:20px;
}

/* page */

textarea{
	width:300px;
	height:168px;
	background:#eee;
	margin-bottom:10px;
	border:none;
}

p#result{
	text-align:right;
	font-size:14px;
	margin-bottom:20px;
}

p#result strong{
	font-size:36px;
}








