@import "common.css";


/* top page style */


#top_header {
	background: url('images/top_img/top_1.jpg') no-repeat scroll bottom left;
	width: 884px;
	height: 44px;

	margin: 0 auto;
	padding: 45px 0 0;
}
#top_header h1 {
	display: none;
}


#top_lang_navi {
	padding-left: 778px;
}

.top_lang_link {
	width: 106px;
	height: 22px;

	text-align: right;
	vertical-align: top;
	visibility: visible;
	display: block;
}

#top_jp {
	background: url('images/top_img/top_2.jpg') no-repeat scroll bottom right;
}
#top_jp * {
	display: none;
}

#top_en {
	background: url('images/top_img/top_3.jpg') no-repeat scroll bottom right;
}
#top_en * {
	display: none;
}



#top_main {
	background: url('images/top_img/top_4.jpg') no-repeat scroll top center;
	width: 884px;

	margin: 0 auto;
	padding: 38px 70px 0;
}



#top_footer {
	white-space: nowrap;
	margin: 0 auto;
	padding-bottom: 25px;
}
#top_footer p * {
	display: none;
}


#copyright {
	background: #fff url('images/top_img/copyright.jpg') no-repeat scroll top center;

	width: 884px;
	height: 41px;

	margin: 0 auto;
	padding-bottom: 50px;
}
#copyright * {
	display: none;
}
