body{
  margin:50px;
  background-color:#fefefe;
  background-image:url("seminar-bg.png");
  background-size:100%;
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:0px 200px;
}

p.title{
  font-size:60px;
  font-weight:bold;
  color:#000099;
}

div.abstruct1{
  font-size:30px;
  font-weight:bold;
  width:750px;
  margin:0 0 50px 20px;
}

div.abstruct2{
  font-size:20px;
  font-weight:bold;
  width:750px;
  margin:50px 0 50px 20px;
}

table{
  background-color:rgba(254,254,254,0.6);
  width:750px;
  border:1px solid;
  margin:10px 10px 30px 10px;
  padding:15px;
  border-spacing:15px 10px;
}

th{
  padding:20px;
  font-size:18px;
}

td{
  vertical-align:top;
}




/* profile */
td.profile{
  width:50%;
}
table.profile{
  height:450px;
  width:100%;
  border:0px solid;
  margin:0;
  padding:5px;
  border-spacing:0;
}
table #prof1{
  background-color:rgba(221,221,238,0.7);
}
table #prof2{
  background-color:rgba(221,221,238,0.7);
}
table #prof3{
  background-color:rgba(238,221,221,0.7);
}
table #prof4{
  background-color:rgba(238,221,221,0.7);
}
table #prof5{
  background-color:rgba(238,238,221,0.7);
}
table #prof6{
  background-color:rgba(238,238,221,0.7);
}
td.profile-name{
  white-space: nowrap;
  font-size:12px;
}
td.profile-image{
  height:100px;
  text-align:center;
}
p.profile-name{
  font-size:20px;
}
p.profile-ruby{
  font-size:12px;
}
img.profile{
  height:150px;
}
#takefuji{
  font-size:14px;
}
#oka{
}
#tanaka{
  font-size:13px;
}
#yamada{
  font-size:14px;
}
#oota{
}
#sasaki{
}
/* ---------- */




/* overview */
table.overview{
  padding:0 80px 0 80px;
}
td.overview-subtitle{
  color:#000099;
  white-space: nowrap;
  text-align-last:justify;
}
/* ---------- */




/* program */
table.program{
  padding:0 80px 0 80px;
}
p.program-subtitle{
  font-size:22px;
  color:#cc0000;
  margin:0;
}
p.program-lecturer{
  font-size:15px;
  text-align:right;
  margin:0;
}
/* ---------- */




/* entry */
table.entry{
  padding:0 60px 0 60px;
}

p.mailadress{
  font-weight:bold;
  text-align:center;
}

textarea.mailform{
  font-size:15px;
  height:6em;
  width:400px;
}
div.privacy{
  font-size:12px;
  margin:30px 30px 0px 30px;
}
/* ---------- */




/* footer */
div.copyright{
  background-color:rgba(254,254,254,0.6);
  font-size:15px;
  text-align:right;
}

img.keio{
  width:150px;
}
/* ---------- */