/* ---------------------------------------------------------------------
	chance page
*/
body {
	background:#ffffff;
}
.relative   {  
	position: relative;  
}  
#main_img {
	margin:0 0 0 5px;
}
#main_text {
	position:absolute;  
    top:635px;
    left:500px;
}
#main_text h5 {
	margin:0;
	padding:6px 10px;
	width:125px;
	font-size:1.15em;
	background-color:#eee;
}
#main_text p {
	margin:5px 0 0 0;
}
#main_button {
	display:block;
	text-indent:-9999px;
	background: url(../IMAGES/button.jpg) no-repeat;
	width:526px;
	height:102px;
	margin:66px 0 72px 220px;
}
#main_button:hover {
	display:block;
	text-indent:-9999px;
	background: url(../IMAGES/button_on.jpg) no-repeat;
	width:526px;
	height:102px;
	margin:66px 0 72px 220px;
}
#headerArea ul.guide_navi li input.text {
	padding:1px;
}
#insite_search_input{
	border:1px solid #999;	
}