@charset "utf-8";
/* CSS Document */
.c_left p{
	clear:both;
	border-radius:10px;
	background:#EDCCA5;
	padding:10px 20px;
	margin:0 10px 20px;
	line-height:30px;
}
.c_left h2{
	border-radius:5px;
	background:#42250E url(./img/ins_c.gif) no-repeat 10px center;
	line-height:40px;
	font-size:24px;
	color:#fff;
	font-weight:normal;
	margin:0 10px 20px;
	padding-left:50px;
}
.c_left h3{
	background:#42250E url(./img/sq.gif) no-repeat 10px center;
	border-radius:5px;
	padding:10px 10px 5px 30px;
	color:#fff;
	width:4em;
	margin:0 10px 20px;
	font-weight:normal;
	clear:both;
}
.c_left ul{
	margin-left:20px;
	margin-bottom:20px;
}
.c_left li{
	float:left;
	margin:5px;
}
.c_left table{
	margin-bottom:20px;
	margin-left:10px;
}
.c_left table th,
.c_left table td{
	border-bottom:1px solid #fff;
	line-height:20px;
}
.c_left table th{
	background:#42250E;
	text-align:right;
	color:#fff;
	padding:10px 20px;
	font-weight:normal;
}
.c_left table td{
	background:#EDCCA5;
	padding:10px 30px;
	text-align:right;
}
.c_left table th.red,
.c_left table td.red{
	color:#f00;
}
.red{
	color:#c00;
}
.c_left table td.price{
	font-size:19px;
}