/*ライン一覧*/
.ue{
	background-image: url(../image/yoko.gif);
	background-position: top;
	background-repeat: repeat-x;	
}

.shita{
	background-image: url(../image/yoko.gif);
	background-position: bottom;
	background-repeat: repeat-x;	
}

.migi{
	background-image: url(../image/tate.gif);
	background-position: right;
	background-repeat: repeat-y;
}

.hidari{
	background-image: url(../image/tate.gif);
	background-position: left;
	background-repeat: repeat-y;
}