@charset 'utf-8';
@import url("/staff/common/staff.css");

/*----------------------------------------------------------
	Apis
	Staff > Work

	Build:2008.05.21
----------------------------------------------------------*/

/*======================================
	Color Glossary
	
	Ruby =>#A2313D(Staff chapter text)
	Fuchsia=>#D7707B(Staff pagetitle bg)
	Pink=>#F7C4CA(Staff chapter bg)

	Navy =>#1174AE(Client chapter text)
	Sky=>#38ACC9(Client pagetitle bg)
	Aqua=>#95DCE1(Client chapter bg)

	Olive =>#536534(About chapter text)
	Sage=>#97B922(About pagetitle bg)
	Lime=>#DBEF94(About chapter bg)
======================================*/


/*--------------------------------------
	Elements
--------------------------------------*/
#main p.titleimg{
	margin-top:-42px;
}

dl.point {
	padding:0 1em 0 1em;
}
dl.point dt{
	background:url(img/mark_points.gif) left center no-repeat;
	margin-bottom:0.5em;padding:0 0 0 35px;
	font-weight:bold;
	color:#D7707B;
}
dl.point dt span{
	margin-right:3px;
	font-size:140%;
	color:#A2313D;
}
dl.point dd{
	margin-bottom:1em;padding-left:35px;
}

table.worklist {
	margin:0 1em 2em 1em;
}
table.worklist th,
table.worklist td{
	background:url(/common/img/dotline.gif) left bottom repeat-x;
	padding:5px;
}
table.worklist th{
	width:25%;
	color:#D7707B;
}
table.worklist td{
	width:75%;
}
table.worklist {
	
}
