@charset "UTF-8";
@import "base.css";
@import "base_price.css";


.price_box_l {
	width: 400px;
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.course_title {
	width: 400px;
	color: #297DAD;
	height: 15px;
	font-size: 16px;
	font-weight: bold;
}

.price_t {
	width: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.price_t table{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
}
.tr_bg{
	background-image: url(../img/price/tr_bg.gif);
	background-repeat: repeat-x;
}
.tr_bg_w {
	background-color: #ffffff;
}
.price_t td{
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	padding: 3px;
}
.txt01 {
	font-weight: bold;
}
.p_txt {
	width: 400px;
}
.p_txt ul{
	padding: 0px;
	margin: 0px;
}
.p_txt li{
	list-style-position: outside;
	list-style-image: url(../img/price/arrow2.gif);
	margin-left: 15px;
}

.price_box_r {
	width: 415px;
	padding-left: 5px;
	padding-top: 20px;
	padding-bottom: 10px;
	float: left;
}
.course_title_r {
	width: 400px;
	color: #297DAD;
	height: 15px;
	font-size: 16px;
	font-weight: bold;
}
.price_t_r {
	width: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.price_t_r table{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
}
.price_t_r td{
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	padding: 3px;
}
.p_txt_r {
	width: 400px;
	padding: 0px;
	margin: 0px;
}
.p_txt_r ul{
	padding: 0px;
	margin: 0px;
}
.p_txt_r li{
	list-style-position: outside;
	list-style-image: url(../img/price/arrow2.gif);
	margin-left: 15px;
}
.txt05 {
	color: #888888;
}
