/* CSS Document */

* {
	margin:0;
	padding:0;
}

/*
全体のスタイル
-------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	color: #333333;
	background-color: #FFFFFF;
	font-size:12px;
	width:100%;
	height: 100%;
}


/*
全体の包括レイヤー　（第1層）
*/

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	width:100%;
	height: auto;
	background-color: #FFFFFF;
	z-index: 1;
}


/*
上部レイヤー　（第2層）
*/

#upper_layer {
	position: relative;
	top: 0;
	left: 0;
	margin: 0px;
	width: 100%;
	background-color: #FFFFFF;
	background-image:url(/e/images/bg_img_upper.gif);
	background-repeat:repeat-x;
	z-index: 2;
}


/*
中部レイヤー　（第2層）
*/

#middle_layer {
	position: relative;
	top: auto;
	left: 0px;
	margin: 0px;
	width: 100%;
	background-color: #eeeeee;
	overflow: visible;
	z-index: 2;
}

/*
下部レイヤー　（第2層）
*/

#bottom_layer {
/*	position:relative;
	top:auto;
	left: 0;
*/
	margin: 0px;
	width: 100%;
	height: 55px;
	background-color: #FFFFFF;
	background-image:url(/e/images/bg_img_bottom.gif);
	background-repeat:repeat-x;
	z-index: 2;
	bottom: 0px;
}

/*
上部レイヤーの中央フロート　（第3層）
*/

#float_upper_center_layer {
	position:relative;
	top:0;
	left:50%;
	margin-left:-380px;
	margin-right:auto;
	margin-top:0px;
	margin-bottom: 0px;
	text-align:left;
	width:760px;
	height:100%;
	background: #330099;
	z-index: 3;
}

/*
中部レイヤーの中央フロート　（第3層）
*/

#float_middle_center_layer {
	position:relative;
	top: auto;
	left:50%;
	height:100%;
	margin-left:-380px;
	margin-right:auto;
	margin-top:0px;
	margin-bottom: 0px;
	text-align:left;
	width:760px;
	background: #ffffff;
	z-index: 3;
}

/*
下部レイヤーの中央フロート　（第3層）
*/

#float_bottom_center_layer {
	position:relative;
	top: auto;
	left:50%;
	margin-left:-380px;
	margin-right:auto;
	margin-top:0px;
	margin-bottom: 0px;
	text-align:left;
	width: 760px;
	height: 100%;
	background: #330099;
	z-index: 3;
}




/* リンク
---------------------------------------------------- */
a:link {
	text-decoration:none;
	color:#663366;
	background: transparent;
}

a:visited {
	text-decoration:none;
	color:#bd246c;
	background: transparent;
}

a:hover, a:active {
	text-decoration:underline;
	color:#9f0078;
	background: transparent;
}

a:link.text {
	text-decoration:none;
	color:#333333;
	background: transparent;
}

a:visited.text {
	text-decoration:none;
	color:#333333;
	background: transparent;
}

a:hover.text, a:active.text {
	text-decoration:underline;
	color:#9f0078;
	background: transparent;
}



/* ヘッダとヘッダメニュー　（第4層以上）
---------------------------------------------------- */
#header {
	height: 60px;
	margin: 0px;
	color: #ffffff;
	width: 760px;
	background-color: #330099;
	background:url(/e/images/gpwu_logo02.gif) left top no-repeat; 
}

#header h1 {
  margin: 0px;
  float: left;
  width: 240px;
  height:50px;
  font-size: ;
  background:url(/e/images/gpwu_logo02.gif) top left no-repeat #330099;
  text-indent:;
}

#header h1 a{
	position:absolute;
  margin: 0px;
  width: 240px;
  height:50px;
  text-indent:-9999px;
}


#header ul {
	margin: 0 5px 0 0;
	padding: 10px 0 0 0;
	width:300px;
	list-style: none;
	float:right;
	text-align:right;
	line-height:1;
	/* ■この指定が無いとブラウザ毎に縦位置が変る */;
}

#header ul li {
	display: inline;
	padding: 10px 10px 0px 10px;
	font-size:11px;
	color:#ffffff;
}

#header ul li a, #header ul li a:visited {
	color:#FFFFFF;
}

#header ul li a:hover {
	color:#FFCC00;
}


#div header_clear {
	clear:both;
}

/* アリアドネの糸　（第4層以上）
---------------------------------------------------- */
#ariadne {
	position:relative;
	top: 0px;
	font-size: 10px;
	margin: 0px;
	height: 15px;
	background-color:#FFFF99;
}


#ariadne ul {
	potision:relative;
	margin: 0px;
	list-style: none;
	text-align: left;
	line-height:1;
	height:15px;
}

#ariadne ul li {
	display: inline;
	padding-left: 10px;
}


/* コンテンツ　（第4層以上）
---------------------------------------------------- */

#main {
	margin:0px;
	width:760px;
}



/* フッタ　（第4層以上）
---------------------------------------------------- */
#bottom_line {
	position:relative;
	top: 0px;
	font-size: 10px;
	margin: 0px;
	height: 15px;
	background-color: #66FF99;
}


#footer_area {
	clear: both;
}

#footer {
	background-color: #330099;
	text-align: left;
	width:100%;
	margin: 0px;
	color: #ffffff;
}

#footer address {
	font-style:normal;
	margin-top: 5px;
	padding: 0px 20px 0px 10px;
	color: #ffffff;
	font-size: 10px;
	line-height: 90%;
}


