* {
	margin:0; padding:0;line-height:100%; color:#2b2b2b; text-decoration:none;
}
table{
	border-collapse:collapse; border-spacing:0;
}
fieldset, img{
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var{
	font-style:normal; font-weight:normal;
}
ol, ul{
	list-style:none;
}
caption, th{
	text-align:left;
}
h1, h2, h3, h4, h5, h6{
	font-size:100%; font-weight:normal;
}
q:before, q:after{
	content:h;
}
abbr, acronym{
	border:0;
}

.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
	display:block;
	visibility:hidden;
}
.hidden{
	display:none;
}

/* Style */
a {
	color: #3377ff;
}

a:hover {
	text-decoration: underline;
}

#head {

	position:absolute;
	top:0px;
	height: 30px;
	width:100%;
	z-index:10;
	background: #dfdfdf;
}

	#title {
		float: left;
		display: block;
		width: 40%;
		height: 20px;
		margin: 5px 0 5px 10px;
		font-size: 20px;
		font-weight: bold;
	}

		#title a {
			color: #2b2b2b;
		}

	#desc {
		float: right;
		text-align: right;
		display: block;
		width: 40%;
		height: 20px;
		margin: 5px 0;
		padding-right: 10px;
	}

#body{
	position:absolute;
	height:400px; 
	width:600px;
	margin:-200px 0px 0px -300px;
	top: 50%; 
	left: 50%;
}

	#body li#result{
		position: relative;
		top: 50%;
		margin-top: -60px;
		display: block;
		width: 100%;
		text-align: center;
		font-size: 40px;
	}

		body li#result #grade{
			font-size: 60px;
		}

		body li#result #age{
			font-size: 60px;
		}

		body li#result #year{
			font-size: 25px;
		}

	#body li#form{
		position: relative;
		top: 50%;
		margin-top: -50px;
		display: block;
		width: 100%;
		text-align: center;
	}

		body li#form #keyword{
			height: 75px;
			font-size: 40px;
			vertical-align: middle;
		}

			body li#form #keyword input{
				width: 300px;
				font-size: 40px;
				padding: 5px;
				border: #0066ff solid 6px;
			}

		body li#form #submit{
			height: 30px;
		}
			body li#form #submit input{
				padding: 2px 20px;
			}

		body li#form #history{
			margin:15px 100px 0 100px;
			text-align: left;
			font-size: 15px;
			line-height: 22px;
		}

			body li#form #history li{
				display: inline;
			}

			body li#form #history li:after{
				content:" / ";
			}

			body li#form #history li.hidden{
				display: none;
			}

#foot{
	position:absolute;
	bottom:0px;
	height:30px;
	width:100%;
	text-align:center;
	z-index:5;
	background: #dfdfdf;
}

	#foot li{
		line-height:30px;
		font-size: 10px;
	}