@charset "UTF-8";

/*
**********************************************************************

* seminar.css

* site name   : http://www.bitcampus.net/
* description : Seminar Page styles
* since       : 2008-12-03
* editor      : Tooru Ehara 
* modified    : 
* editor      :

*********************************************************************
*/



/*
===== CONTENTS ===========================================

  1: Main Body styles

==========================================================
*/

/*
*********************************************************************

* 1:Main Body styles

*********************************************************************
*/
table{
border:none;
margin-bottom:3em;
}
thead th{
background:#FFFFFF;
border-bottom:2px solid #304D7b;
border-top:none;
color:#000000;
font-size:83%;
padding:0;
}
th.day{
width:15%;
}
th.location{
width:60%;
}
th.max_number{
width:10%;
}
th.button{
width:106px;
}
tbody td{
padding:0.8em 0;
}
tbody td strong{
color:#333333;
}
tbody td.button{
text-align:center;
}
td a{
background:url("../img/common/icn_outside.gif") 100% 50% no-repeat;
color:#000000;
padding-right:15px;
}
td.button a{
background:url("../img/seminar/btn_seminar.jpg") 50% 0 no-repeat;
display:block;
overflow:hidden;
text-indent:-999em;
width:96px;
height:26px;
}
td.button a:hover{
background-position:50% -26px;
}
.note{
color:#666666;
}

/*Experience Page
----------------------------------------------------------------------*/
.experience #Lead{
text-align:center;
margin-bottom:2em;
}
.experience #Contents dt{
color:#304D7B;
font-weight:bold;
float:left;
clear:left;
width:100px;
padding:0.5em 0 1em;
}
.experience #Contents dd{
background:url("../img/common/bg_dot_gray.gif") 0 100% repeat-x;
padding:0.5em 0 1em 100px;
}
