

/* TOP (ctop.css) */
/* ------------------------------------------------ */

#bgCatch {
	background: url(../images/bg_catch.jpg) left top repeat-x;
}
#bgCatch #catTitle span {
	background: url(../images/catch.jpg) no-repeat;
}

#contents #cm1 h2 {
	background: url(../images/l_cm1.gif) no-repeat;
}
#contents #cm2 h2 {
	background: url(../images/l_cm2.gif) no-repeat;
}
#contents #cm3 h2 {
	background: url(../images/l_cm3.gif) no-repeat;
}
#contents #cm4 h2 {
	background: url(../images/l_cm4.gif) no-repeat;
}

/*
#contents #cm1 h2 a {
	width: 90px;
}
#contents #cm2 h2 a {
	width: 90px;
}
#contents #cm3 h2 a {
	width: 170px;
}
#contents #cm4 h2 a {
	width: 90px;
}
*/



/* CATEGORY (main.css) */
/* ------------------------------------------------ */

#bgCategory {
	background: url(../images/bg_category.gif) left top repeat-x;
}
#bgCategory #catTitle span {
	background: url(../images/cat_title.gif) no-repeat;
}



/* GLOBAL MENU (main.css) */
/* ------------------------------------------------ */

#global #gMenu li.staff a {
	width: 170px;
	background: url(../images/gm_staff.gif) no-repeat;
}
#global #gMenu li.member a {
	width: 156px;
	background: url(../images/gm_member.gif) no-repeat;
}
#global #gMenu li.client a {
	width: 156px;
	background: url(../images/gm_client.gif) no-repeat;
}
#global #gMenu li.access a {
	width: 90px;
	background: url(../images/gm_access.gif) no-repeat;
}
#global #gMenu li.sitemap a {
	width: 87px;
	background: url(../images/gm_sitemap.gif) no-repeat;
}
#global #gMenu li.inquiry a {
	width: 91px;
	background: url(../images/gm_inquiry.gif) no-repeat;
}

#global #gMenu li a:hover {
	background-position: 0 -30px;
}



/* SUB MENU (main.css) */
/* ------------------------------------------------ */

#subArea #sMenu li.top a {
	background: url(../images/sm_top.gif) no-repeat;
}
#subArea #sMenu li.message a {
	background: url(../images/sm_message.gif) no-repeat;
}
#subArea #sMenu li.profile a {
	background: url(../images/sm_profile.gif) no-repeat;
}
#subArea #sMenu li.policy a {
	background: url(../images/sm_policy.gif) no-repeat;
}
#subArea #sMenu li.group a {
	background: url(../images/sm_group.gif) no-repeat;
}
#subArea #sMenu li.inquiry a {
	background: url(../images/sm_inquiry.gif) no-repeat;
}


#subArea #sMenu li a:hover {
	background-position: -175px 0;
}
#subArea #sMenu li#active a {
	cursor: default;
	background-position: -175px 0;
}
#subArea #sMenu li#active ul li a {
	background-position: 0 0;
}
#subArea #sMenu li#active ul li a:hover {
	cursor: pointer;
	background-position: -175px 0;
}

