@charset "euc-jp";
/* -----------------------------------------------------------
 * Style Sheet for ASTRO-F proposal submission system         
 * 
 *  Author:   Fumihiko Usui <usui@ir.isas.jaxa.jp>
 *  Modified: Jan.15, 2005 by FU
 *  Created : Mar.18, 2005 by FU
 *  Modified: Nov.17, 2009 by NK temporally modified for UM2009
 *  Modified: Nov., 2010 by NK temporally modified for UM2010
 *  Modified: Nov., 2013 by Takuma Suda modified for UM2013
 * -----------------------------------------------------------*/

/* -----------------------------------------------
 * Link
 * ----------------------------------------------- */

a:link {
  color: #09f;
  text-decoration: underline;
}

a:visited {
  color: #66f;
  text-decoration: underline;
}

a:hover {
  color: #00f;
  background-color: #fff;
  text-decoration: underline;
}

a:active {
  color: red;
  background-color: #fff;
  text-decoration: underline;
}


/* -----------------------------------------------
 * Body general
 * ----------------------------------------------- */
body {
  background: #ffffff;
  color: #000000;
  margin: 0;
  padding: 0;
}

/*hr {
  display:none;
}*/

/*
br { 
  line-height:300%;
  clear: left;
}
*/
/*
div {
	border: solid 1px #f00; 
}
*/



blockquote, ol {
  margin-top: 0.2em;
  margin-bottom: 0.8em;
  margin-right: 1.2em;
  margin-left: 1.2em;
  padding: 0 2em;
  line-height:110%;
}

/*
table {
  margin-top: 0.2em 1.2em 0.8em;
  padding: 0 2em;
  line-height:110%;
}
*/

pre {
  line-height:100%;
  width: 100%;
  margin: 0.2em 0 0.2em 0.8em;
  padding: 0.9em 0.5em;

  font-family:monospace;
  color:#242;
  font-size: 90%;
/*  overflow: auto;*/
  
  background-color:#eeffee;
  border:solid #006600 1px;

}


/********/
/* List */
/********/

dl {
  margin-top: 0.5em 1.2em 0.8em 1.2em;
  padding: 0 2em;
  line-height:110%;
}

dt {
/*  line-height:95%;*/
  margin:0.25em 1em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

dd {
/*  line-height:115%;*/
  margin:0.25em 2em 0.5em 2em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

ul {
  margin: 0.8em 0em 0em 2em;
  padding: 0 1em;
  line-height:110%;
}

/*
ul ul {
  margin-top: 0em;
  margin-bottom: 0.2em;
  padding: 0 2em;
  line-height:100%;
}
*/

li {
  margin: 0.1em 0px 0.4em 0px;
}

ul ul li {
  margin: 0.3em 0px 0.6em 0px;
}

dl dt {
  text-decoration: underline;
}

dl dl dt { 
  text-decoration: none;
  background-color:#eeffee;
}

/*******************/
/* Address         */
/*******************/

address {
  text-align:center;
  /* border:solid 1px black;*/
  margin: 0.5em 0px 0px 0px;
  padding: 0px 0px;
}

/*******************/
/* Font decoration */
/*******************/

b {
/*  color:#090;*/
  font-weight: bold;

}

strong { 
  color: #000;
  background-color: #dff;
  text-decoration: none;
  font-weight:normal;
  font-style:normal;

/*  text-decoration: underline;*/
/*
  text-decoration: none;
  font-weight:normal;
  font-style:normal;
  color: #f00;
*/
}

em { 
  text-decoration: none;
  font-weight:normal;
  font-style:normal;
  color: #000088;
}

u {
  text-decoration: underline;
  
  font-weight:normal;
  font-style:normal;  
}

/*************/
/* Font size */
/*************/

h1, h2, h3, h4 {
  font-style:oblique;
  line-height:1.2;
}

h1 {
  font-size:1.7em;
  margin-right:0 -1.5%;
}

h2 {
  color:#000000;
/*  border-top:#112 4px solid; */
  text-align:center;
  font-size:1.6em;
  margin:0.7em 0.1em 0.5em;
  padding:0.3em 0.5em 0.15em;
/*  border-bottom:#112 2px solid; */
}

h3 {
  color:#000000;
  font-size:1.1em;
  font-weight:normal;
/*  margin:0.5em 12em 0.2em 0.8em;*/
  padding:0.2em 0.4em 0.1em 0.5em;
/*  border-bottom:#554 2px ridge;*/
}

h4 {
  color:#008800;
  font-style:normal;
  font-size:0.8em;
  margin: 0.2em;
}


/* -----------------------------------------------
 * Title header
 * ----------------------------------------------- */

#header {
  width: 100%;	
  color:#ffa;
  background:#112;
  /*	background-position: 3% 15px;*/
  height: 100px;
  text-align:center;
  font-size:1.2em;
  font-style:italic;
  
  padding: 3px 0 3px;
  margin: 0 0 10px 0;
}		

#header h1 {
  display: none;
}

#navbar { 
  width: 100%;
  height: 30px;
  background: #112;
  margin: 0;
  padding: 0 0 0 0px;
  list-style: none;
}

.menu { 
  float: left;
  border: 1px solid #ccc;
  width: 200px;
  text-align: center;
  margin: 0 5px;
}

.menu a { 
  background: #334;
  color: #fff;
  display: block;
  width: 200px;
  font-weight: bold;
  font-style:normal;
  text-decoration: none;
}

.menu a:link {
  color: #fff;
  text-decoration: none;
}

.menu a:visited {
  color: #fff;
  text-decoration: underline;
  text-decoration: none;
}

.menu a:hover {
  color: #112;
  background-color: #eee;
  text-decoration: underline;
}

.menu a:active {
  color: red;
  background-color: #eee;
  text-decoration: underline;

}



/* -----------------------------------------------
 * Side notes
 * ----------------------------------------------- */
#notes {
  width: 20%;
  margin: 1em 1% 1em 0;
  padding: 0 0 1em 0;
  /*	background: #00f;
     color: #ff0;*/
  float: right;
  font-size: 12px;
}

#notes h2 {
  font-size:12px;
  display: none;
}

#notes dd {
  margin: 0px 0px 5px 0;
  padding: 0 0 0 1em;
  line-height:100%;
}

#notes dl {
  margin: 1em;
  padding: 0;
}

#notes dt { 
  margin: 0 0 3px 0;
  padding: 0;
  text-decoration: none;
}


/* -----------------------------------------------
 * Abstract
 * ----------------------------------------------- */
#abst {
  line-height:120%;
  
  border: solid 1px #112;
  float: left;
  width: 70%;
  
  font-weight:normal;
  font-size:110%;
  text-align:left;
  color:black;
  /*	background:#f4f4f4;*/
  background: #E7F1ED;
  margin:  1.5em 2% 0.5em 1%;
  padding: 0.2em 3% 0.25em 1%;
}

#abst2 {
  line-height:120%;
  
  border: solid 1px #112;
  float: left;
  width: 70%;
  
  font-weight:normal;
  font-size:110%;
  text-align:left;
  color:black;
  /*	background:#f4f4f4;*/
  background: #F1EDE7;
  margin:  1.5em 2% 0.5em 1%;
  padding: 0.2em 3% 0.25em 1%;
}

h2#Abstract {
  display: none;
}

/* -----------------------------------------------
 * Main body
 * ----------------------------------------------- */

#main {  
  width: 96%;
  float: none;
  clear:both;
  margin: 0.5em auto;
  padding: 0 0.2em;
  font-weight:normal;
  font-size:100%;
  text-align:left;
  color:black;
}

#main p {
  /*
     background-color: #f00;
     border: solid 1px #0f0;
     */
  margin: 0.5em 1em;
  padding: 0 1em;
  line-height:120%;
/*     margin-top: -0.2em;*/
}

#main .NG {
  text-decoration: none;
  color:#f00;
}

#main .OK {
  text-decoration: none;
  color:#00f;
}

/* -----------------------------------------------
 * Footer
 * ----------------------------------------------- */

#footer {
  width: 100%;
  float: none;
  clear:both;
  color:#ffa;
  background:#112 ;
  text-align:center;
  /*	font-style:oblique;*/
  margin:0%;
  padding:1.5em 0 1em 0;
}

/* -----------------------------------------------
 * Form
 * ----------------------------------------------- */

textarea, input {
  background-color: #eee;
  color:            #000;
  border:           1px solid #000;
}

textarea:focus, input:focus {
  background-color: #fff;
  color:            #f00;
}


.new {  
  background: #ffd;
}


/* -----------------------------------------------
 * EOF
 * ----------------------------------------------- */

table { 
  margin: 10px 10px;
  padding: 0;
  width: 100%;
/*  border-top: 2px solid #000; */
/*  border-bottom: 2px solid #000;*/
  border-collapse : collapse ;
  font-size: 100%;
}

td { 
  line-height: 160%;
  padding-left: 0.5em; 
  vertical-align: center;
/*  border-top: 1px solid #000; */
}

.gray { 
  background: #e0e0e0; 
  line-height: 130% 
}

.wht { 
  background: #fff; 
  line-height: 130% 
}

.tbl { 
  line-height: 110%; 
  background: #e0e0e0; 
  color: #112; 
  font-weight: normal; 
  border-bottom: 1px solid #000 
}

.mono { 
	font-family: monospace }

table.registration {
  width: auto;
  border: 5px #0000ff solid;
  margin: auto;
  border-collapse: collapse;
  border-spacing: 10px;
  font-size:1.6em;
}

td.registration {
  padding-left: 1em;
  padding-right: 1em;
}

td.registration:hover {
  background-color: #e0e0e0;
}

.upd{
  color: #0000ff;
  font-size:1.1em;
}