@charset 'utf-8';
@import url("/general/common/general.css");

/*----------------------------------------------------------
	Apis
	General > Sitemap

	Build:2008.05.15
----------------------------------------------------------*/

/*======================================
	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
--------------------------------------*/
.odd,
.even{
	width:48%;
}
.odd{
	float:left;
}
.even{
	float:right;
}

.maplist {
	padding:0 1em 1em;
}
.maplist a{
	color:#333333;
}
.maplist dt{
	margin-bottom:0.2em;
}
.maplist dt a{
	background:url(img/contents_mark.gif) left center no-repeat;
	padding-left:22px;
}
.maplist dt.cont a{
	font-size:110%;
	font-weight:bold;
}
.maplist dd{
	margin-bottom:0.2em;
}
.maplist dd a{
	background:url(/about/common/img/topct_mark.gif) left 1px no-repeat;
	margin-left:22px;padding-left:20px;
}
.maplist dd ul{
	margin:0 0 0.3em 20px;
}
.maplist dd li a{
	background-image:url(/about/common/img/subct_mark.gif);
	padding-left:10px;
	font-size:78%;line-height:90%;
}

/*Staff-----------------------------------*/
.mapstaff dt a{
	background-image:url(img/contents_mark_staff.gif);
	color:#A2313D;
}
.mapstaff dd a{
	background-image:url(/staff/common/img/topct_mark.gif);
}
.mapstaff dd li a{
	background-image:url(/staff/common/img/subct_mark.gif);
}

/*Client-----------------------------------*/
.mapclient dt a{
	background-image:url(img/contents_mark_client.gif);
	color:#2F95AE;
}
.mapclient dd a{
	background-image:url(/client/common/img/topct_mark.gif);
}
.mapclient dd li a{
	background-image:url(/client/common/img/subct_mark.gif);
}

/*About-----------------------------------*/
.mapabout dt a{
	background-image:url(img/contents_mark_about.gif);
	color:#536534;
}
.mapabout dd a{
	background-image:url(/about/common/img/topct_mark.gif);
}
.mapabout dd li a{
	background-image:url(/about/common/img/subct_mark.gif);
}


