@charset "UTF-8";
/*!
 * index.css
 *
 * style info :indexページ用CSS
*/

/* ==================== TOP ==================== */
#top h2 {background:url(../../images/top/bg_ttl_h2.png) no-repeat;color:#fff;font-size:120%;background-size: 100% 100%;padding:5px 10px}

/* ==================== staff ==================== */

/* #staffList
-----------------------------------------------------------*/
ul.LinkArea { float:right; width:360px;}

#staffLeft { float:left; width:305px; }
#staffRight { float:right; width:305px; }

.staffList li { border-bottom:#b0bac1 1px dotted; overflow:hidden; padding:5px; clear:both; }
.staffList dt { float:left; width:90px; }
.staffList dd{ float:right; }
.staffList dd.Link { margin-left:0px; }


/* ==================== graduate ==================== */

/* #graduateTable
-----------------------------------------------------------*/
.graduateTable { margin-bottom:5px; }
.graduateTable th,
.graduateTable td { padding:5px 10px; }
.graduateTable td.Wide33p { width:33%; }

.graduateTable dt { float:left; }
.graduateTable dd { float:right; }