@charset "utf-8";

/*----------------------------------------------------
global
----------------------------------------------------*/

a:link {
	color: #999;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #999;
}

body {
	background: #000;
	text-align: center;
}

div#wrapper {
	position: relative;
	background: #333;
	padding-top: 65px;
	padding-bottom: 65px;
	text-align: center;
}

div#main {
	position: relative;
	margin: auto;
	width: 750px;
}

/*----------------------------------------------------
content
----------------------------------------------------*/

div#content {
	position: relative;
	width: 750px;
	height: 530px;
}

div#content h1 {
	position: absolute;
	top: 10px;
	left: 10px;
}

div#content h2 {
	position: absolute;
	top: 116px;
	left: 0;
}
div#content p {
	position: absolute;
	top: 136px;
	left: 0;
}

div#content ul.lang {
	position: absolute;
	top: 28px;
	right: 8px;
}

div#content ul.lang li {
	float: left;
}

div#content ul.lang li.jpn {
	background: url(../../html/images/langBtn_ja_on.gif) no-repeat;
	width: 60px;
	text-indent: -999em;
}

div#content ul.lang li.jpn a {
	display: block;
	background: url(../../html/images/langBtn_ja.gif) no-repeat;
	width: 60px;
	overflow: hidden;
	text-indent: -999em;
}

div#content ul.lang li.eng {
	background: url(../../html/images/langBtn_en_on.gif) no-repeat;
	width: 41px;
	text-indent: -999em;
}

div#content ul.lang li.eng a {
	display: block;
	background: url(../../html/images/langBtn_en.gif) no-repeat;
	width: 41px;
	overflow: hidden;
	text-indent: -999em;
}

div#contentNav {
	background: #000;
	width: 750px;
	height: 35px;
}

div#contentNav ul {
	margin-left: 102px;
	width: 525px
	zoom: 1;
}
div#contentNav ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#contentNav ul li {
	float: left;
}

p.flatxt {
	margin-top: 7px;
	font-size: 10px;
}


/*----------------------------------------------------
whats
----------------------------------------------------*/

div#whats {
	background: url(../../html/images/whatsBg.gif) no-repeat top left;
	height: 495px;
}

div#whatsEn {
	background: url(../../html/images/whatsBgEn.gif) no-repeat top left;
	height: 495px;
}


/*----------------------------------------------------
philosophy
----------------------------------------------------*/

div#philosophy {
	background: url(../../html/images/philosophyBg.gif) no-repeat top left;
	height: 495px;
}

div#philosophyEn {
	background: url(../../html/images/philosophyBgEn.gif) no-repeat top left;
	height: 495px;
}

div#philosophyEn ul.lang li.jpn a {
	background: url(../../html/images/langBtnPhilosophy_ja.gif) no-repeat;
	width: 60px;
	overflow: hidden;
	text-indent: -999em;
}


/*----------------------------------------------------
model
----------------------------------------------------*/

div#model {
	background: url(../../html/images/modelBg.gif) no-repeat top left;
	height: 495px;
}

div#modelEn {
	background: url(../../html/images/modelBgEn.gif) no-repeat top left;
	height: 495px;
}

/*----------------------------------------------------
research
----------------------------------------------------*/

div#research {
	background: url(../../html/images/researchBg.gif) no-repeat top left;
	height: 495px;
}

div#researchEn {
	background: url(../../html/images/researchBgEn.gif) no-repeat top left;
	height: 495px;
}

div#research ul.lang li.jpn {
	background: url(../../html/images/langBtnResearch_ja_on.gif) no-repeat;
	width: 60px;
	text-indent: -999em;
}

div#research ul.lang li.eng a {
	display: block;
	background: url(../../html/images/langBtnResearch_en.gif) no-repeat;
	width: 41px;
	overflow: hidden;
	text-indent: -999em;
}

div.partnerBtn {
	position: absolute;
	top: 374px;
	left: 301px;
}

/*----------------------------------------------------
footer
----------------------------------------------------*/

div#footer {
	margin: auto;
	padding-top: 11px;
	width: 750px;
	height: 70px;
}

div#footer div.logo a {
	float: left;
	background: url(../images/footerLogo.gif) no-repeat;
	width: 176px;
	height: 20px;
	overflow: hidden;
	text-indent: -999em;
}

div#footer ul {
	float: right;
	background: url(../images/footerNav.gif) no-repeat;
	width: 485px;
	height: 20px;
}

div#footer ul li {
	display: block;
	float: left;
	margin-right: 3px;
	height: 20px;
}

div#footer ul li.recruit {
	margin-right: 0;
}

div#footer ul li a {
	display: block;
	float: left;
	height: 20px;
	overflow: hidden;
	text-indent: -999em;
}
div#footer ul li a:hover {
	background: url(../images/footerNav.gif) no-repeat;
}

div#footer ul li.seminar a {
	width: 132px;
}
div#footer ul li.privacy a {
	width: 103px;
}
div#footer ul li.profile a {
	width: 54px;
}
div#footer ul li.access a {
	width: 53px;
}
div#footer ul li.contact a {
	width: 72px;
}
div#footer ul li.recruit a {
	width: 56px;
}

div#footer ul li.seminar a:hover {
	width: 132px;
	background-position: 0 -20px;
}
div#footer ul li.privacy a:hover {
	width: 103px;
	background-position: -135px -20px;
}
div#footer ul li.profile a:hover {
	width: 54px;
	background-position: -241px -20px;
}
div#footer ul li.access a:hover {
	width: 53px;
	background-position: -298px -20px;
}
div#footer ul li.contact a:hover {
	width: 72px;
	background-position: -354px -20px;
}
div#footer ul li.recruit a:hover {
	width: 56px;
	background-position: -429px -20px;
}


/*----------------------------------------------------
footerEn
----------------------------------------------------*/

div#footerEn {
	margin: auto;
	padding-top: 11px;
	width: 750px;
	height: 70px;
}

div#footerEn div.logo a {
	float: left;
	background: url(../images/footerLogoEn.gif) no-repeat;
	width: 204px;
	height: 20px;
	overflow: hidden;
	text-indent: -999em;
}

div#footerEn ul {
	float: right;
	background: url(../images/footerNavEn.gif) no-repeat;
	width: 185px;
	height: 20px;
}

div#footerEn ul li {
	display: block;
	float: left;
	margin-right: 3px;
	height: 20px;
}

div#footerEn ul li.contact {
	margin-right: 0;
}

div#footerEn ul li a {
	display: block;
	float: left;
	height: 20px;
	overflow: hidden;
	text-indent: -999em;
}
div#footerEn ul li a:hover {
	background: url(../images/footerNavEn.gif) no-repeat;
}

div#footerEn ul li.profile a {
	width: 51px;
}
div#footerEn ul li.access a {
	width: 53px;
}
div#footerEn ul li.contact a {
	width: 75px;
}

div#footerEn ul li.profile a:hover {
	width: 51px;
	background-position: 0px -20px;
}
div#footerEn ul li.access a:hover {
	width: 53px;
	background-position: -54px -20px;
}
div#footerEn ul li.contact a:hover {
	width: 75px;
	background-position: -110px -20px;
}


p.copyright {
	clear: both;
	margin-top: 34px;
	text-align: left;
	font-size: 10px;
}