@charset "UTF-8";

/* ===================================
	File Name   : top.css
	Description : Top Page Layout CSS
	Editor      : Bface Saeki
	Last Editor : Bface Nakamura

	Update Description :
	[2025/10/28] GlobalNavi追加
	[2017/02/22]
	[2016/09/08] ビジュアル変更
	[2013/10/07] 新規作成
	[2013/02/20] 新規作成

====================================== */

/*========== Style Contents ==========

	1. Individual Redefinition
	2. Visual Setting
	3. Section [Top Message] Setting
	*. Clear Fix

====================================== */





/*===== ■1. Individual Redefinition =====*/
#Header h1 {
	position: absolute;
	top: 40px;
	z-index: 5;
}

#Contents h2 {
	position: absolute;
	top: -150px;
	left: 140px;
	width: 895px;
	z-index: 1;
}

#GlobalNavi {
	position: relative;
	height: 600px;
	/z-index: 2;
}

#GlobalNavi > ul {
	position: absolute;
	top: 120px;
	z-index: 5;
}

.Section {
	width: 860px;
}


/*===== ■2. Visual Setting =====*/
#Contents h2 img {
	position: absolute;
	top: 255px;
	left: 290px;
}

#Contents h2 span img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}





/*===== ■3. Section [Top Message] Setting =====*/
#TopMessage h3 {
	position: relative;
	width: 560px;
	height: 100px;
	margin: -120px auto 15px;
  margin-left: 250px;
	padding-bottom: 20px;
	font-size: 0;
	line-height: 0;
	/z-index: 2;
}

#TopMessage h3 span {
	position: absolute;
	z-index: 5;
	display: block;
	width: 560px;
	text-align: center;
}

#TopMessage h3 span img { display: inline;}

#TopMessage p {
	position: relative;
  width: 560px;
  margin: 10px auto 100px;
  margin-left: 250px;
	font-size: 145%;
	text-align: center;
}
#TopMessage p a {
	text-align: center;
}
