<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.TabbedPanels {
	margin: 0px;
	float: left;
	clear: none;
	width: 100%;
	padding: 0px 0px 10px 0px;
}

.TabbedPanelsTabGroup {
	margin: 0px auto;
	padding: 0px 0px 10px 85px;
}

.TabbedPanelsTab {
	background-color: #FFFFFF;
	color: #333333;
	position: relative;
	float: left;
	list-style: none;
	height: 35px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	cursor: pointer;
	outline: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-image: url(../images/pMenuOff.gif);
	background-repeat: no-repeat;
}

.TabbedPanelsTabHover {
	background-color: #FFFFFF;
	background-image: url(../images/pMenuOn.gif);
	background-repeat: no-repeat;
}

.TabbedPanelsTabSelected {
	background-color: #FFFFFF;
	background-image: url(../images/pMenuOn.gif);
	background-repeat: no-repeat;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
}

.TabbedPanelsContent {
	padding: 10px 0px 0px 0px;
}

.TabbedPanelsContentVisible {
}

/* ------ Products Menu for shirumamire/index.html ------ */
#pmTopStory {
	height: 35px;
	width: 310px;
	background-position: 0px 0px;
}
#pmCharactor {
	height: 35px;
	width: 150px;
	background-position: -320px 0px;
}
#pmGallery {
	height: 35px;
	width: 150px;
	background-position: -480px 0px;
}
#pmDownload {
	height: 35px;
	width: 150px;
	background-position: -640px 0px;
}

</pre></body></html>