﻿.main
{
	margin-top:15px;
	width:910px;
	text-align:left;
}
.main .resultBar
{
	padding-top:5px;
	padding-bottom:5px;
	width:910px;
	background-color:#F7F7F7;
	border:solid 1px #DEDDDD;
	text-align:center;
}
/* -- .main .queryBar -- s */
.main .queryBar
{
	margin-top:15px;
	
	height:27px;
	line-height:27px;
	width:686px;
	border:solid 1px #FFCCA9;
}

.main .queryBar .queryBarTitle
{
	color:#fff;
	text-indent:15px;
	font-weight:bold;
	background-image:url("../image/tit_bg01.gif");
	background-repeat:repeat-x;
}

.main .queryBar .queryItem
{
	float:left;
	margin:0;
	padding:5px 0px 5px 5px;
}

.main .queryBar .queryItem .divTitle
{
	width:680px;
	text-indent:10px;
	font-weight:bold;
	border:solid 1px #bbb;
	background-color:#eee;
	background-image:url("../image/ico_01.gif");
	background-position:left;
	background-repeat:no-repeat;
	color:#E45E04;
}

.main .queryBar .queryItem .divValue
{
	width:680px;
	/*margin-top:5px;*/
	border:solid 1px #bbb;
	border-top-width:0px;
	
}