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

#contents_l {
	float: left;
	width: 170px;
}
#contents_r {
	float: right;
	width: 610px;
}
.side_title {
	height: 57px;
	width: 170px;
}
.hed_img {
	background: url(../images/category/inquiry/hed_img.jpg) no-repeat;
	height: 150px;
	width: 610px;
	margin-bottom: 20px;
}
#contents_r table {
	border-left: 1px solid #999999;
	margin-bottom: 20px;
	border-top: 1px solid #999999;
}
#contents_r table th {
	background: #323232;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	width: 160px;
	font-weight: normal;
	color: #FFFFFF;
}
#contents_r table td {
	text-align: left;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 5px;
}
#inner_box h3 {
	font-size: 1.2em;
}

