@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
*******************************************************************************/
/* 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: 8em;*/
	float: left;
	font-size: 10px;
}
/* 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: 10px;
	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;/*■プルダウンメニューの幅■*/
}
/* 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
{
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #F2F2F2;
	padding: 0px;
	color: #333;
	text-decoration: none;
}

/*******************************************************************************
 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;
	}
}


/*----------------------------------------------------------------- */
/*----------------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
}
table {
	font-size: 1em;
}
form {
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4 {
	margin:0px;
	font-weight: normal;
}

/*----------------------------------------------------------------- */

.mainBlock:after,
.Lbox:after,
.Lbox2:after,
.alphaInner:after,
.betaInner:after
 { content: " "; display: block; visibility: hidden; clear: both; height: 0.1px; font-size: 0.1em; line-height: 0;}
.mainBlock,
.Lbox,
.Lbox2,
.alphaInner,
.betaInner
 { display: block; }
/* no ie mac \*/
* html .mainBlock,
* html .Lbox,
* html .Lbox2,
* html .alphaInner,
* html .betaInner
 { height: 1%; }
.mainBlock,
.Lbox,
.Lbox2,
.alphaInner,
.betaInner
 { display: block; }
/* */


/*----------------------------------------------------------------- */
.container {
	position: relative;
}
.headerBlock {
	margin: 0px auto;
	width: 860px;
	height: 58px;
	position: relative;
}
.mainBlock {
	position: relative;
}
.footerBlock {
	clear: both;
	background-image: url(/common_s/img/global/ft_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.alphaColumn, .betaColumn, .gammaColumn {
	position: relative;
	display: inline;
	float:left;
}
.alphaInner, .betaInner, .gammaInner {
	position: static;
}

/* レイアウト ---------------------------------------------------------- */

.container {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.footerBlock {
}

.footerBlock .footerInner {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
/*	position: relative;*/
	font-size:10px;
	color:#666666;
	height:70px;
}

.mainBlock {
	padding: 20px;
	background-color: #F2F2F2;
}
.alphaColumn {
	width: 650px;
	left: 210px;
}
.betaColumn {
	width: 210px;
	left: -650px;
	background-image: url(/common_s/img/menu_bg1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.gammaColumn {
	background-color: #FF9999;
	width: 200px;
	right: 0px;
}

.alphaColumn .alphaInner {
	padding: 15px 0px 30px 40px;
	color: #666666;
}
.betaColumn .betaInner {
	padding: 15px 10px 15px 0px;
}
.gammaColumn .gammaInner {
	padding: 10px;
}



.Lbox {
	position: relative;
	float: none;
}
.Lbox div {
	float: left;
}
.Lbox .cell1 {
	width: 110px;
}
.Lbox .cell2 {
	width: 130px;
	background-color: #FF6666;
}
.Lbox .cell3 {
	width: 130px;
}


.Lbox2 {
	position: relative;
	float: none;
}
.Lbox2 div {
	float: left;
}
.Lbox2 .cell1 {
	width: 110px;
	background-color: #FFFF99;
}
.Lbox2 .cell2 {
	background-color: #FF6666;
	width: 260px;
}
.Lbox2 .cell2 .Lbox2 .cell1 {
	width: 120px;
	background-color: #CC9900;
}
.Lbox2 .cell2 .Lbox2 .cell2 {
	width: 120px;
	background-color: #FFCC00;
}
.footerBlock img {
	border:none;
}

/* design ---------------------------------------------------------- */


.footerBlock .footerInner .fLink {
	float:left;
	width: 620px;
	left: 0px;
	top: 16px;
	text-align: left;
	line-height: 160%;
	padding-top:16px;
}
/*
.footerBlock .footerInner .fLink {
	width: 620px;
	position: absolute;
	left: 0px;
	top: 16px;
	text-align: left;
	line-height: 160%;
}
	*/
.footerBlock .footerInner .fLink a {
	color: #666666;
	text-decoration: none;
}
.footerBlock .footerInner .fLink a:hover {
	color: #3399CC;
}
.footerBlock .footerInner .fCopyr {
	width: 216px;
	top: 16px;
	right: 3px;
	text-align: right;
	float: right;
	padding-top: 16px;
	padding-right: 3px;
}
/*
.footerBlock .footerInner .fCopyr {
	width: 216px;
	position: absolute;
	top: 16px;
	right: 3px;
	text-align: right;
}
	*/
.footerBlock .footerInner .fCopyr .ftcopyrImg {
	margin-bottom: 4px;
}


/* design ---------------------------------------------------------- */

.headerBlock img {
	border:none;
}

.headerBlock .logo1 {
	width: 263px;
	position: absolute;
	top: 6px;
	left: 0px;
}
.headerBlock .headerMenu {
	height: 21px;
	width: 193px;
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: -17px;
}
.headerBlock .headerMenu ul {
	margin: 0px 0px 4px;
	padding: 0px;
	list-style: none;
	height: 21px;
}
.headerBlock .headerMenu li {
	float: left;
	font-size: 10px;
}
.headerBlock .headerMenu a {
	display: block;
	height: 21px;
	text-indent: -9999px;
	text-align: left;
	outline-style:none;
}
.headerBlock .headerMenu .hdrMenu1 a {
	background-image: url(/common_s/img/global/hd_menu1.gif);
	background-position: left top;
	width: 96px;
}
.headerBlock .headerMenu .hdrMenu2 a {
	background-image: url(/common_s/img/global/hd_menu2.gif);
	background-position: 17px top;
	width: 96px;
	background-repeat: no-repeat;
}
.headerBlock .headerMenu .hdrMenu3 a {
	background-image: url(/common_s/img/global/hd_menu3.gif);
	background-position: left top;
	width: 97px;
}
.headerBlock .headerMenu .hdrMenu4 a {
	background-image: url(/common_s/img/global/hd_menu4.gif);
	background-position: left top;
	width: 97px;
}
.headerBlock .headerMenu a:hover {
	background-position: left -21px;
}
.headerBlock .headerMenu .hdrMenu2 a:hover {
	background-position: 17px -21px;
}
.globalMenu {
	background-color: #003366;
	height: 30px;
	text-align: center;
}
.globalMenuInner {
	margin: 0px auto;
	width: 860px;
	position: relative;
	height: 30px;
}
.navi01 a, .navi02 a, .navi03 a, .navi04 a, .navi05 a, .navi06 a {
	background-image: url(/common_s/img/global/navi.gif);
	background-repeat: no-repeat;
	height: 30px;
	text-indent: -9999px;
	outline-style:none;
}
.navi01 a {
	width: 127px;
	background-position: left top;
}
.navi02 a {
	width: 150px;
	background-position: -127px top;
}
.navi03 a {
	width: 175px;
	background-position: -277px top;
}
.navi04 a {
	width: 130px;
	background-position: -452px top;
}
.navi05 a {
	width: 208px;
	background-position: -582px top;
}
.navi06 a {
	width: 70px;
	background-position: -790px top;
}
.navi01 a:hover {
	background-position: left -30px;
}
.navi02 a:hover {
	background-position: -127px -30px;
}
.navi03 a:hover {
	background-position: -277px -30px;
}
.navi04 a:hover {
	background-position: -452px -30px;
}
.navi05 a:hover {
	background-position: -582px -30px;
}
.navi06 a:hover {
	background-position: -790px -30px;
}

.dir1 .navi01 a.navi {
	background-position: left -30px;
}
.dir2 .navi02 a.navi {
	background-position: -127px -30px;
}
.dir3 .navi03 a.navi {
	background-position: -277px -30px;
}
.dir4 .navi04 a.navi {
	background-position: -452px -30px;
}
.dir5 .navi05 a.navi {
	background-position: -582px -30px;
}
.dir6 .navi06 a.navi {
	background-position: -790px -30px;
}

.globalMenu ul ul li a {
	display: block;
	height: 23px;
	width: 148px;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
	background-image: none;
	background-color: #CCCCCC;
	background-position: left top;
}
.navi02 .navi02-01 a {
	background-image: url(/common_s/img/global/navi02-01.gif);
}
.navi02 .navi02-02 a {
	background-image: url(/common_s/img/global/navi02-02.gif);
}
.navi02 .navi02-03 a {
	background-image: url(/common_s/img/global/navi02-03.gif);
}
.navi02 .navi02-04 a {
	background-image: url(/common_s/img/global/navi02-04.gif);
}
.navi02 .navi02-05 a {
	background-image: url(/common_s/img/global/navi02-05.gif);
}
.navi02 .navi02-06 a {
	background-image: url(/common_s/img/global/navi02-06.gif);
}
.navi02 .navi02-07 a {
	background-image: url(/common_s/img/global/navi02-07.gif);
}
.navi02 .navi02-08 a {
	background-image: url(/common_s/img/global/navi02-08.gif);
}

.globalMenu ul ul li a:hover {
	background-position: -148px top;
}

.headerh1 {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	width: 860px;
	margin: 0px auto;
	height: 15px;
	padding-top: 2px;
	text-align: left;
}
.kyeW {
	padding-top: 3px;
	padding-left: 2px;
}
