/**
 * 
 * @version 
 * @author 
 */


@import 'global.css';
@import 'textstyle.css';
/** Contents
-----------------------------------------*/
#contents p {
	font-size:77%;
}
body {
	behavior:url("../../images/global/csshover.htc");
}
table{
	font-size:77%;
	width:100%;
	margin:10px 0 15px 0;
}
table tr th{
	padding:0.2em 0.5em;
	text-align:center;
	border-bottom:2px #FFF solid;
	border-right:2px #FFF solid;
	background:url(../images/price/tablebg_04.gif);
	color:#FFF;
}
table tr td{
	padding:0.2em 0.5em;
	text-align:right;
	background:url(../images/price/tablebg_03.gif);
	border-bottom:2px #FFF solid;
	border-right:2px #FFF solid;
}
table tr td.pv{
	background:url(../images/price/tablebg_02.gif);
}
table tr td.sub{
	background:url(../images/price/tablebg_02.gif);
	text-align:left;
	padding:0.2em 0.5em 0.2em 1em;
}
table tr td.total{
	background:#ffeed7;
	text-align:center;
}
table tr td.totalleft{
	background:#ffeed7;
	text-align:left;
	padding:0.2em 0.5em 0.2em 1em;
}
table tr th.left{
	text-align:left;
	padding:0.2em 0.5em 0.2em 1em;
}
table tr td.center{
	text-align:center;
}
table tr td.course{
	background:url(../images/price/tablebg_01.gif);
	text-align:center;
}
table#mainprice{
	margin:0 0 15px 0;
}
#leftside ul{
	font-size:70%;
	margin-bottom:2em;
}
#leftside ul li{
	margin-left:1.5em;
	list-style:disc;
}
#leftside h6{
	margin-bottom:0.5em;
	border-left:#8B8AD2 2px solid;
	padding-left:12px;
	font-size:80%;
	color:#333;
}
#leftside .half_left,
#leftside .half_right{
	width:330px;
}
#leftside .half_left{
	float:left;
}
#leftside .half_right{
	float:right;
}
#leftside .boxA{
	width:460px;
	float:left;
	margin-top:15px;
}
#leftside .righttxt{
	float:right;
	width:202px;
	margin-top:15px;
}

