@charset "UTF-8";

/* =======================================

	TOP CSS

 -----------------------------------------
	INDEX
 -----------------------------------------

	1. TOP
	2. Slide


========================================== */


/* 1. TOP
========================================== */

#top_contents:after {
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

#top_contents h1{text-align:center; margin:0px 0 6px 0;}
#top_contents h2{text-align:center; margin:0 0 20px 0;}
/*#top_contents #form{margin:0 auto; padding:25px; width:548px; height:110px; background:url(../../images/bg_form.png) no-repeat; position:relative;}*/
#top_contents #form{margin:0px 100px 0px 150px; padding:30px; height:150px; position:relative; border:1px solid #909AB5;}
#top_contents #form h3{background:#54B4E4; color:#fff; margin:0 0 16px 0; padding:3px 5px  0 0; text-align:center; font-weight:3;}
#top_contents #form .msg{text-align:center; margin:0 0 16px 0; font-size:90%; color:#555}
#top_contents #form dl{overflow:hidden}
#top_contents #form dl dt{float:left; text-align:center; width:100px; height:18px; padding-top:3px; color:#0080cb}
#top_contents #form dl dd{float:left; width:190px; height:18px; background:url(../../images/bg_input.gif) no-repeat;}
#top_contents #form dl dd input{border:none; background:none; width:182px; padding:0 4px; color:#666;}

#top_contents #form dl.input_id{position:absolute; top:89px; left:78px;}
#top_contents #form dl.input_pwd{position:absolute; top:114px; left:78px;}
#top_contents #form .b_submit{position:absolute; width:96px; height:42px; top:103px; left:460px; cursor:pointer;}
#top_contents #form .b_exit{position:absolute; width:54px; height:24px; top:112px; left:580px; cursor:pointer;}
.bSubmit{background:url(../../images/b_submit.gif) no-repeat; position:relative;width:96px; height:42px;border: 0px; cursor:pointer;text-indent: -9999px;}
/*.bSubmit{background-color:#2e81c3; position:relative;width:96px; height:42px;border: 0px;color:#FFF;}*/
.bExit{background:url(../../images/b_exit.gif) no-repeat; position:relative;width:54px; height:24px;border: 0px; cursor:pointer;}