@charset "Shift_JIS";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 144px;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 144px;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 144px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0;
	color: #000066;
	text-decoration: none;
	height: 37px;
	width: 144px;
	text-indent: -9999px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #999999;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #999999;
}



/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
#MenuBar1 #semi_02 ul a {
	line-height: 37px;
	text-align: left;
	text-indent: 10px;
	font-size: 90%;
}
/*sprymenw*/
#MenuBar1 #semi_01 a {
	background-image: url(../img/seminar/seminar_tab01.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #semi_02 a {
	background-image: url(../img/seminar/seminar_tab02.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #semi_03 a {
	background-image: url(../img/seminar/seminar_tab03.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #semi_04 a {
	background-image: url(../img/seminar/seminar_tab04.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #semi_05 a {
	background-image: url(../img/seminar/seminar_tab05.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #semi_01 a:hover {
	background-image: url(../img/seminar/seminar_tab01_on.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #semi_02 a:hover {
	background-image: url(../img/seminar/seminar_tab02_on.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #semi_03 a:hover {
	background-image: url(../img/seminar/seminar_tab03_on.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #semi_04 a:hover {
	background-image: url(../img/seminar/seminar_tab04_on.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #semi_05 a:hover {
	background-image: url(../img/seminar/seminar_tab05_on.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #semi_01 a:active {
	background-image: url(../img/seminar/seminar_tab01_on.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #semi_02 a:active {
	background-image: url(../img/seminar/seminar_tab02_on.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #semi_03 a:active {
	background-image: url(../img/seminar/seminar_tab03_on.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #semi_04 a:active {
	background-image: url(../img/seminar/seminar_tab04_on.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #semi_05 a:active {
	background-image: url(../img/seminar/seminar_tab05_on.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #semi_02 #semi_02_1 a {
	background-image: url(../img/seminar/guide_tab02_1.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #semi_03 #semi_03_1 a {
	background-image: url(../img/seminar/guide_tab03_1.jpg);
	background-repeat: no-repeat;
	line-height: 37px;
	text-align: left;
	text-indent: 10px;
}
#MenuBar1 #semi_04 #semi_04_1 a {
	background-image: url(../img/seminar/guide_tab04_1.jpg);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 10px;
	line-height: 37px;
}
#MenuBar1 #semi_05 #semi_05_1 a {
	background-image: url(../img/seminar/guide_tab05_1.jpg);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 10px;
	line-height: 37px;
}
#MenuBar1 #guide_01 a {
	background-image: url(../img/guide/guide_tab01.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #guide_02 a {
	background-image: url(../img/guide/guide_tab02.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #guide_03 a {
	background-image: url(../img/guide/guide_tab03.jpg);
	background-repeat: no-repeat;
}

#MenuBar1 #guide_01 a:hover {
	background-image: url(../img/guide/guide_tab01_on.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #guide_02 a:hover {
	background-image: url(../img/guide/guide_tab02_on.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #guide_03 a:hover {
	background-image: url(../img/guide/guide_tab03_on.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #guide_01@a:active {
	background-image: url(../img/guide/guide_tab01_on.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #guide_02@a:active {
	background-image: url(../img/guide/guide_tab02_on.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #guide_03@a:active {
	background-image: url(../img/guide/guide_tab03_on.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #guide a {
	background-image: url(../img/pc/pc_tab01.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #harge a {
	background-image: url(../img/pc/pc_tab02.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #business a {
	background-image: url(../img/pc/pc_tab03.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #guide a:hover {
	background-image: url(../img/pc/pc_tab01_on.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #harge a:hover {
	background-image: url(../img/pc/pc_tab02_on.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #business a:hover {
	background-image: url(../img/pc/pc_tab03_on.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #guide a:active {
	background-image: url(../img/pc/pc_tab01_on.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #harge a:active {
	background-image: url(../img/pc/pc_tab02_on.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #business a:active {
	background-image: url(../img/pc/pc_tab03_on.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #support a {
	background-image: url(../img/support/support_tab01.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #kakaku a {
	background-image: url(../img/support/support_tab02.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #support a:hover {
	background-image: url(../img/support/support_tab01_on.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #kakaku a:hover {
	background-image: url(../img/support/support_tab02_on.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #support a:active {
	background-image: url(../img/support/support_tab01_on.jpg);
	background-repeat: no-repeat;
}
#MenuBar1 #kakaku a:active {
	background-image: url(../img/support/support_tab02_on.jpg);
	background-repeat: no-repeat;
}
#round .semi03_2 tr th {
	padding: 6px;
}
#round .semi03_2 tr td {
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
}
#round .con_table4 tr th {
	text-align: center;
}

#confirm_2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#round form #confirm {
	border: 1px solid #CCC;
}
#round form #confirm tr td {
	border: 1px solid #CCC;
}
