@charset utf-8;
/*=====================

 0) common
 1) layout base
 2) header
 3) nav
 4) footer
 5) layout common
 6) index

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

/* 0) common
=======================*/
h2,h3 {
height: 0;
overflow: hidden;
text-indent: -9999em;
margin: 0;
}
/* 1) layout base
=======================*/
#bg {
height: 640px;
background: url(../images/common/back_top.gif) no-repeat left top;
}
#bg-en {
height: 640px;
background: url(../images/common/back_top_en.gif) no-repeat left top;
}
#wrapper {
margin-left: 80px;
}
#wrapper h1 {
margin: 42px 0 11px 45px;
text-indent: -9999em;
}
h1 a {
display: block;
width: 710px;
height: 353px;
overflow: hidden;
}

/* 3) nav
=======================*/
#header-top {
center: 0;
height: 64px;
}
#g-nav,
#g-nav li,
#g-nav li a,
#g-nav-en,
#g-nav-en li,
#g-nav-en li a {
height: 64px;
margin: 0;
padding: 0;
}
#g-nav,
#g-nav-en {
zoom: 1;
}
#g-nav:after,
#g-nav-en:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
height: 0;
overflow: hidden;
}
#g-nav li {
float: left;
display: inline;
width: 194px;
margin-right: 6px;
text-indent: -9999em;
}
#g-nav li a {
display: block;
overflow: hidden;
width: 194px;
}
#g-nav a {
display: block;
overflow: hidden;
width: 194px;
height: 64px;
}

#g-nav-en li {
float: left;
display: inline;
text-indent: -9999em;
}
#g-nav-en li a {
display: block;
width: 194px;
height: 64px;
overflow: hidden;
}
#g-nav-en li#nav-top-en {
margin-right: 5px;
}
#g-nav-en li#nav-outline,
#g-nav-en li#nav-interview-en {
margin-right: 6px;
}

#schedule {
font-size: 4px;
}
/* 6) index
=======================*/
#bg #news-top,
#bg-en #news-top {
width: 797px;
padding-bottom: 31px;
background: url(../images/common/back_news_bottom.png) no-repeat left bottom;
position: relative;
}
#bg #news-top h3,
#bg-en #news-top h3 {
width: 38px;
height: 11px;
overflow: hidden;
position: absolute;
background: url(../images/common/ico_news.gif) no-repeat left top;
top: 21px;
left: 22px;
margin: 0;
z-index: 500;
}
#bg #news-top #list-news,
#bg-en #news-top #list-news {
padding-top: 8px;
background: url(../images/common/back_news_top.png) no-repeat left top;
}
#bg #news-top #list-news .inner-contents,
#bg-en #news-top #list-news .inner-contents {
/*padding: 23px 22px 5px 70px;*/
padding: 12px 12px 5px 65px;
_padding: 12px 12px 4px 65px;
}
#scroll-v div a {
color: #FFF;
text-decoration: none;
}

.tickercontainer { /* the outer div with the black border */
width: 700px;
height: 1em;
overflow: hidden;
margin: 0; 
padding: 0;
font-size: 16px;
margin-top: -11px;
_position: absolute;
_left: 85px;
}
*:first-child+html .tickercontainer {
position: absolute;
left: 85px;
}

.tickercontainer .mask {
position: relative;
width: 700px;
/*overflow: hidden;
height: 1em !important;*/
left: 0;
top: 0;
}
ul.newsticker {
position: relative;
width: 700px;
list-style-type: none;
margin: 0;
padding: 0;
margin-right: 25px;
overflow: hidden;
}
ul.newsticker li {
float: left;
margin: 0;
padding: 0;
line-height: 1.2 !important;
font-size: 12px;
color: #FFF;
}
ul.newsticker a {
white-space: nowrap;
color: #FFF;
margin: 0 50px 0 0;
text-decoration: none;
} 
ul.newsticker span {
margin: 0 10px 0 0;
}


