dl{
    margin:0px;
    margin-right:3px;
    margin-bottom:1em;
    padding:0px;
    float:left;
    width:160px;
/*    font-size:14px;
    border-width:1px 1px 0px;
    border-style:solid;
    border-color:#7F2D00; */
}
dt{
    margin:0px;
    padding:0px;
    height:160px;
}
dd{
    margin:0px;
    padding:4px 0.5em;
    border-color::#7F2D00;
    border-bottom:1px solid;
}

dd.name{
    text-align: center;
    font-size: 80%;
    height:1.0em;
}
dd.comment{
    text-align: center;
    font-size: 80%;
    height: 3em;
    background-color:#f6eec9;
	line-height: 1.5em;
}

a:link    { text-decoration : none ; }
a:visited { text-decoration : none ; }

.table {
	width:150;
	height:150px;
	line-height:150px; /* height‚Æ“¯‚¶’l */
	text-align:center;
	vertical-align:middle;
    display:table;
}

.table > *{
    display:table-cell;
	vertical-align:middle;
}
