@charset "utf-8";
div#form_box{
background:url('../img/form_box_bk.jpg') repeat-y 0 0;
width:690px;
margin:0 auto;
padding:0;
text-align:center;
}
div#form_box #ttl{
background:url('../img/form_box_ttl.jpg') no-repeat 0 0;
width:690px;
height:62px;
margin:0 auto;
padding:0;
}
div#form_box #btm{
background:url('../img/form_box_btm.jpg') no-repeat 0 0;
width:690px;
height:24px;
margin:0 auto;
padding:0;
font-size:2px;
line-height:1.0em;
}
div#form_box #queryPane{
width:560px;
margin:0 auto;
text-align:left;
line-height:1.3em;
}
div#form_box #queryForm{
position:relative; 
margin-bottom:6px;
}
div#form_box #queryForm #kw{
width:400px;
height:32px;
background:url(../img/search.png) no-repeat 8px 10px;
background-color:#ffffff;
border:2px solid #4d99cb;
padding:2px 2px 2px 26px;
font-size:18px;
line-height:1.8em;
border-radius:5px;
}
input:focus,input.focused{ border-color:#a2d7f0;}
div#form_box #queryForm #searchBtn{
position:absolute;
top:1px;
left:440px;
}
div#form_box #queryPane #howto{
background:url(../img/hint_li.gif) no-repeat 0 0;
height:16px;
margin:4px 0;
padding:10px 0 0 30px;
text-align:left;
line-height:1.0em;
font-size:13px;
color:#ff9600;
}
div#form_box #helpPane{
background:url(../img/howto_box_bk.jpg) repeat-y 0 0;
width:646px;
margin:0 auto;
padding:0;
text-align:center;
}
div#form_box #helpPane > #top{
background:url(../img/howto_box_top.jpg) no-repeat 0 0;
width:646px;
height:8px;
margin:0;
padding:0;
font-size:2px;
line-height:1.0em;
}
div#form_box #helpPane > #btm{
background:url(../img/howto_box_btm.jpg) no-repeat 0 0;
width:646px;
height:8px;
margin:0;
padding:0;
font-size:2px;
line-height:1.0em;
}
div#form_box #helpPane #closeBtn{
margin:0 0 0 8px;
padding:0;
width:14px;
height:14px;
}
div #tips{
width:610px;
margin:0 auto;
padding:0;
}
div #tips ul{
list-style-type:none;
line-height:1.3em;
margin:12px 0 0 0;
padding:0;
font-size:14px;
color:#696969;
}
div #tips ul li{
margin:0;
padding:0 0 10px 20px;
background:url(../img/li_q.jpg) no-repeat 0 0px;
}
