@media all
{
	.bread_item
	{
		display: inline;
	}

	.bread_item_link
	{
		display: inline;
		cursot: pointer;
	}

	.bread_popup
	{
		color: silver;
		cursor: pointer;
	}
	
	div.bread_popup_block
	{
	}
	
	#large_area_box{
		display: none;
		position: absolute;
		margin-left: -3px;
		margin-top: 2px;
		background: #FBF5E1 none repeat scroll 0%;
		border: 1px solid #D3C9B0;
/*		padding: 10px; */
/*		width: 180px; */
		width: 188px;
		z-index: 99;
		
		font-size: 90%;
		background: url(../image/li_nbg.gif) repeat-y scroll right;
	}

	#area_box{
		display: none;
		position: absolute;
		margin-left: -3px;
		margin-top: 2px;
		background: #FBF5E1 none repeat scroll 0%;
		border: 1px solid #D3C9B0;
/*		padding: 10px; */
/*		width: 180px; */
		width: 188px;
		z-index: 99;
		
		font-size: 90%;
		background: url(../image/li_nbg.gif) repeat-y scroll right;
	}
	
	ul.navimenu li
	{
		list-style: none;
		padding: 2px 20px 2px 4px;
	}
	
	ul.navimenu li:hover
	{
		list-style: none;
		padding: 2px 20px 2px 4px;
		background-color: #E2F2FB;
	}
	
	.close_link
	{
		text-align: right;
		cursor: pointer;
	}
}

