@charset "UTF-8";

/*
**********************************************************************

* information.css

* site name   : http://www.bitcampus.net/
* description : Information Page styles
* since       : 2008-12-03
* editor      : Tooru Ehara 
* modified    : 
* editor      :

*********************************************************************
*/



/*
===== CONTENTS ===========================================

  1: Main Body styles

==========================================================
*/

/*
*********************************************************************

* 1:Main Body styles

*********************************************************************
*/

#Contents dl{
border-top:1px solid #304D7B ;
min-height:400px;
margin:0 1em 2em;
}
* html #Contents dl{
height:400px;
}
#Contents dt{
color:#999999;
float:left;
clear:left;
width:150px;
padding:1em 0;
}
#Contents dd{
background:url("../img/common/bg_dot_gray.gif") 0 100% repeat-x;
padding:1em 0 1em 150px;
}