/*Reset the CSS*/
*{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif;
}

/* レイアウトの設定*/
body{
    margin:0px;
    padding:0px;
    font-size: small;
    line-height: 1.5em;
    background-color: #EEEEEE;
}

/* ラッパーの設定*/
#wrap{
    width: 910px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 0px 1px;
    border-color: #A9A9A9;
    padding: 0px;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* ヘッダーの設定*/
#head{
    width:100%; 
    height:99px;
    text-align: center;
}

div#head-left{
    float: left;
}

head-left a{
 outline: none;
}

div#head-right{
    float: right;
    width: 400px;
}

div#sec-rss{
  float: right !important;
  clear: both !important;
  margin-right: 10px !important;
  width: 300px;
}

div#sec-rss a img#rss_button{
  width: 20px;
  height: 20px;
}

input#input-sc {
  font-size: 12pt;
  padding: 2px 2px;	
  border: solid 1px #999999;
  width: 225px; 
  margin: 10px 0px 10px 10px;
}

input#input-sub{
  font-size: 12pt;
  border: solid 1px #666;
  background-color: #EEE;
  color: #000;
  padding: 1px 9px;
  margin-right: 10px;
  cursor: pointer;
}

ul#langs{
  text-align: left;
  margin-left: 1em;
  margin-right: 2em;
  clear: both;
}

ul#langs li{
  color: #FFFFFF;
  background-image: url(/en/res/images/button_langs.png);
  background-color: #333333 !important;
  display: block;
  float: left;
  font-size: 9pt;
  margin-top: 0;
  width: 62px;
  text-align: center;
  height: 20px;
}

#langs li a{
 color: #FFFFFF;
 text-decoration: none;
 display: block;
 height: 17px;
}

#langs li a:hover{
 border-top: 2px solid #666666;  
 border-left: 1px solid #666666; 
 border-bottom: 1px solid #666666;   
 border-right: 2px solid #666666;   
}

/* ターゲットリンクメニューの設定 */
#menu {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	text-align: center;
}

#menu ul {
    width: 910px;
    height: 2.5em;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    clear: both;
}

#menu li {
	margin: 0;
	padding: 0;
	float: left;
/*	color: #141878; */
        color: #000000;
        font-size: 10pt;
        line-height: 2em;
	text-align: center;
}

#menu ul.second li{
 font-size: 10pt;
 line-height: 2em
}


#menu ul.first {
  background-color: #C4D7F5;
  color: #000000;
  width: 100%;
}

#menu ul.first li {
	width: 100px;
}

#menu ul.first li a{
  margin: 0;
  height: 100%;
/*  width: 100%; */
/*  color: #141878; */
  color: #000080; 
  display: block;
  border-right: 1px solid #fff;
  text-decoration: none;
}

#menu ul.second{
  background-color: #69C;
  width: 100%;
}

#menu ul.second li {
	width: 182px;
}

#menu ul.second li a{
  height: 100%;
  margin: 0;
  color: #FFF;
  display: block;
  border-right: 1px solid #FFF;
  text-decoration: none;
}


#menu ul.first li.right{
  width: 110px;
}

#menu ul.second li.right{
  width: 182px;
}

#menu li a {
        margin: 0;
   	padding: 0 10px;
	color: #fff;
	display: block;
	border-right: 1px solid #fff;
	text-decoration: none;
}

#menu li.right a {
	border: none !important;
        padding: 0 !important; 
}

#menu li a:hover, li.now a {
	color: #fff !important;
        background-color: #3F668C;
        text-decoration: underline;
}

/* パンくずリスト*/
div#topic {
  border-bottom:1px solid #DEDEDE;
  height:40px;
  width:910px;
  color: #666666;
}

ol#list-topic {
font-size:9pt;
list-style:none outside none;
margin:0 0 0 0em;
}

ol#list-topic li {
background: url(/en/res/images/navi_lists.gif) no-repeat scroll right !important;
float:left;
height: 40px;
padding-left:1em;
padding: 0 15px 0 0;
line-height: 3em;
}

ol#list-topic li.home {
/* background:none repeat scroll 0 0 transparent; */
padding-left:0.5em;
}

li.passed{
  padding-left: 0.5em !important;
}

ol#list-topic li a{
  display: block;
  height: 40px;
  font-size: 9pt;
  color: #666666;
}

ol#list-topic li a:hover {
color:#3366FF;
text-decoration:underline;
}

/* div="img-interval" */
div#img-interval{
  width: 100%;
  height: 500px !important;
  clear: both;
  border-bottom: 1px solid #A9A9A9;
  padding: 0;
}

div#button-list{
  float: left;
  width: 181px;
  height: 500px;
  border-right: 1px solid #A9A9A9;
  background-color: #CCCCCC;
}

div#button-list ul{
  height: 500px;
}

div#button-list ul li{
  font-size: 12pt;
  list-style:none;
/*  height: 62px; */
  background-color: #0033CC;
  background-image: url("/renew2/res/button_blue.png");
  color: #fff;
  border-top: 1px solid #A9A9A9;
  vertical-align: middle;
  cursor: pointer;
}

#button-list ul li a{
   display: block;
   color: #FFFFFF;
   text-decoration: none;
   outline: none;
   line-height: 2.0;
   height: 61px;
}

div#button-list ul li#to-photo a{
  height: 65px !important;
}

li#to-photo a{
  background-image: url(/renew2/res/button_blue.png);
}

li#to-photo a:hover{
 text-decoration: underline;
 background-color: orange;
 background-image: url(/renew2/res/button_hover_orange.png);
}

div#move-images{
  float: right;
  width: 727px;
  height: 100%;
  background-color: #CCCCCC;
}

div#move-images div{
  width: 727px;
  height: 500px;
  font-size: 20pt;
  background-color: #FFF;
/*  display: none; */
}

div#img0{
}

/*ClearFix*/
#menu ul {
	overflow: hidden;
}

#menu ul:after {
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* 縦メニューの設定*/
/* div id="left" */
div#left {
    width: 180px;
    float:left;
    padding: 2px 0px 20px 5px;
    text-align: left;
    border-right: 1px solid #999999;
}

div#left ul {
	margin: 0;
	padding :5px 0 0;
	list-style-type: none;
}

ul#link-up,
ul#link-mid,
ul#link-sub,
ul#link-coop,
ul#link-dousoukai {
	width: 174px;
}

ul#link-up li,
ul#link-mid li,
ul#link-sub li,
ul#link-coop li,
ul#link-dousoukai li {
	list-style: none;
        padding: 0;
        margin: 0 0 1px 0;
}

ul#link-mid li a,
ul#link-sub li a,
ul#link-coop li a,
ul#link-dousoukai li a {
        font-size: 10pt;
}

ul#link-up li a,
ul#link-mid li a,
ul#link-sub li a,
ul#link-coop li a,
ul#link-dousoukai li a {
  display: block;
  text-decoration: none;
  margin: 0;
  margin-bottom: 1.5px;
  padding: 3px;
  text-indent: 0.5em;
  line-height: 1.5em;
}

ul#link-up li.link-green a{
  font-size: 14pt !important;
  height: 30px;
  line-height: 1.5em;
}

li.research-system a{
 font-size: 9pt !important;
 background-color: #FFFF99;
 color: #FF6600;
 border-left: 4px solid #FF6600;
}

li.research-system a:hover{
 background-color: #FF6600;
 color: #FFFF99;
 border-left: 4px solid #FFCC00;
}

ul.link-banner{
  list-style: none;
}

ul.link-banner a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

ul#link-up li.link-green a{
  	background-color: #CCFF99;
	color: #009900;
        border-left: 4px solid #009900;
}

ul#link-up li.link-green a:hover{
	background-color: #009900;
	color: #FFFFFF;
        border-left: 3px solid #99ff66;
}

ul#link-mid li a{
  	background-color: #FFE4E1;
	color: #CC3300;
        border-left: 4px solid #CC3300;
}

ul#link-mid li a:hover{
	background-color: #CC3300;
	color: #FFFFFF;
        border-left: 3px solid #efa7a7;
}

ul#link-mid li a:active{
	background-color: #FFCC00;
	color: #CC3300;
}

ul#link-sub li a{
        border-left: 3px solid #4169E1;
	background-color: #f3fffc;
	color: #4169E1;
}

ul#link-sub li a:hover{
	border-left: 3px solid #a7c9ef;
	background-color: #4169E1;
	color: #fff;
}

ul#link-coop li a {
        border-left: 3px solid #573a75;
        background-color: #d7bfef;
	color: #573a75;
}

ul#link-coop li a:hover{
        border-left: 3px solid #bf8fef;
        background-color: #573a75;
        color: #fff;
}

ul#link-dousoukai li a {
        border-left: 3px solid #cc6699;
        background-color: #ffe5f7;
	color: #932c60;
}

ul#link-dousoukai li a:hover{
        border-left: 3px solid #ffcce5;
        background-color: #b35995;
        color: #fff;
}


.c-left li { margin-left: 40px;}
.m-left li { margin-left: 30px;}

/* div id="right" */
#right{
    width: 180px;
    float:right;
    padding: 5px 5px 0 5px;
    text-align: left;
    margin-left: auto !important;
    margin-right: auto !important;
    border-left: 1px solid #999999;
    height: auto;
}

div#sec-history{
  margin-bottom: 1em;
}

#sec-history h2{
 padding-top: 0.3em;
 padding-bottom: 0.3em;
 font-size: 14pt;
 text-indent: 0.5em;
 background-color: #ECF1FB;
 border: 1px solid #A0B9ED;
 color: #0033CC;
 width: 174px;
}

#sec-history ul{
 font-size: 9pt;
 list-style: none;
 padding-left: 0.5em;
}

#sec-history ul li a:hover {
    color: #FF8C00;
    text-decoration: underline;
}

/* div id="center" */
#main-contents{
    width: 520px;
    text-align: left;
    padding-top: 0.8em;
}

#main-contents a:hover{
  color: #FF8C00;
  text-decoration: underline;
} 

#main-contents h2.big{
  border-left: 8px solid #69F;
  border-bottom: 1px solid #69F;
  border-top: 1px solid #69F;
  border-right: 1px solid #69F;
  padding-left: 0.5em;
}

#main-contents ul.big {
	margin-top: 1em;
}

#main-contents ul.big li {
	list-style-position: inside !important;
        border-bottom: 1px dotted #D3D3D3;
        margin-bottom: 0.5em;
}

ul#link-info,
ul#link-event{
  list-style: none;
  padding-left: 1em;
  font-size: 10pt;
}

div.pass-info{
  text-align: right;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 10pt !important;
}

/* div id= "main-contents" 終わり*/


hr.black {
	color: #000;
	background-color: #000;
	height: 2px;
	border-style: solid;
	margin: 0;
	padding: 0;
}

div#footer-link ul{
  list-style: none;
  text-align: right;
}

div#footer-link ul li{
  float: right;
  text-decoration: none;
  border: none;
  margin-left: 1em;
}

/*フッターの黒い部分*/
#black_2{
	margin: 0px 0;
	position: relative;
	width: 100%;
	height:3px;
	clear:both;
	background-image: url(/images/button-m2.gif);
}

/* フッターの設定*/
#foot{
    width: 100%;
    height: 180px;
    text-align: right;
    clear:both;
    margin-top: 1em;
}

