@charset "utf-8";
/* CSS Document */

ul,ol{
	margin:0px 12px;
	padding:0px 12px;
}

/* label */
#label div{
	width:80px;
}

#label div.area{
	background-color:#ffac48;
	margin:2px 0px;
}

#label div.text{
	width:70px;
	margin-left:10px;
	font-weight:bold;
}

/* content */

#content div{
	width:500px;
}

#content div.area{
	margin:2px 0px;
}

#content div.text{
	width:480px;
	margin:0px 10px;
}