@charset "utf-8";

/*********************************************************************/

body{
	background:#eee;
	padding:0;
	margin:0;
	line-height:140%;
	}
/*
#header{
	width:100%;
	text-align:left;
	position:relative;
	display:block;
	}
*/

#wrap{
	width:1000px;
	margin:40px auto;
	margin:4em auto 0;
	}


#mainImg_top{
	width:1000px;
	height:660px;
	background:url(../images/top/mainImg_top.jpg) no-repeat #fff;
	position:relative;
	border:solid 1px #ccc;
	}


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

#topNavi{
	position:absolute;
	bottom:0px;
	padding-left:155px;
	width:845px;
	background:url(../images/top/topNavi_back.jpg) repeat-x;
	}

#topNavi ul{
	margin:0;
	padding:0;
	height:60px;
	}

#topNavi li{
	float:left;
	list-style:none;
	}

#topNavi li a{
	display:block;
	width:138px;
	height:60px;
	text-indent:-9999px;
	overflow:hidden;
	}


#topNavi li#topNavi_greeting a{
background:url(../images/top/topNavi_greeting.jpg) no-repeat;
	}

#topNavi li#topNavi_business a{
background:url(../images/top/topNavi_business.jpg) no-repeat;
	}

#topNavi li#topNavi_corporate_profile a{
background:url(../images/top/topNavi_corporate_profile.jpg) no-repeat;
	}

#topNavi li#topNavi_access a{
background:url(../images/top/topNavi_access.jpg) no-repeat;
	}

#topNavi li#topNavi_contact a{
background:url(../images/top/topNavi_contact.jpg) no-repeat;
	}


#topNavi li#topNavi_greeting a:hover,
#topNavi li#topNavi_business a:hover,
#topNavi li#topNavi_corporate_profile a:hover,
#topNavi li#topNavi_access a:hover,
#topNavi li#topNavi_contact a:hover{
	background-position:bottom;
	}


/*----------*/

#footer{
	background:#ddd;
	position:fixed;
	bottom:0;
	width:100%;
	}


