
body{
	color:#ffffff;
	margin: 0;
	padding: 0;
	background-color:#dd8cff;
	overflow: hidden;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#container_area{
	margin:0px 0px 10px 0px;
	width:731px;
	height:458px;
	background: #4387E9;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#header_area{
	position:fixed;
	z-index: 3;
}
#header_area #header_title{
	position:relative;
	top:10px;
	left:30px;
	font-size:30px;
}

#input_area{
	padding:0px 0px 0px 5px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	color:#FFFFFF;
	font-size:16px;
	margin:15px 0px 0px 22px;
}
#output_area{
	margin-left:22px;
}
.output_result{
	padding:0px 0px 0px 5px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
}

#scroll_area{
	position:fixed;
	top:215px;
	right:15px;
	height:40px;
	width:21px;
	background-repeat:no-repeat;
	z-index: 2;
	display: none;
}
#scroll_prev {
	position:relative;
	height:18px;
	width:21px;
	background:url("../images/kensaku_arrow_up.png");
	background-repeat:no-repeat;
	cursor:pointer;
}
#scroll_prev:hover{
	background:url("../images/kensaku_arrow_up_ov.png");
}
#scroll_next{
	position:relative;
	margin-top:15px;
	height:18px;
	width:21px;
	background:url("../images/kensaku_arrow_down.png");
	background-repeat:no-repeat;
	cursor:pointer;
}
#scroll_next:hover{
	background:url("../images/kensaku_arrow_down_ov.png");
}

