/*
  CSS file for NSTP2010
  written by TAGAMI, Daisuke on Jan. 4 2007
  last modified on Jan. 28 2010
*/

* {
  font-family: Comic sans ms, Verdana, Arial, Helvetica, sans-serif;
  scrollbar-base-color: #794560;
  scrollbar-face-color: #ffeeee;
  scrollbar-track-color: #e7eaef;
  scrollbar-arrow-color: #794560;
  scrollbar-shadow-color: #a7aaaf;
  scrollbar-dark-shadow-color: #878a8f;
  scrollbar-highlight-color: #d7dadf;
  scrollbar-3d-light-color: #e7eaef;
}

body {
  margin: 10px 10px 50px 30px;
  padding: 0;
  width: 90%;
  text-align: justify;
  font-size: 10pt;
  color: #254035;
  background-color: #e7eaef;
}

p {
  margin: 0.5em 0 0 0;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #455085;
}
a:hover, a:active {
  border-top: 1px dashed #455085;
  border-bottom: 1px dashed #455085;
  color: #455085;
  background-color: #eeeeff;
}

ul {
  margin-top:10px;
}
hr {
  height: 1px;
  border: 0px;
  color: #409fff;
  background-color: #409fff;
}

#header {
  margin: 10px 0px 10px 10px;
  width: 95%;
/*  background: url(../imgs/back_001.gif); */
  background-attachment: scroll;
  background-position: left top;
  background-color: #20408a;
  font-size: 18pt;
  font-weight: bold;
  line-height: 20pt;
  text-align: right;
  color: #eaeab0;
}
#header-medium {
  margin: 20px 0px 0px 8px;
  font-size: 14pt;
  line-height: 14pt;
  color: #c0f0e0;
}
#header-small {
  margin: 0px 0px 0px 35px;
  font-size: 12pt;
  line-height: 14pt;
  color: #c0f0e0;
}

#menu {
  margin: 20px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
  width: 200px;
  border: 0px;
  background-color: #e7eaef;
}
#menu td {
  height: 22px;
  width:  200px;
  vertical-align: top;
}
#menu a {
  display: block;
  position: static;
  font-weight: bold;
  text-decoration: none;
  color: #794560;
  background-color: #d0c0c0;
}
#menu a:hover, #menu a:active {
  color: #d94100;
  background-color: #ffeeee;
}

#menu a.active {
  padding: 0px 13px 0px 10px;
  border-top: 0px;
  border-left: 3px solid #d99100;
  border-bottom: 3px solid #d99100;
}

#headline {
  margin: 23px 0px 13px 0px;
  line-height: 2;
  font-weight: bold;
  font-size: 12pt;
  border-top: 3px dashed #d99100;
  border-bottom: 3px dashed #d99100;
  color: #c33120;
  background-color: #ffeeee;
}

#headline-small {
  margin: 23px 0px 13px 0px;
  line-height: 2;
  font-weight: bold;
  font-size: 12pt;
  border-top: 3px dashed #99c190;
  border-bottom: 3px dashed #99c190;
  color: #203163;
  background-color: #eeffff;
}

#strong {
  line-height: 2;
  font-weight: bold;
  font-size: 11pt;
}

#emphasis {
  font-weight: bold;
  font-size: 11pt;
}

#list {
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

#date-list {
  padding: 20px 20px 20px 20px;
  text-align: left;
  vertical-align: top;
}

#indent-items {
  padding: 0px 0px 5px 20px;
  text-align: left;
  vertical-align: top;
}

#presentation-title {
  font-style: italic;
}

#table-program {
  text-align: center;
  vertical-align: middle;
}

#table-program-time {
  padding: 0px 0px 0px 0px;
  text-align: right;
  vertical-align: middle;
}

#table-program-invite {
  width: 200px;
  text-align: center;
  vertical-align: middle;
  background-color: #ffcece;
}

#table-program-contribute1 {
  text-align: center;
  vertical-align: middle;
  background-color: #ceffce;
}

#table-program-contribute2 {
  text-align: center;
  vertical-align: middle;
  background-color: #ceceff;
}

#table-program-social1 {
  text-align: center;
  vertical-align: middle;
  background-color: #e9d0ea;
}

#table-program-social2 {
  text-align: center;
  vertical-align: middle;
  background-color: #b0f0b0;
}

#table-program-others1 {
  text-align: center;
  vertical-align: middle;
  background-color: #ebf0e9;
}

#table-program-others2 {
  text-align: center;
  vertical-align: middle;
  background-color: #ebe0d0;
}

#item-10 {
  width: 10%;
  vertical-align: top;
}

#item-70 {
  width: 70%;
  vertical-align: top;
}

/*
  End of "nstp2010.css"
*/
