/* 
Theme Name: SASIMI
Theme URI: http://www.takagi.i.is.nagoya-u.ac.jp/~katsu/
Description: Theme for The Workshop on Synthesis And System Integration of Mixed Information technologies (SASIMI)
Author: Katsuki Kobayashi <katsu@takagi.i.is.nagoya-u.ac.jp>
Author URI: http://www.takagi.i.is.nagoya-u.ac.jp/~katsu/
*/

body {
  /* background: #d5d6d7 url('images/kubrickbgcolor.jpg'); */
  background-color: #dddddd;
  text-align: center;
}

#page {
  background-color: white;
  border: 1px solid #959596;
  text-align: left;
  margin: 20px auto;
  width: 760px;
  border: 1px solid #959596;
}

#header {
  /*background-color: #73a0c5;*/
  margin: 0 0 0 0px; 
  padding: 0px;
  height: 200px; 
  width: 760;
  background-image: url(images/header.png);
}

h1 {
  padding: 0px;
  padding-top: 40px;
  margin: 0;
  font-size: 4em;
  text-align: center;
  text-color: white;
  font-family: sans-serif;
  font-weight: bold;
}

h1 a {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-color: transparent;
  color: white;
  text-decoration: none;
  vertical-align: bottom;
}

h2 {
  font-size: 20px;
  color: black;
  padding: 5px;
  padding-bottom: 2px;
  background-color: #fafaff;
  border-left: 5px solid #99ccff;
  border-bottom: 1px solid #88bbee;
}

img {
  border: 0;
  vertical-align: bottom;
}

.description {
  font-size: 0.8em;
  text-align: center;
  font-family: sans-serif;
  color: white;
}

.place {
  font-size: 0.8em;
  text-align: right;
  font-family: sans-serif;
  color: white;
}

div.sidebar {
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
  background-color: white;
  width: 200px;
  float: left;
  display: block;
  font-size: 100%;
}

ul#sidebar {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

ul#sidebar li {
  
}

div#main {
  margin: 0px;
  padding: 0px;
  padding-top: 30px;
  padding-left: 30px;
  width: 495px;
  padding-right: 10px;
  background-color: white;
  border-left: 1px dotted #bbbbbb;
  /* 
  background-image: url(./img/bg01_book.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
  */
  float: left;
  font-size: 90%;
  line-height: 150%;
}

div#footer {
  text-align: center;
  font-size: 1.5ex;
  color: white;
  background-color: #99ccff;
  height: 40px;
  padding: 10px;
}

div.last_modified {
  text-align: right;
  color: #666666;
  font-size: 80%;
}


img.home-img:hover {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
  vertical-align: bottom;
  width: 200px;
  height: 50px;
  background-image: url(images/m_00_home.png);
}

h3 {
  margin-left: 10px;
  font-style: italic;
  font-size: 18px;
  border-bottom: 1px solid #99ccff;
}

dl {
  margin-left: 5px;
}

dt {
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 0px;
  margin-bottom: 2px;
  margin-top: 30px;
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

