/* img ボーダーなし 余白なし */
img {border: none; margin: 0px;}

/* background リピートなし 位置指定 */
.bg-norepeat-lt {background-repeat: no-repeat; background-position: left top;}
.bg-norepeat-rt {background-repeat: no-repeat; background-position: right top;}
.bg-norepeat-lb {background-repeat: no-repeat; background-position: left bottom;}
.bg-norepeat-rb {background-repeat: no-repeat; background-position: right bottom;}

/* div スペーサー（サイズはstyleで必要方向のみ設定） */
.space-clr {width: 1px; height: 1px; font-size: 1px; line-height: 1px; clear: both;}
.space-flt {width: 1px; height: 1px; font-size: 1px; line-height: 1px; float: left;}

/* テキスト関連 */
@import url("text.css");

