>>698
ボーダーってh2とかh3とかのブロックレベル要素に使っているん?
だたら
h3 {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #0000FF;
display: inline;
}

display: inline;でいいんでないかい。