@charset "UTF-8";

/*------------------------------------------------------------------------------
    EMUS International Website - Layout CSS
    Date: 2008-09
    Copyright (C) EMUS International Co., Ltd. All Rights Reserved.
------------------------------------------------------------------------------*/

/* Style - Reset
----------------------------------------------------- */
html,body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td,img,iframe,label { margin:0; padding:0; }
iframe,a,img { border: 0; }
table { border-collapse:collapse; border-spacing:0; font-size: 100%; }
ul { list-style:none; }
th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal;}

div.overlay {
	width:100%;
	height:620px;
	background-color:#fff;
    position:absolute;
	top:0;
	left:0;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
div#entrance {
	width: 600px;
	height: 200px;
	position: absolute;
	top: 250px;
	left: 50%;
	margin-left: -300px;
}
/* Layout - global
----------------------------------------------------- */
html {
    height: auto;
    overflow-y: scroll;
}
body {
    font-size: 80%;
    line-height: 1.3;
	color: #333;
}
body#jp { font-family: メイリオ,"Century Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "MS Pゴシック", osaka, sans-serif; }
body#en { font-family: Arial, Helvetica, sans-serif; }


/* Style - common
----------------------------------------------------- */
.section {
    zoom: 1;
}
.section:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.sprite span {
    display: none;
}
div.inner {
    position:relative;
    width: 800px;
    margin: 0 auto;
}


/* Layout - header
----------------------------------------------------- */
div#header {
	width: 100%;
	height: 90px;
	margin-bottom: 15px;
}
div#header h1{
	position: absolute;
	width: 103px;
	height: 58px;
	top: 30px;
	left: 0;
}

div#header ul{
	position: absolute;
	top: 50px;
	right: 0;
}
div#header li{
	width: 80px;
	height: 13px;
    float: left;
}
div#header li div,
div#header li a{
	display: block;
    width: 50px;
    height: 13px;
	margin-left: 3px;
    overflow: hidden;
    float: left;
    font-size: 10px;
}
div#header li div {
	font-weight: bold;
}
div#header li span {
	display:block;
	width: 19px;
	height: 13px;
	float:left;
}


/* Layout - container
----------------------------------------------------- */
div#container {
	position: relative;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 40px;
}
div#container div.inner div.contents {
	height: 450px;
    min-height: 450px;
}
div#container > div.inner > div.contents {
    height: auto;
}
div#container div#cityscape {
	position: absolute;
	width: 100%;
	height: 124px;
	right: 0;
	bottom:0;
}

div.contents {
    width: 86%;
	margin-left: 7%;
}

div.contents h3 {
	margin: 2em 0 1em 10px;
    padding: 7px 0 0 13px;
	font-weight: bold;
	font-size: 1.1em;
	color: #006600;
}
div.contents h3 span {
	color: #ccc;
}
div.contents p {
    margin: 1em 23px;
}
div.contents div.description {
	width: 94%;
    margin: 3em 1% -1em 1%;
	padding: 1em 2%;
    color: #006600;
	font-weight: bold;
	border: 1px solid #e5e5e5;
	background-color: #f5f5f5;
}

div.contents img#EMUS_logo {
    float:right;
}
div.contents div#accessmap{
	width: 100%;
	margin-top: 1em;
	text-align: center;
}

div.contents table.info {
	width: 80%;
	margin-left: 5%;
	border: 1px solid #e0e0e0;
}
div.contents table.info th {
    width: 29%;
	padding: 5px 10px;
    text-align: right;
    color: #666666;
}
div.contents table.info td {
    width: 69%;
    padding: 5px 10px;
}
div.contents table.info tr.even th,
div.contents table.info tr.even td {
    background-color: #f0f0f0;
}

div.contents table.list {
	width: 90%;
	margin-left: 5%;
}
div.contents table.list th {
    width: 85px;
    padding: 5px 10px 5px 0;
	white-space: nowrap;
	vertical-align: top;
}
div.contents table.list th span {
	padding-left: 13px;
    background: url('../img/arrow.gif') left center no-repeat transparent;
}
div.contents table.list td{
    padding: 5px;
}

div#top {
	background: url('../img/bg.worldmap.png') center top no-repeat transparent;
    behavior: expression(IEPNGFIX.fix(this));
}
div#top div.contents {
	width: 100%;
	margin: 0;
}
div#top div#news {
	position: absolute;
	width: 553px;
	height: 230px;
	top: 129px;
	left: 391px;
	z-index: 100;
	background: url('../img/bg.news.png') left top no-repeat transparent;
}


div#top div#news div#news_list {
	width: 400px;
	height: 150px;
	margin-top: 55px;
	margin-left: 22px;
}

div#container div#greetings {
    background: url('../img/bg.earth.jpg') 30px center no-repeat transparent;
}
div#container > div#greetings {
    background: url('../img/bg.earth.png') 30px center no-repeat transparent;
    behavior: expression(IEPNGFIX.fix(this));
}
div#container div#greetings div.contents {
    width: 430px;
    margin-left: 350px;
}

div#container div#principles {
	background: url('../img/bg.world.jpg') 30px center no-repeat transparent;
}
div#container > div#principles {
    background: url('../img/bg.world.png') 30px center no-repeat transparent;
    behavior: expression(IEPNGFIX.fix(this));
}
div#container div#principles div.contents {
    width: 390px;
    margin-left: 390px;
}

div#container div#greetings div.contents p {
    margin: 2em 10px;
}

div#container div#media div.language_list li{
	width: 160px;
	float: left;
	/*list-style-image:url('../img/arrow.gif');*/
}


/* Layout - pagetitle
----------------------------------------------------- */
h2 {
    margin: 2em 0 -1em 0;
}

/* for Japanese */
body#ja h2 { height: 21px; }

body#ja div#greetings  h2 { width:  58px; }
body#ja div#principles h2 { width:  82px; }
body#ja div#media      h2 { width: 149px; }
body#ja div#training   h2 { width: 121px; }
body#ja div#company    h2 { width:  81px; }
body#ja div#contact    h2 { width: 118px; }

/* for English */
body#en h2 { height: 19px; }

body#en div#greetings  h2 { width:  85px; }
body#en div#principles h2 { width: 213px; }
body#en div#media      h2 { width: 115px; }
body#en div#training   h2 { width: 242px; }
body#en div#company    h2 { width: 201px; }
body#en div#contact    h2 { width:  71px; }


/* Layout - footer
----------------------------------------------------- */
div#footer {
	width: 100%;
	height: 40px;
}

div#globalmenu {
    width: 789px;
    height: 19px;
    position: relative;
}
div#globalmenu li {
    position: absolute;
    top: 0;
    height: 19px;
}
div#globalmenu li a{
    display: block;
    height: 19px;
}
div#globalmenu li.select{
    display: none;
}
/* for Japanese */
body#ja li#toTop        { width:  99px; left:   0px; }
body#ja li#toGreetings  { width:  67px; left: 118px; }
body#ja li#toPrinciples { width:  83px; left: 204px; }
body#ja li#toMedia      { width: 128px; left: 306px; }
body#ja li#toTraining   { width: 111px; left: 453px; }
body#ja li#toCompany    { width:  82px; left: 583px; }
body#ja li#toContact    { width: 105px; left: 684px; }

/* for English */
body#en li#toTop        { width:  35px; left:   0px; }
body#en li#toGreetings  { width:  69px; left:  48px; }
body#en li#toPrinciples { width: 150px; left: 130px; }
body#en li#toMedia      { width:  87px; left: 293px; }
body#en li#toTraining   { width: 170px; left: 393px; }
body#en li#toCompany    { width: 141px; left: 576px; }
body#en li#toContact    { width:  59px; left: 730px; }

div#copyright {
	margin-top: 10px;
	text-align: right;
}
div#copyright div {
    width: 355px;
	height: 9px;
	margin: 0 20px 0 auto;
}


/* Sprites - common
----------------------------------------------------- */
h1,h2,h3,
div#header li span,
div#cityscape,
div#globalmenu,
div#globalmenu li a,
div#copyright div {
    background: url('../img/sprites.emus.gif') no-repeat transparent;
}


/* Sprites - logo
----------------------------------------------------- */
div#header h1 { background-position: 0px -124px; }


/* Sprites - flags
----------------------------------------------------- */
div#header span#flag_ja { background-position: -781px -124px; }
div#header span#flag_en { background-position: -781px -152px; }


/* Sprites - cityscape
----------------------------------------------------- */
div#cityscape { background-position: right 0; }

h3 { background-position: -792px -240px; }
/* Sprites - title
----------------------------------------------------- */
/* for Japanese */
body#ja div#greetings  h2 { background-position: -107px -124px; }
body#ja div#principles h2 { background-position: -171px -124px; }
body#ja div#media      h2 { background-position: -257px -124px; }
body#ja div#training   h2 { background-position: -412px -124px; }
body#ja div#company    h2 { background-position: -538px -124px; }
body#ja div#contact    h2 { background-position: -625px -124px; }

/* for English */
body#en div#greetings  h2 { background-position: -107px -145px; }
body#en div#principles h2 { background-position: -197px -145px; }
body#en div#media      h2 { background-position: -415px -145px; }
body#en div#training   h2 { background-position: -535px -145px; }
body#en div#company    h2 { background-position: -107px -164px; }
body#en div#contact    h2 { background-position: -312px -164px; }


/* Sprites - globalmenu
----------------------------------------------------- */
/* for Japanese */
body#ja div#globalmenu { background-position: 0px -184px; }

body#ja li#toTop        a { background-position:    0px -203px; }
body#ja li#toGreetings  a { background-position: -118px -203px; }
body#ja li#toPrinciples a { background-position: -204px -203px; }
body#ja li#toMedia      a { background-position: -306px -203px; }
body#ja li#toTraining   a { background-position: -453px -203px; }
body#ja li#toCompany    a { background-position: -583px -203px; }
body#ja li#toContact    a { background-position: -684px -203px; }

body#ja li#toTop        a:hover { background-position:    0px -184px; }
body#ja li#toGreetings  a:hover { background-position: -118px -184px; }
body#ja li#toPrinciples a:hover { background-position: -204px -184px; }
body#ja li#toMedia      a:hover { background-position: -306px -184px; }
body#ja li#toTraining   a:hover { background-position: -453px -184px; }
body#ja li#toCompany    a:hover { background-position: -583px -184px; }
body#ja li#toContact    a:hover { background-position: -684px -184px; }

/* for English */
body#en div#globalmenu { background-position: 0px -222px; }

body#en li#toTop        a { background-position:    0px -241px; }
body#en li#toGreetings  a { background-position:  -48px -241px; }
body#en li#toPrinciples a { background-position: -130px -241px; }
body#en li#toMedia      a { background-position: -293px -241px; }
body#en li#toTraining   a { background-position: -393px -241px; }
body#en li#toCompany    a { background-position: -576px -241px; }
body#en li#toContact    a { background-position: -730px -241px; }

body#en li#toTop        a:hover { background-position:    0px -222px; }
body#en li#toGreetings  a:hover { background-position:  -48px -222px; }
body#en li#toPrinciples a:hover { background-position: -130px -222px; }
body#en li#toMedia      a:hover { background-position: -293px -222px; }
body#en li#toTraining   a:hover { background-position: -393px -222px; }
body#en li#toCompany    a:hover { background-position: -576px -222px; }
body#en li#toContact    a:hover { background-position: -730px -222px; }


/* Sprites - copyright
----------------------------------------------------- */
div#copyright div { background-position: -409px -168px; }
