
/**メニューボタン設定**/

#outline {
	width: 100%;
	text-align: center;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	background-color: #FFFFFF;
}

#menu {
	width: 100%;
	/*width: 890px;*/
	height: 28px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(/img/profile/bar.gif);
}


#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 110px;
}


#menu li {
	display:inline; float:left; }

#menu a:link {
	text-decoration: none; }

#menu a:hover {
	text-decoration: none; }

#menu a:visited {
	text-decoration: none; }

#menu a:active {
	text-decoration: none; }


#menu a.kizunatop {
	background: url(/img/profile/kizunatop.gif);
	background-repeat: no-repeat;
	width:92px;
	height:28px;
	display:block;
}

#menu a.kizunatop:hover {
	background: url("/img/profile/kizunatop_over.gif");
	background-repeat: no-repeat;
	width:92px;
	height:28px;
	display:block;
}

#menu a.top {
	background: url(/img/profile/top2.gif);
	background-repeat: no-repeat;
	width:92px;
	height:28px;
	display:block;
}

#menu a.top:hover {
	background: url("/img/profile/top2_over.gif");
	background-repeat: no-repeat;
	width:92px;
	height:28px;
	display:block;
}

#menu a.entry {
	background-image: url("/img/profile/kizunapro.gif");
	background-repeat: no-repeat;
	width:92px;
	height:28px;
	display:block;
}

#menu a.entry:hover {
	background-image: url("/img/profile/kizunapro_over.gif");
	background-repeat: no-repeat;
	width:92px;
	height:28px;
	display:block;
}

#menu a.profileBtn {
	background-image: url("/img/profile/profile.gif");
	background-repeat: no-repeat;
	width:92px;
	height:28px;
	display:block;
}

#menu a.profileBtn:hover {
	background-image: url("/img/profile/profile_over.gif");
	background-repeat: no-repeat;
	width:92px;
	height:28px;
	display:block;
}

#menu a.news {
	background-image: url("/img/profile/news.gif");
	background-repeat: no-repeat;
	width:92px;
	height:28px;
	display:block;
}

#menu a.news:hover {
	background-image: url("/img/profile/news_over.gif");
	background-repeat: no-repeat;
	width:92px;
	height:28px;
	display:block;
}

#menu a.Pmessage {
	background-image: url("/img/profile/p_message.gif");
	background-repeat: no-repeat;
	width:92px;
	height:28px;
	display:block;
}

#menu a.Pmessage:hover {
	background-image: url("/img/profile/p_message_over.gif");
	background-repeat: no-repeat;
	width:92px;
	height:28px;
	display:block;
}

#menu a.address {
	background-image: url("/img/profile/address.gif");
	background-repeat: no-repeat;
	width:92px;
	height:28px;
	display:block;
}

#menu a.address:hover {
	background-image: url("/img/profile/address_over.gif");
	background-repeat: no-repeat;
	width:92px;
	height:28px;
	display:block;
}

#menu a.set {
	background-image: url("/img/profile/set.gif");
	background-repeat: no-repeat;
	display:block;
	width:92px;
	height:28px;
	display:block;
}

#menu a.set:hover {
	background-image: url("/img/profile/set_over.gif");
	background-repeat: no-repeat;
	display:block;
	width:92px;
	height:28px;
	display:block;
}

#menu a.logout {
	background-image: url("/img/profile/logout.gif");
	background-repeat: no-repeat;
	display:block;
	width:92px;
	height:28px;
	display:block;
}

#menu a.logout:hover {
	background-image: url("/img/profile/logout_over.gif");
	background-repeat: no-repeat;
	display:block;
	width:92px;
	height:28px;
	display:block;
}

#menu a.login {
	background-image: url("/img/profile/login.gif");
	background-repeat: no-repeat;
	display:block;
	width:92px;
	height:28px;
	display:block;
}

#menu a.login:hover {
	background-image: url("/img/profile/login_over.gif");
	background-repeat: no-repeat;
	display:block;
	width:92px;
	height:28px;
	display:block;
}

#menu a.ask {
	background-image: url("/img/profile/ask.gif");
	background-repeat: no-repeat;
	display:block;
	width:92px;
	height:28px;
	display:block;
}

#menu a.ask:hover {
	background-image: url("/img/profile/ask_over.gif");
	background-repeat: no-repeat;
	display:block;
	width:92px;
	height:28px;
	display:block;
}

