﻿@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	overflow-y: scroll;
	overflow-x: hidden;
	position: relative;
	margin: auto;
	padding: 0;
	text-align: center;
	font-size: 80%;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 170%;
	color: 333;
}
body.bg {
	background: #FFF url(../images/bg.png) 50% 0 no-repeat;
}
#flashContent {
	position: fixed;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#frame {
	position: relative;
	z-index: 1;
}
#logo.logo-jp {
	background: url(../images/logo2.png) 50% 0 no-repeat;
}
#logo.logo-en {
	background: url(../images/logo.en.png) 50% 0 no-repeat;
}
img {
	border: 0;
}
#main a:link, #sub a:link {
	color: #C09;
	text-decoration: none;
	border-bottom: 1px dotted #C09;
}
#main a:hover, #sub a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
#main a:visited, #sub a:visited {
	color: #C09;
	text-decoration: none;
	border-bottom: 1px dotted #C09;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
}
#header:after {
	clear: both;
}
#header-logo {
	float: left;
	width: 766px;
}
#header h1 {
	text-align: left;
}
#header h1 a {
}
#header-lang {
	float: right;
	width: 38px;
	padding-top: 74px;
}
.header-lang-button {
	display: block;
	width: 38px;
	height: 26px;
}
.header-lang-en-button {
	background-image: url('../images/header-lang-en-button.gif');
}
.header-lang-jp-button {
	display: block;
	background-image: url('../images/header-lang-jp-button.gif');
	width: 38px;
	height: 26px;
}
#navi {
	float: right;
	/*width: 620px;*/
	width: 960px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#subnavi {
	float: left;
	width: 580px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#wrapper2 {
	height: 100%;
	background: url(../images/bg_biblue.gif) 0 0;
	padding: 5px;
	clear: both;
	margin-bottom: 10px;
}
#body {
	text-align: left;
	background: #FFF url(../images/right_bg.gif) 600px 0 repeat-y;
	padding: 10px;
}
#main {
	width: 580px;
	float: left;
}
#sub {
	width: 340px;
	float: right;
}
#footer {
	text-align: left;
	clear: both;
	border-top: 1px solid #999;
	background-color: #efefef;
	padding: 5px 10px;
	font-size: 85%;
}
#footer #copy {
	float: left;
}
#footer #link {
	float: right;
	text-align: right;
}

/* navi */
#navi ul {
	margin: 0 auto;
	list-style-type: none;
	background: url(../images/navi_bg.gif) 0 0 repeat-x;
	border-radius: 0px;
	padding: 0 0px;
}
#navi ul li {
	display: block;
	width: 137px;
	float: left;
	font-size: 12px;
	text-align: center;
	text-shadow: rgba(0, 0, 0, .3) 2px 2px 5px;
	font-weight: bold;
}
#navi ul li#info {
	width: 137px;
}
#navi ul li.Current {
	background: url(../images/navi_bg-f1.gif) 0 0 repeat-x;
	color: #FFF;
}
#navi ul li a {
	display: block;
	width: 137px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}
#navi ul li#info a {
	width: 137px;
}
#navi ul li a:link {
	color: #FFF;
}
#navi ul li a:visited {
	color: #FFF;
}
#navi ul li a:hover {
	background: url(../images/navi_bg-f1.gif) 0 0 repeat-x;
	color: #FFF;
}
#navi ul li a:active {
	background: url(../images/navi_bg-f1.gif) 0 0 repeat-x;
	color: #FFF;
}

/* subnavi */
#subnavi ul {
	margin: 0 auto;
	list-style-type: none;
	background: url(../images/navi_bg.gif) 0 0 repeat-x;
	border-radius: 0px;
	padding: 0 0px;
}
#subnavi ul li {
	display: block;
	width: 82px;
	float: left;
	font-size: 12px;
	text-align: center;
	text-shadow: rgba(0, 0, 0, .3) 2px 2px 5px;
	font-weight: bold;
}
#subnavi ul li#info {
	width: 82px;
}
#subnavi ul li.Current {
	background: url(../images/navi_bg-f1.gif) 0 0 repeat-x;
	color: #FFF;
}
#subnavi ul li a {
	display: block;
	width: 82px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
}
#subnavi ul li#info a {
	width: 82px;
}
#subnavi ul li a:link {
	color: #FFF;
}
#subnavi ul li a:visited {
	color: #FFF;
}
#subnavi ul li a:hover {
	background: url(../images/navi_bg-f1.gif) 0 0 repeat-x;
	color: #FFF;
}
#navi ul li a:active {
	background: url(../images/navi_bg-f1.gif) 0 0 repeat-x;
	color: #FFF;
}

#footer #link a {
	text-decoration: none;
}
#footer #link a:link {
	color: #39F;
}
#footer #link a:hover {
	color: #333;
}
#footer #link a:visited {
	color: #39F;
}
/* sub */
.box1 {
	background: url(../images/bg_biyellow.gif) 0 0;
	padding: 5px;
	margin-bottom: 10px;
}
.box2 {
	background: url(../images/bg_biblue.gif) 0 0;
	padding: 5px;
	margin-bottom: 10px;
}
.box3 {
	background-color: #EEE;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.box1 div, .box2 div, .box3 div {
	background-color: #FFF;
	padding: 5px;
}
.box1 h2, .box2 h2, .box3 h2 {
	background-color: #FFF;
	padding: 5px;
	border-bottom: 1px solid #CCC;
	font-size: 85%;
}
.box1 p, .box2 p, .box3 p {
	background-color: #FFF;
	padding: 5px;
	font-size: 85%;
}
.info p {
	border-bottom: 1px solid #CCC;
}
.new {
	height: 20px;
	overflow: hidden;
}
.new h2 {
	font-size: 85%;
	width: 50px;
	float: left;
}
.new ul {
	width: 240px;
	float: left;
	list-style-type: none;
	font-size: 85%;
}
#sub h1 {
	font-size: 125%;
	padding: 10px 15px;
	margin: 15px 0 15px 10px;
	font-weight: normal;
}
#sub h1.speech {
	background: url(../images/icons_speech.gif) no-repeat 0% 50%;
	padding-left: 50px;
}
#sub h1.oldnews {
	background: url(../images/icons_oldnews.gif) no-repeat 0% 50%;
	padding-left: 50px;
}
#sub h1.paper {
	background: url(../images/icons_paper.gif) no-repeat 0% 50%;
	padding-left: 50px;
}
#sub h1.press {
	background: url(../images/icons_press.gif) no-repeat 0% 50%;
	padding-left: 50px;
}
#sub h1.report {
	background: url(../images/icons_report.gif) no-repeat 0% 50%;
	padding-left: 50px;
}
#sub h1.memb {
	background: url(../images/icons_memb.gif) no-repeat 0% 50%;
	padding-left: 50px;
}
#sub ul {
	margin-left: 20px;
	list-style-type: none;
}
#sub ul li {
	border-bottom: 1px solid #CCC;
	float: left;
	width: 33%;
}
/* main */
.contents {
	margin: 0px;
}
.contents h1 {
	font-size: 150%;
	padding: 10px 20px;
	margin: 15px 0;
	font-weight: normal;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
.contents h2 {
	font-size: 115%;
	padding: 5px 10px 0px 10px;
	margin: 10px 0;
	border-bottom: solid 1px #C2C6CF;
}
.contents h3 {
	font-size: 110%;
	padding: 5px 5px 0px 5px;
	margin: 10px 0;
}
.contents p {
	margin-left: 30px;
}
.contents ol, .contents ul {
	margin-left: 40px;
}
/* accordion */
.down {
	background: url(../images/icon_down.gif) 90% 50% no-repeat;
}
.up {
	background: url(../images/icon_up.gif) 90% 50% no-repeat;
}
div.acccontents {
	margin: 0;
	padding: 0;
}

/* topinfo */
#topinfo {
	padding: 5px;
}
#topinfo dl {
	margin: 0;
	padding: 0;
}
#topinfo dt {
	float: left;
	width: 93px;
	padding: 0;
	clear: both;
	font-size: 90%;
	color: #39F;
}
#topinfo dd {
	min-height: 44px;
	margin-left: 93px;
	padding: 0px;
	margin-bottom: 5px;
	font-size: 95%;
	border-bottom: 1px solid #CCC;
}
/* #topinfo dd.topic{
 background: url(../images/info-i-topic.gif) no-repeat 7em 0.4em;
 }
 .i-prize{
 background: url(../images/info-i-prize.gif) no-repeat 7em 0.4em;
 }
 .i-other{
 background: url(../images/info-i-other.gif) no-repeat 7em 0.4em;
 }
 .i-lecture{
 background: url(../images/info-i-lecture.gif) no-repeat 7em 0.4em;
 }
 dd.i-prize,
 dd.i-lecture,
 dd.i-other{
 background:none;
 }
 #topinfo dd.topic{
 background: url(../images/info-i-topic.gif) no-repeat 0 0.4em;
 padding-left:3.5em;
 } */
#topinfo-kiji-icon-data {
	display: none;
}
.topinfo-kiji-icon-wrapper {
	display: inline-block;
	padding-right: 5px;
}
.topinfo-kiji-icon {
	display: inline-block;
	width: 35px;
	height: 10px;
}
.topinfo-kiji-prize-icon {
	background-image: url(../images/topinfo-kiji-prize-icon.gif);
}
.topinfo-kiji-lecture-icon {
	background-image: url(../images/topinfo-kiji-lecture-icon.gif);
}
.topinfo-kiji-other-icon {
	background-image: url(../images/topinfo-kiji-other-icon.gif);
}
.topinfo-kiji-topic-icon {
	background-image: url(../images/topinfo-kiji-topic-icon.gif);
}
.topinfo-kiji-icon p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 10px;
	vertical-align: baseline;
	text-align: center;
	color: #FFFFFF;
}


/* press */
.press {
	/* padding: 5px; */
	margin:0px;
	padding:0px;
}

.press-kiji{
	border-bottom: solid 1px #C2C6CF;
	margin-bottom:10px;
	margin-left:5px;
}

.press-kiji-date{
	/*margin-left: 5px;*/
	float: left;
	width: 93px;
	padding: 0;
	clear: both;
	font-size: 90%;
	color: #39F;
}

.press-kiji-title{
	min-height: 44px;
	margin-left: 93px;
	padding: 0px;
	margin-bottom: 5px;
	font-size: 100%;
	font-weight: bold;
}

.press-kiji-content{
	margin-left: 40px;
	margin-top:10px;
	margin-bottom:10px;
}

.press dl {
	margin: 0px;
	padding: 0px;
	margin-left:5px;
}

.press dt {
	float: left;
	width: 93px;
	padding: 0;
	clear: both;
	font-size: 90%;
	color: #39F;
}
.press dd {
	min-height: 44px;
	margin-left: 93px;
	margin-bottom: 5px;
	padding: 0px;
	padding-bottom: 5px;
	font-size: 95%;
	border-bottom: 1px solid #CCC;
}

.media{
	padding: 10px;
}


/* member */
.mblock {
	clear: both;
	padding: 5px;
	border-top: 1px solid #CCC;
	margin: 10px 0 10px 10px;
}
#sub .mblock .detail a {
	display: inline-block;
	border-style: none;
	width: 60px;
	height: 20px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-image: url(../images/mblock-detail.gif);
}
#sub .mblock .detail a:visited {
	color: #000000;
}
#sub .mblock .detail a:hover {
	background-image: url(../images/mblock-detail-on.gif);
}
.mblock p {
	margin: 0;
}
.mblock div.photo {
	float: left;
	margin-right: 10px;
}
.mblock div.photo .detail {
	margin-top: 5px;
}

.mblock div.data {
	float: left;
	width: 250px;
}
.mblock .name {
	font-size: 110%;
	font-weight: bold;
	color: #000;
}
.mblock .field {
	font-size: 90%;
}
.mblock .field .h {
	font-weight: bold;
}

/* special */
.lectureblock {
	border-bottom: 1px solid #CCC;
	margin: 10px 0 10px 10px;
}
.lectureblock h3 {
	font-size: 110%;
	background-color: #EFEFEF;
	padding: 3px 5px;
}
.lectureblock h3.old {
	color: #666;
}
.lectureblock th, .lectureblock td {
	border-top: 1px dashed #CCC;
}
.lectureblock th {
	text-align: left;
	color: #5BB9FF;
}

/* other */
.imgright {
	float: right;
	margin: 5px 0 5px 5px;
	border: 1px solid #666;
}
.imgcenter {
	text-align: center;
}
.block-returnTop {
	text-align: right;
	font-size: 80%;
}
.block-returnTop a {
	background: url(../images/icons_top.gif) no-repeat 0% 30%;
	padding-left: 13px;
	text-decoration: none;
}
#main .block-returnTop a:link, #sub .block-returnTop a:link {
	color: #999;
	border: none;
}
#main .block-returnTop a:hover, #sub .block-returnTop a:hover {
	color: #333;
	text-decoration: underline;
	border: none;
}
#main .block-returnTop a:visited, #sub .block-returnTop a:visited {
	color: #999;
	border: none;
}
#foottrace {
	font-size: 80%;
}
#foottrace a:link {
	color: #999;
	text-decoration: none;
	border: none;
}
#foottrace a:visited {
	color: #999;
	text-decoration: none;
	border: none;
}
#foottrace a:hover {
	color: #333;
	text-decoration: underline;
	border: none;
}

.url {
	word-break: break-all;
}
/* clearfix */
.clearfix:after {
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
/* Mac版IEのみに適用 \*//*/
 .clearfix { overflow: hidden; }
 /* */
.clr {
	clear: both;
}
.hidden {
	margin-left: -99999px;
}
.invisible {
	display: none;
}

/* home-body-wrapper */
.home-body-wrapper {
	margin-left: auto;
	margin-right: 0;
	width: 580px;
/*	width: 426px; */
}
.home-body-wrapper #body {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.home-body-wrapper #topinfo {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.home-body-wrapper #topinfo-header {
	background-image: url(../images/topinfo-header.gif);
	width: 100%;
	height: 32px;
}
.home-body-wrapper #topinfo-header:after {
	clear: both;
}
.home-body-wrapper #topinfo-title {
	float: left;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
}
.home-body-wrapper .topinfo-title-text a {
	line-height: 20px;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.home-body-wrapper #topinfo-navi {
	float: right;
	padding-top: 6px;
	padding-bottom: 6px;
}
.home-body-wrapper #topinfo-navi ul {
	display: block;
	padding-left: 3px;
	padding-right: 3px;
}
.home-body-wrapper #topinfo-navi ul:after {
	clear: both;
}
.home-body-wrapper #topinfo-navi li {
	display: block;
	float: left;
	padding-left: 3px;
	padding-right: 3px;
}
.home-body-wrapper .topinfo-navi-button {
	display: block;
	width: 70px;
	height: 20px;
	text-decoration: none;
	cursor: pointer;
}
.home-body-wrapper .topinfo-navi-button p {
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 12px;
	font-size: 12px;
	text-align: center;
}
.home-body-wrapper .topinfo-navi-all-button {
	background-image: url(../images/topinfo-navi-all-button.gif);
	color: #000000;
}
.home-body-wrapper .topinfo-navi-all-button-on {
	background-image: url(../images/topinfo-navi-all-button-on.gif);
	color: #000000;
}
.home-body-wrapper .topinfo-navi-prize-button {
	background-image: url(../images/topinfo-navi-prize-button.gif);
	color: #000000;
}
.home-body-wrapper .topinfo-navi-prize-button-on {
	background-image: url(../images/topinfo-navi-prize-button-on.gif);
	color: #FFFFFF;
}
.home-body-wrapper .topinfo-navi-lecture-button {
	background-image: url(../images/topinfo-navi-lecture-button.gif);
	color: #000000;
}
.home-body-wrapper .topinfo-navi-lecture-button-on {
	background-image: url(../images/topinfo-navi-lecture-button-on.gif);
	color: #FFFFFF;
}
.home-body-wrapper .topinfo-navi-other-button {
	background-image: url(../images/topinfo-navi-other-button.gif);
	color: #000000;
}
.home-body-wrapper .topinfo-navi-other-button-on {
	background-image: url(../images/topinfo-navi-other-button-on.gif);
	color: #FFFFFF;
}
.home-body-wrapper #topinfo-kiji {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}


/* widget 系 common settings */
#sky-loading,
#widget,
#widget-loading {
	color: #fff;
	font-family: 'Ubuntu Condensed', 'Calibli', Verdana, Helvetica, Arial, monospace;
	line-height: 1;
	text-align: left;
	text-shadow:  1px 1px 24px rgba(0,0,0,0.7);
	opacity: .7;
	filter: "alpha(opacity=70)";
}

/* 時刻によって変化するカラーフィルタレイヤー */
#ambience {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	zoom: 1;
}

/* cloud, rain */
#sky {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: transparent repeat 0 0;
	z-index: 1;
	zoom: 1;
}

#sky-loading {
	display: none;
	position: fixed;
	width: 100%;
	min-height: 2em;
	bottom: 0;
	right: 0;
	text-align: right;
	z-index: 2;
	zoom: 1;
}

#sky-loading-indicator {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 24px;
	height: 24px;
}

#sky-loading-status {
	position: absolute;
	bottom: 18px;
	right: 40px;
}

#sky-loading-progress {
	display: none;
	position: absolute;
	bottom: 5px;
	right: 10px;
	width: 0;
	max-width: 140px;
	height: 2px;
	background-color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}



/* clock */
#widget,
#widget-loading {
	position:fixed;
	width: 100%;
	left: 10px;
	bottom: 20px;
	z-index: 1;
	zoom: 1;
}

#widget-loading {
	height: 150px;
}

#widget p {
	margin: 8px 20px;
}

#widget a:link,
#widget a:visited,
#widget a:active {
	color: #fff;
	text-decoration: none;
}

#weather {
	position: relative;
	width: 200px;
	text-align: center;
}

#clock-date {
	font-size: 27px;
}

#clock-time {
	font-size: 50px;
}

#clock-text {
	font-size: 20px;
}

#widget #weather-icon {
	margin: 0;
	font-size: 120px;
}

#widget #weather-temp {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 40px;
}

#weather-icon-link:before {
	position: absolute;
	left: 20px;
	bottom: 0;
	font-size: 120px;
}

#weather-text {
	font-size: 20px;
}
