@charset "UTF-8";
/* CSS Document */
html{
    height:100%;
}
body{
    height:100%;
	background-color:#eee;
}
#top-container {
	min-width:1140px;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-color:#eee;
}
#top-main {
	width:1140px;
	margin:0px auto;
	position:relative;
	min-height:660px;
	height:auto;
	background-color:#eee;
}
#top-bottom-main {
	width:1140px;
	margin:0px auto;
	position:relative;
}
#top-partner {
	width:219px;
	height:83px;
	position:absolute;
	bottom:18px;
	right:-2px;
}
#top-logo {
	width:650px;
	height:250px;
	/*background: url(../../images/top-logo.gif) top left no-repeat ;*/
	position:absolute;
	top:-250px;
	left:0px;
	z-index:0;
}
#top-logo-g {
	width:650px;
	height:250px;
	background: url(../../images/top-eee.png) top left repeat ;
	position:absolute;
	top:-250px;
	left:110px;
	display:block;
	color:#333;
	z-index:1;
}
#top-language {
	position:absolute;
	width:125px;
	top:0px;
	right:0px;
}
#top-language img {
	float:right;
	display:block;
}
#top-url {
	width:400px;
	height:200px;
	background: url(../../images/top-url.gif) top left no-repeat ;
	position:absolute;
	top:48px;
	right:0px;
}
#top-url2 {
	width:395px;
	height:139px;
	background: url(../../images/top-url2.gif) top left no-repeat ;
	position:absolute;
	top:0px;
	right:0px;
}
#top-bottom {
	background-color:#004DA0;
	color:#FFF;
	position: absolute; 
	bottom: 0;  
	width: 100%;    
	height:260px;
}
#top-news {
	position:absolute;
	top:25px;
	left:50px;
}
#top-news img {
	margin-bottom:10px;
}
.more-news {
	font-size:12px;
	float:right;
}
.more-news a {
	background: url(../../images/arrow.gif) top left no-repeat ;
	padding-left:15px;
}

#top-news p {
	font-size:11px;
	color:#FFF;
	font-weight:bold;
}
#top-news p.information br {
	display:none;
}

#top-banner {
	position:absolute;
	top:150px;
	right:50px;
}

#top-copy {
	position:absolute;
	top:203px;
	left:50px;
}
#top-copy p {
	font-size:7px;
	line-height:1em;
	color:#FFF;
	margin-top:7px;
	font-family: helvetica, clean, "Hiragino Kaku Gothic Pro", sans-serif;
}
#top-menu {
	height:30px;
	position:absolute;
	top:25px;
	right:0px;
}
#top-menu ul li {
	float:right;
	position: relative;
	height:30px;

}
#top-menu ul li img {
	display:block;
}

/* 下層のメニューを不可視に */
#top-menu ul li ul {
	display: none;
	width:180px;
	font-size:11px;
}

/* 疑似要素 :hover で下層のメニューを可視に */
#top-menu ul li:hover ul.popup {
	display: block;
	position: absolute;
	top:25px;
	left:0%;
	z-index: 100;
}
#top-menu ul li:hover ul.popup li a {
	text-decoration:none;
}

#top-menu ul li ul.popup li {
	float: none;
	margin: 0;
	font-weight: normal;
	height:30px;
	line-height:31px;
	padding-left:24px;
	display:block;
	background:url(../../images/top-menu-list.gif) 13px 13px no-repeat ;
	background-color:#3371B3;
	border-bottom:1px solid #4C82BC;
}
#top-menu ul li ul.popup li:hover {
	background-color:#7290BF;
}
#top-menu ul li ul.popup li.nolink:hover {
	background-color:#333;
}
#top-menu ul li ul.popup li.grey {
	padding-left:34px;
	background:url(../../images/top-menu-list.gif) 23px 11px no-repeat ;
	background-color:#666;
	border-bottom:1px solid #808080;
}

#top-menu ul li ul.popup li.grey:hover {
	background-color:#7290BF;
}



#top-sub-menu {
	position:absolute;
	top:227px;
	right:0px;
	font-family: helvetica, clean, "Hiragino Kaku Gothic Pro", sans-serif;
	font-size:12px;
	line-height:1em;
	width:50%;
}
#top-sub-menu ul li {
	float:right;
	padding-left:15px;
}
#top-sub-menu ul li.border {
	border-right:1px solid #FFF;
	padding-right:15px;
}
#message {
	position:absolute;
	top:70px;
	right:0px;
	width:533px;
	font-size:12px;
	line-height:1.5em;
}

