@charset "utf-8";
/* CSS Document */


/*------------------------------------------------------------------
Common
-------------------------------------------------------------------*/
.inquiry #wrapper {
	background-image: url(../images/shared/inside_body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.tbl_inquiry {
	width: auto;
	background-color: #FFF;
}
.inquiry .frame {
	background-image: url(../images/shared/frame_01.jpg);
	background-repeat: repeat-y;
	width: auto;
	padding: 20px 30px;
}

.tbl_inquiry  th {
	width: 90px;
	font-weight: bold;
	line-height: 1.6em;
	vertical-align: top;
	background-image: url(../images/shared/border2.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 8px 15px;
	background-color: #EDF7FF;
	color: #112653;
}

.tbl_inquiry  td {
	width: 390px;
	line-height: 1.6em;
	vertical-align: top;
	background-image: url(../images/shared/border2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 8px 15px;
	border-left: 1px solid #CCC;
}



