@charset "utf-8";

.faculty{
margin-left:20px;
margin-top:15px;
width:635px;
}

.faculty dl{
width:635px;
padding-bottom:8px;
}

.faculty dt{
float:left;
width:120px;
color:#0066CC;
background:url(/images/mark_list_2.gif) no-repeat 0% 50%;
padding-left:8px;
}

/*\*/
.faculty dt {
clear: both;
}


.faculty dd{
float:left;
width:500px;
}

/*\*/
* html .faculty dd {
float: none;
}

/**/
*:first-child + html .faculty dd {
float: none;
}


.faculty dl.hasen{
background-image:url(/images/hasen_bg.gif);
background-repeat:repeat-x;
background-position:0 50%;
}

.tokushoku p{
background:url(/images/mark_list_2.gif) no-repeat 0 6px;
padding-left:8px;
padding-bottom:8px;
}

p.shikaku{
text-align:center; padding:5px; background-color:#eee; border-bottom:1px #cccccc solid;
}



