@charset "utf-8";

a:link {
	color: #884808;
}

a:hover {
	color: #e47906;
}

a:visited {
	color: #5f002e;
}

.blog-entry-title a:link {
	color: #884808;
}

.blog-entry-title a:hover {
	color: #e47906;
}

.blog-entry-title a:visited {
	color: #5f002e;
}

#navcontainer {
	background: url(../../images/wood/menu_bg.png) repeat-x;
}

/* #navcontainer a を追加
------------------------------ */
#navcontainer a{
	background-image: url(../../images/button2_normal.png);
	color: #fff;
	text-shadow: 0px -1px 0px #3f1601;
}

#navcontainer #current,
#navcontainer .currentAncestor,
#navcontainer a:hover {
	background-image: url(../../images/wood/button_over.png);
	text-shadow: 0px -1px 0px #2c0f00;
}

#navcontainer ul ul a {
	text-shadow: none;
}

#navcontainer ul ul a:hover,
#navcontainer ul ul #current,
#navcontainer ul ul .currentAncestor {
	background: repeat-x url(../../images/wood/submenu_over.png) center top;
	text-shadow: none;
}