@import url("/css/setup.css");
@import url("/css/layout.css");
@import url("/css/menu.css");
@import url("/css/top.css");
@import url("/css/entry.css");
@import url("/css/info.css");
@import url("/css/shop.css");
@import url("/links/styles-site.css");


/*	Specific Settings	*/

#logo {
	width: 400px;
	height: 80px;
}

#menu_l h2.nav_left {
	background: #6f1818;
}

#menu_l a,
#menu_l a:link,
#menu_l a:hover,
#menu_l a:visited,
#menu_l a:active {
	color: #555555;
	text-decoration: none;
	font-size: 12px;
}
#menu_l a:hover {
	color: #bb0033;
}
#menu_l a:hover:after {
	font-family: "Wingdings";
	content: " ＊";
}
#menu_l a:hover:before {
}

#menu_l a.top,
#menu_l a.store,
#menu_l a.category_title {
	border: 1px solid #6f1818;
	background: #a72525;
	color: #ffeeee;
}
#menu_l a.category_entry {
	border-left: 1px solid #eedddd;
	border-right: 1px solid #eedddd;
	background: #feeee0;
}
#menu_l .category_entries .btm {
	border-top: 1px solid #eedddd;
}


#entry h1.entry_title {
	background: #6f1818;
}

#shop h1.shop, #shop h1.order {
	background: #6f1818;
}

#shop h1.error {
	background: #6f1818;
}

#info h1 {
	background: #6f1818;
}

#info h1.error {
	background: #6f1818;
}