@charset 'utf-8';
@import url("/staff/common/staff.css");
@import url("/staff/style/common/style.css");

/*----------------------------------------------------------
	Apis
	Staff > Style

	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
--------------------------------------*/
table.stylelist {
	margin:0 1em 1em 1em;
	background:url(/common/img/dotline.gif) left top repeat-x;
}
table.stylelist th,
table.stylelist td{
	background:url(/common/img/dotline.gif) left bottom repeat-x;
	padding-top:7px;padding-bottom:7px;
}
table.stylelist th span{
	width:25%;
	background:url(/common/img/arrow_dot.gif) left center no-repeat;
	padding-left:20px;
	color:#A2313D;
}
table.stylelist td.detail{
	width:60%;
	padding-left:7px;padding-right:7px;
}
table.stylelist td.go{
	width:15%;
}

