@charset "utf-8";

div.right {
	height: 1500px;
}
/******************** system ********************/
table {
	color: #000;
	font: 100%/1.5 "arial";
	width: 360px;
	margin: auto;
}
td {
	margin: 0;
	padding: 5px 15px;
}
td.item {
	text-align: left;
	border-bottom: 1px solid #bef;
}
td.value {
	text-align: right;
	color: #F90;
	font-weight: bold;
	border-bottom: 1px solid #bef;
}
p.icon {
	background:  url("../../images/icon-circle.gif") no-repeat left;
	margin: 15px 0 6px 10px;
	padding-left: 20px;
	color: #8FBF00;
}
/******************** jikou ********************/
ul.jikou {
	margin: 15px 10px 0 15px;
}
ul.jikou li {
	list-style-type: square;
	list-style-position: inside;
	margin: 3px 0;
	padding: 0;
}
