@charset "Shift_JIS";

/*-------ナビゲーション-------*/

#navibox {
	width: 240px;
	height:201px;
	float: right;
	margin-top: 4px;
}

#navibox dl{
    padding:0px;
	margin:0px;	
	width:240px;
}

#navibox dl dt{	
	text-indent:-9999px;
	list-style-type:none;
}


#navibox dl dt#tc a{
	text-decoration: none;
	width:240px;
	height:67px;
	display: block;
	background-image: url(../common_img/navi/navi1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent:-9999px;
}

#navibox dl dt#tc a:hover{
	background-position:-240px 0px;
}

#navibox dl dt#Aura a{
	text-decoration: none;
	width:240px;
	height:67px;
	display: block;
	background-image: url(../common_img/navi/navi2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent:-9999px;
}

#navibox dl dt#Aura a:hover{
	background-position:-240px 0px;
}


#navibox dl dt#pastel a{
	text-decoration: none;
	width:240px;
	height:67px;
	display: block;
	background-image: url(../common_img/navi/navi3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent:-9999px;
}

#navibox dl dt#pastel a:hover{
	background-position:-240px 0px;
}


#navibox img{
    padding:0px;
	margin:0px;
	vertical-align:bottom;
}
