@charset "UTF-8";

/* 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

 *******************************************************************************/

#MenuBar1 ul li ul {
	margin-top: 0;
}
#MenuBar1 ul {
	margin: 0;
}


/* 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;
	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!important;
	padding: 0!important;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	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
{
	list-style-type: none;
	line-height: normal!important;
	z-index: 1020;
	cursor: default;
	width: 150px;
	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: 150px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #d8d3d3;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -2px 0 0 100%!important;
}
/* 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 ul
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #f4f4f4;
	padding: 0.5em 0.75em;
	color: #6d6c6c;
	text-decoration: none!important;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #CC0000!important;
	color: #FFF!important;
}
/* 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
{
	background-color: #CC0000!important;
	color: #FFF!important;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
/*	background-image: url("/images/SpryMenuBarDown.gif");*/
	background-image: url("/images/SpryMenuBarDown.gif");
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
/*	background-image: url("/images/SpryMenuBarRight.gif");*/
	background-image: url("/images/SpryMenuBarRight.gif");
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
/*	background-image: url("/images/SpryMenuBarDownHover.gif");*/
	background-image: url("/images/SpryMenuBarDownHover.gif");
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
/*	background-image: url("/images/SpryMenuBarRightHover.gif");*/
	background-image: url("/images/SpryMenuBarRightHover.gif");
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 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;
	}
}
.headerSpacer {
	margin: 0 0 10px 0;
}

#MenuBar1 #menu1 {
	width: 151px;
	margin: 0px;
	padding: 0px;

}
#MenuBar1 #menu2 {
	width: 175px;
	margin: 0px;
	padding: 0px;

}
#MenuBar1 #menuIn2 li {
	width: 175px;
	margin: 0px!important;
	padding: 0px!important;
}
#MenuBar1 #menuIn2 ul {
	width: 175px;
	
}
#MenuBar1 #menu3 {
	width: 130px;
	margin: 0px;
	padding: 0px;

}
#MenuBar1 #menuIn3 li {
	width: 130px;
}
#MenuBar1 #menuIn3 ul {
	width: 130px;
}

#MenuBar1 #menu4 {
	width: 147px;
	margin: 0px;
	padding: 0px;

}
#MenuBar1 #menuIn4 li {
	width: 147px;
}
#MenuBar1 #menuIn4 ul {
	width: 147px;
}

#MenuBar1 #menu5 {
	width: 157px;
	margin: 0px;
	padding: 0px;

}
#MenuBar1 #menuIn5 li {
	width: 157px;
}
#MenuBar1 #menuIn5 ul {
	width: 157px;
}




div#headerWrapp {
	width: 100%;
	text-align: center;
	border-top: 3px solid #CF0000;
	background-color: #FFFFFF;
}

div#header {
	margin: 0 auto;
	width: 930px;
	text-align: left;
}



/*----------------------
@wb_[
------------------------*/

#tagline {
	position: absolute;
	top: 8px;
	left: 50%;
	text-align: right;
	width: 460px;
	font-size: 110%;
}

div#headerTxtBox a:link			{ color: #999999; text-decoration: none; }
div#headerTxtBox a:visited	{ color: #999999; text-decoration: none; }
div#headerTxtBox a:hover,
div#headerTxtBox a:active		{ color: #999999; text-decoration: underline; border-bottom-color: #999999; }

p#logoLEC {
	margin: 7px 0 0 0;
	width: 280px;
	float: left;
}
div#headerTxtBox {
	width: 650px;
	float: left;
	text-align: right;
}

div#header p#catchCopy {
	margin: 8px 0 0 0;
	font-size: 0.6875em;
	font-weight: normal;
	line-height: 1.4;
	color: #CF0000;
}

div#header p.yobi_title {
	margin: 8px 0 0 0;
	font-size: 0.6875em;
	font-weight: normal;
	line-height: 1.4;
	color: #CF0000;
}

div#headerTxtBox ul#headerSubNavi {
	/* margin: 23px 0 0 0; */
	margin: 0px 0 0 0;
	padding: 0;
	font-size: 100%;
}
div#headerTxtBox ul#headerSubNavi li {
	padding: 0 0.5em;
	display: inline;
	border-left: 1px solid #999999;
}
div#headerTxtBox ul#headerSubNavi li.firstList {
	border-left: none;
}


div#headerTxtBox ul#adSubNavi {
	margin: 0;
	padding: 2px 0 0 0;
	font-size: 130%;
	line-height: 1.0;
}
div#headerTxtBox ul#adSubNavi li {
	padding: 0 0 0 0;
	display: inline;
}
div#headerTxtBox ul#adSubNavi li#perplexed {
	margin-right: 10px;
	padding: 0 0 0 14px;
	font-weight: bold;
	background: url(/images/gnabi_icon.gif) no-repeat 0px center;
}
div#headerTxtBox ul#adSubNavi li#training {
	padding: 0 0 0 12px;
	background: url(/images/gnabi_arrow1.gif) no-repeat 0px center;
}

ul#MenuBar1 {
	margin: 10px 0 0 0;
	width: 765px;
	clear: both;
	float: left;
}
ul#MenuBar1 li {
	float: left;
	font-size: 110%;
}
ul#MenuBar1 li li { font-size: 100%;}
ul#MenuBar1 li li li { font-size: 100%;}
ul#MenuBar1 li li li li { font-size: 100%;}
ul#MenuBar1 li li li li li { font-size: 100%;}
/*  */

/* 検索ボックス */
div#searchBox {
	float: right;
	width:162px;
	/*height:40px;*/
	margin:13px 0 0;
	padding:5px 0 0 2px;
	font-size:12px;
	background-color: #CCCCCC;
}
div#searchBox p {
	line-height: 1.2;
	margin-bottom: 2px;
}

div#searchBox input#search {
	margin:0;
	padding: 0 0 0 0;
	font-size:12px;
	width: 110px;
	height: 14px;
	border: none;
	border-top: 1px solid #B5B5B6;
	border-left: 1px solid #B5B5B6;
	vertical-align: top;
}
	font-size: 1px;
}

/* 検索ボタン */
div#searchBox iniput#btnSearch {}

/* テキスト画像 */
div#searchBox img {
	padding: 4px 0 4px 0;
}



.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {	display: inline-block; }

/* Hide from IE-mac \*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide form IE-mac */

.contact {
	margin: 30px 0 0 0;
}

/*-------------------------------
 Google Site Search 最終150908
-------------------------------*/

/* header */

div#searchBox {
	float: right;
	width:159px;
	margin:13px 0 0;
	padding:5px 0 0 5px;
	font-size:12px;
	background-color: #CCCCCC;
}
div#searchBox p {
	line-height: 1.2;
	margin-bottom: 2px;
}

div#searchBox input#search {
	margin:0;
	padding: 0 0 0 0;
	font-size:12px;
	width: 110px;
	height: 14px;
	border: none;
	border-top: 1px solid #B5B5B6;
	border-left: 1px solid #B5B5B6;
	vertical-align: top;
}
	font-size: 1px;
}

/* 検索ボタン */
div#searchBox iniput#btnSearch {}

/* テキスト画像 */
div#searchBox img {
	padding: 4px 0 4px 0;
}

div#searchBox form.gsc-search-box {
	font-size: 12px !important;
}
div#searchBox .gscb_a {
	display: inline-block;
	font: 20px/12px arial, sans-serif!important;
}
div#searchBox input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
	border-color: #D9D9D9!important;
}
div#searchBox input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
	border-color: #990000!important;
	background-color: #CC0000!important;
	background-image: none!important;
	filter: none!important;
}
div#searchBox .gsib_a {
	width: 200px!important;
}
div#searchBox .gsc-input-box {
	background: #fff none repeat scroll 0 0;
	height: 20px !important;
}

div#searchBox .cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	height: 12px!important;
	margin-top: 0!important;
	min-width: 12px!important;
	padding: 4px 15px!important;
	width: 12px!important;
}

div#searchBox .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 5px;
}

div#searchBox table.gsc-search-box td {
    padding-right: 5px;
}

div#searchBox #gs_tti50{
	position:relative;
}

div#searchBox #searchArea input.gsc-input{
	position:absolute;
	top:1px;
	left:0;
}

/* body */

/*
form.gsc-search-box {
	font-size: 12px !important;
}
.gscb_a {
	display: inline-block;
	font: 20px/12px arial, sans-serif!important;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
	border-color: #D9D9D9!important;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
	border-color: #990000!important;
	background-color: #CC0000!important;
	background-image: none!important;
	filter: none!important;
}
.gsib_a {
	width: 200px!important;
}
.gsc-input-box {
	background: #fff none repeat scroll 0 0;
	height: 20px !important;
}
table.gsc-search-box {
	width: 300px !important;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	height: 12px!important;
	margin-top: 0!important;
	min-width: 12px!important;
	padding: 4px 15px!important;
	width: 12px!important;
}

#gs_tti50{
	position:relative;
}

#searchArea input.gsc-input{
	position:absolute;
	top:1px;
	left:0;
}
*/
