/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead {
	width: 800px;
	padding: 5px 0px 0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background: #330100;
}
#masthead  .title {
	margin-top: 100px;
	margin-right: 20px;
	text-align: right;
}

/************* globalNav styles ****************/
#globalNav {
	height: 35px;
	margin: 0px auto 10px;
	width: 800px;
}
#globalNav a {
	height:35px;
	width: 98px;
	display:block;
	background-repeat:no-repeat;
	float:left;
}
#globalNav a:hover { background-position:0px -35px; 
}
#globalNav a span { display:none; }
#globalNav img {
	height:16px;
	display:block;
	float:left;
	width: 57px;
}a.navi_tenpo { background-image: url(navi/n_tenpo.gif); 
}
a.navi_moyoosi { background-image: url(navi/n_event.gif); 
}
a.navi_shop { background-image: url(navi/n_shop.gif); 
}
a.navi_database { background-image: url(navi/n_database.gif); 
}
a.navi_inami { background-image: url(navi/n_inami.gif); 
}
a.navi_goiken { background-image: url(navi/n_goiken.gif); 
}
a.navi_home { background-image: url(navi/n_home.gif); 
}
ul#footerNavi {
	margin: 3px auto;
	width: 600px;
	text-align: center;
}
ul#footerNavi li {
	padding: 0px 5px;
	list-style-type: none;
	display:inline;
	border-right: 1px solid #999999;
	font-size: 11px;
}
ul#footerNavi li.menu_last{ border-right:none!important;
}
/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	cursor: pointer;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}
