/*-- ナビゲーション ------------------------------*/

/*-- モダンブラウザ ------------------------------*/

html>body .navi {
	margin-top: 10px;
	margin-left: 10px;
	padding: 20px;
	position: fixed;
	float: left;
	width: 100px;
}

html>body .c_navi {
    display: none;
}

/*------------------------------------------------*/

/*-- IE6以下 -------------------------------------*/

*html .navi {
	display: none;
}

*html .c_navi {
	margin-top: 10px;
	margin-left: 10px;
	padding: 20px;
	float: left;
	width: 100px;
}

/*------------------------------------------------*/

.navi a , .c_navi a {
	color: #FFFFFF;
	line-height: 2;
}

.navi a:hover , .c_navi a:hover {color: #66CCFF
}

a#n_top {
	background-image: url(../img/icon_top.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	display: block;
}

a#n_profile {
	background-image: url(../img/icon_profile.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	display: block;
}

a#n_flow {
	background-image: url(../img/icon_flow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	display: block;
}

a#n_price {
	background-image: url(../img/icon_price.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	display: block;
}

a#n_link {
	background-image: url(../img/icon_link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	display: block;
}