/* left_box 
------------------------------------------------------------------*/
.left_box {
	width: 180px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.left_box_top {
	width: 160px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 5px 10px;
	background-image: url(../images/box-top.png);
	background-repeat: no-repeat;
}
.left_box_text {
	width: 180px;
	margin: 0px;
	background-color: #dddddd;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
}
.left_box_text p {
	padding-bottom: 0px;
	color: #333333;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	width: 160px;
}
.left_box_bot {
	width: 180px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/box-bot.png);
	background-repeat: no-repeat;
}
