@charset "utf-8";

/*=========================================================
	[ nav_content.css ]
	date - creation:2008-05-28 // update:2008-06-17
=========================================================*/

/*=========================================================
	index
		1. anchor in page
=========================================================*/

/* 1. anchor in page
=========================================================*/
#content .navAnchor{
	margin-top:15px;
	padding:10px;
	line-height:2;
	background-color:#E4E7EB;
}
#content .navAnchor span{
}
#content .navAnchor a{
	padding: 0 20px 0 5px;
	color:#000;
	background:transparent url(/common2/images/nav_a_ico.gif) no-repeat 100% 50%;
}
