/*---------------
navi
---------------*/

#navi_learn{
	width:200px;
	height:25px;
	background:url('../images/quest/navi/quest.gif') no-repeat;
	display: block;
}

#navi_pro{
	width:200px;
	height:25px;
	background:url('../images/quest/navi/pro_off.gif') no-repeat;
	display: block;
}

#navi_pro:hover{
	background:url('../images/quest/navi/pro_on.gif') no-repeat;
}

#navi_support{
	width:200px;
	height:25px;
	background:url('../images/quest/navi/support_off.gif') no-repeat;
	display: block;
}

#navi_support:hover{
	background:url('../images/quest/navi/support_on.gif') no-repeat;
}

#navi_kihs_intro{
	width:200px;
	height:25px;
	background:url('../images/quest/navi/kihs_intro_off.gif') no-repeat;
	display: block;
}

#navi_kihs_intro:hover{
	background:url('../images/quest/navi/kihs_intro_on.gif') no-repeat;
}

#navi_mail{
	width:200px;
	height:25px;
	background:url('../images/quest/navi/mail_off.gif') no-repeat;
	display: block;
}

#navi_mail:hover{
	background:url('../images/quest/navi/mail_on.gif') no-repeat;
}


/*---------------
main contents
---------------*/

#frame{
	background:url('../images/quest/top/frame_border.gif') repeat-y;
	padding:15px;
	height:115px;
	margin-bottom:-6px;
	line-height:1.5;
	font-size:13px;
	color:#555555;
}

#point{
	margin-top:10px;
	padding:15px;
	width:661px;
	background-color:#edf6e5;
	color:#555555;
	font-size:13px;
}

#tab_header{
	height:57px;
	background:url('../images/quest/tab/header.gif') no-repeat;
	padding-top:11px;
	padding-left:15px;
}

#tab_header a{
	line-height:1.3;
	font-size:15px;
	font-weight:900;
	color:#75bb36;
	text-decoration:none;
}

#tab_border{
	background:url('../images/quest/tab/border.gif') repeat-y;
	padding:13px;
	line-height:1.5;
	font-size:13px;
	color:#555555;
}

#link{
	color:#555555;
	text-decoration:none;
	font-weight:600;
	font-size:13px;
}

#link:hover{
	color:#75bb36;
	text-decoration:underline;
}


/*---------------
board
---------------*/

#board_header{
	height:35px;
	background:url('../images/quest/board/tab_header.gif') no-repeat;
	padding-top:11px;
	padding-left:15px;
	line-height:1.3;
	font-size:15px;
	font-weight:900;
	color:#75bb36;
}

#board_border{
	background:url('../images/quest/board/tab_border.gif') repeat-y;
	padding:30px;
	padding-right:110px;
	line-height:1.5;
	font-size:13px;
	color:#555555;
}

#reset{
	border:0px;
	width:120px;
	height:47px;
	background: url(../images/quest/board/back.gif) left top no-repeat;
	cursor:pointer;
	margin-left:10px;
}

#submit{
	border:0px;
	width:120px;
	height:47px;
	background: url(../images/quest/board/submit.gif) left top no-repeat;
	cursor:pointer;
}

#board_back{
	border:0px;
	width:120px;
	height:47px;
	background: url(../images/quest/board/back.gif) left top no-repeat;
	cursor:pointer;
}


/*---------------
mail
---------------*/

#reset{
	border:0px;
	width:118px;
	height:45px;
	background: url(../images/quest/mail/reset.gif) left top no-repeat;
	cursor:pointer;
}

#submit{
	border:0px;
	width:118px;
	height:45px;
	background: url(../images/quest/mail/submit.gif) left top no-repeat;
	cursor:pointer;
	margin-left:10px;
}
