/* CSS Document */

.items { width:750px; padding:10px 0 0; background:url(http://xtrm.jp/img/line.png) left top repeat-x; }
.items.first { background:none; }

.item_left { width:180px; float:left; text-align:center; }
.item_center { width:180px; float:left; text-align:center; }
.item_right { width:180px; float:right; text-align:center; }

.items .item { width:140px; float:left; margin-left:10px; text-align:center; word-break:break-all; }
.items .item.first { margin-left:5px !important; }
.items .item.last { float:right !important; }
