@charset "utf-8";

#topMain {
	position: relative;
	width: 1200px;
	height: 670px;
	margin: 0 auto;
	padding: 0;
}

#flashContents {
	position: absolute;
	left: 80px;
	top: 0;
	z-index: 1;
}
#topMain #header {
	z-index: 5;
}

h1 {
	position: absolute;
	left: 18px;
	top: 75px;
}


ul#topHeaderMenu {
	position: absolute;
	left: 7px;
	top: 255px;
	width: 179px;
}

ul#topHeaderMenu li {
	width: 179px;
	height: 34px;
	margin-bottom: 8px;
	list-style: none;
}

ul#topHeaderMenu li a {
	display: block;
	width: 179px;
	height: 34px;
	overflow: hidden;
	text-decoration: none;
}

ul#topHeaderMenu li a:hover {
	text-indent: -9999px;
}

ul#topHeaderMenu li#headerMenuCompany a {
	background: url(../img/menu_company_top_over.gif) no-repeat;
}

ul#topHeaderMenu li#headerMenuActivities a {
	background: url(../img/menu_activities_top_over.gif) no-repeat;
}

ul#topHeaderMenu li#headerMenuHappoen a {
	background: url(../img/menu_happoen_top_over.gif) no-repeat;
}

ul#topHeaderMenu li#headerMenuNews a {
	background: url(../img/menu_news_top_over.gif) no-repeat;
}

ul#topHeaderMenu li#headerMenuInquiry a {
	background: url(../img/menu_inquiry_top_over.gif) no-repeat;
}


/* topNews
-----------------------*/

#topNews {
	position: absolute;
	left: 420px;
	top: 475px;
	width: 590px;
	line-height: 2.3;
	z-index: 10;
}

#topNews #leftContents {
	position: relative;
	width: 150px;
	height: 110px;
	background: url(../img/top_news_bg.gif) no-repeat;
}

#topNews h2 {
	position: absolute;
	left: 18px;
	top: 25px;
	width: 114px;
	height: 18px;
}

#topNews p.gotoList {
	position: relative;
	padding-right: 17px;
}

#topNews p.gotoList a {
	display: block;
	position: absolute;
	top: 59px;
	left: 19px;
	width: 113px;
	height: 32px;
	overflow: hidden;
	text-decoration: none;
	background: url(../img/top_news_bt_over.gif) no-repeat;
}

#topNews p.gotoList a:hover {
	text-indent: -9999px;
}

#topNews #rightContents {
	position: absolute;
	left: 155px;
	top: 5px;
	width: 530px;
	height: 110px;
}

#topNews dl {
	margin: 0 15px 7px;
}

#topNews dt,
#topNews .newsIcon {
	float: left;
}
#topNews .newsIcon {
	padding: 0 10px;
}

* html body #topNews .newsIcon {
	padding-top: 2px; /* for WinIE6 */
}
*+html bodyv #topNews .newsIcon {
	padding-top: 2px; /* for WinIE7 */
}

#footer {
	z-index: 20;
}


