@charset"utf-8";

/*
Name:basic.css
Contents:basic element
Date:2008.7.17
Copyright2008 HI-partners
*/

/*Contents**************
1.inquiry
************************/

/*1.inquiry*****************/
#inquiry table{
	border-top: 1px solid #91bbc9;
	font-size: 100%;
	width: 100%;
	}
	
#inquiry td{
	border-top: none;
	border-bottom: 1px solid #91bbc9;
	border-left:none;
	border-right:none;
	padding:10PX;
	}
	
	
	
#inquiry th{
	border-top:none;
	border-bottom: 1px solid #91bbc9;
	border-right:none;
	background: #f3f5e0;
	color: #2E4D58;
	font-weight: normal;
	padding:0px 5px;
	width: 150px;
	}
	
#inquiry th.must{
	background: #E9F2F6;
	}

#inquiry em {
	font-style: normal;
	color: #dc143c;
	}

.textform{
	border: 1px solid  #91bbc9;
	background: #E9F2F6;
	padding: 2px;
	}
	