@charset "euc-jp";

/* シノン電気産業 menu.css produced by HitArts 2010-04-20 */

/*
同一要素内に、.class と #id が記述された場合は、#id が優先されるが、
#id が定義されていない場合は、.class で定義された内容が表示される。
.class で定義された値（テーブルの高さや幅等）が、#id に踏襲される。
*/

#link_mask {
	position: absolute;		/* 座標原点は親<div>領域（#menu_part）。 */
	left: 0px;
	top: 176px;
	border: solid 0px #ffffff;
	z-index: 2;
}

#menu_back {
	position: absolute;		/* 座標原点は親<div>領域（#menu_part）。 */
	top: 0px;
	left: 0px;
	width: 924px;
	height: 185px;
	z-index: 1;
}

#menu_back_bot {
	/* position: absolute; */		/* 座標原点は親<div>領域（#menu_part_bot）。 */
	top: 0px;
	left: 0px;
	width: 769px;
	height: 185px;
	/* border: solid 2px #0000ff; */	/* for Debug */
}

#img_logo {
	position: absolute;		/* 座標原点は親<div>領域（#menu_part）。 */
	/*
	left: 8px;
	top: 8px;
	*/
	left: -1px;
	top: 8px;
	z-index: 2;
}

.menu_table {
	position: absolute;		/* 座標原点は親<div>領域（#menu_part）。 */
	left: 230px;
	top: 4px;
	/* width: 691px; */		/* 115 * 6 = 690 + 1 */
	width: 576px;			/* 115 * 5 = 575 + 1 */
	height: 70px;
	border-collapse: collapse;
	z-index: 2;
}

.menu_table_bot {
	margin: auto;		/* Firefox で横方向センタリングのために必要 */
	/* width: 691px; */		/* 115 * 6 = 690 + 1 */
	width: 576px;			/* 115 * 5 = 575 + 1 */
	height: 70px;
	border-collapse: collapse;
	vertical-align: bottom;
	/* border: solid 1px #ff0000; */	/* for Debug */
}

.top_left {
	width: 115px;
	background-image: url(../../Gif/button_top_left.gif);
	background-repeat: no-repeat;
}

.top_center {
	width: 115px;
	background-image: url(../../Gif/button_top_center.gif);
	background-repeat: no-repeat;
}

.top_right {
	width: 116px;
	background-image: url(../../Gif/button_top_right.gif);
	background-repeat: no-repeat;
}

.bot_left {
	width: 115px;
	background-image: url(../../Gif/button_bot_left.gif);
	background-repeat: no-repeat;
}

.bot_center {
	width: 115px;
	background-image: url(../../Gif/button_bot_center.gif);
	background-repeat: no-repeat;
}

.bot_right {
	width: 116px;
	background-image: url(../../Gif/button_bot_right.gif);
	background-repeat: no-repeat;
}

.menu_text {
	display: block;		/* セル全体リンク */
	width: 100%;		/* セル全体リンク */
	height: 100%;		/* セル全体リンク */
	color: #444444;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;	/* normal/bold/lighter/bolder/100～900 */
	text-align: center;
	line-height: 35px;
}

.menu_text_current {
	display: block;		/* セル全体リンク */
	width: 100%;		/* セル全体リンク */
	height: 100%;		/* セル全体リンク */
	color: #ff8c00;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;	/* normal/bold/lighter/bolder/100～900 */
	text-align: center;
	line-height: 35px;
}

.menubot_text {
	display: block;		/* セル全体リンク */
	width: 100%;		/* セル全体リンク */
	height: 100%;		/* セル全体リンク */
	color: #444444;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;	/* normal/bold/lighter/bolder/100～900 */
	text-align: center;
	line-height: 35px;
}

.menubot_text_current {
	display: block;		/* セル全体リンク */
	width: 100%;		/* セル全体リンク */
	height: 100%;		/* セル全体リンク */
	color: #ff8c00;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;	/* normal/bold/lighter/bolder/100～900 */
	text-align: center;
	line-height: 35px;
}

