@charset "utf-8";



/* Navigation(Global) */
/* -------------------------------------------- */

#gNav li.company a {
	background-position: -525px -41px;
}



/* Navigation(Sidebar) */
/* -------------------------------------------- */

#sidebar .lNav ul {
	margin: 25px 0 25px 0;
}
#sidebar .lNav ul li {
	height: 30px;
}
#sidebar .lNav ul li a {
	height: 30px;
}

#sidebar .lNav ul li.idea,
#sidebar .lNav ul li.idea a {
	height: 32px;
}
#sidebar .lNav ul li.history,
#sidebar .lNav ul li.history a {
	height: 31px;
}

#sidebar li.idea a {
	background: url("../img/ln_idea.gif") no-repeat;
}
#sidebar li.message a {
	background: url("../img/ln_message.gif") no-repeat;
}
#sidebar li.business a {
	background: url("../img/ln_business.gif") no-repeat;
}
#sidebar li.outline a {
	background: url("../img/ln_outline.gif") no-repeat;
}
#sidebar li.history a {
	background: url("../img/ln_history.gif") no-repeat;
}

body#policy #sidebar li.policy a,
body#idea #sidebar li.idea a,
body#message #sidebar li.message a,
body#business #sidebar li.business a,
body#outline #sidebar li.outline a,
body#history #sidebar li.history a {
	background-position: -225px 0;
}

#sidebar li a:hover {
	background-position: -225px 0;
}

